summaryrefslogtreecommitdiff
path: root/Documentation/devicetree/bindings/input/touchscreen/vtl_ts.txt
blob: a41a0b9930064f00f9ea8032c6f5e23a7d8367c8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
* VTL Touchscreen Controller

Required properties:
- compatible: must be "vtl,ct365"
- reg: i2c slave address
- interrupt-parent: the phandle for the interrupt controller
- interrupts: touch controller interrupt
- gpios: the gpio pin to be used for reset

Example:

        touchscreen@01 {
                compatible = "vtl,ct365";
                reg = <0x01>;
                interrupt-parent = <&gpio6>;
                interrupts = <14 0>;
                gpios = <&gpio4 10 0>;
        };