Lines Matching +full:touchscreen +full:- +full:inverted +full:- +full:y
1 # SPDX-License-Identifier: GPL-2.0
3 ---
4 $id: http://devicetree.org/schemas/input/touchscreen/edt-ft5x06.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: FocalTech EDT-FT5x06 Polytouch
18 - Dmitry Torokhov <dmitry.torokhov@gmail.com>
21 - $ref: touchscreen.yaml#
22 - if:
27 - evervision,ev-ft5726
31 offset-x: true
32 offset-y: true
37 - edt,edt-ft5206
38 - edt,edt-ft5306
39 - edt,edt-ft5406
40 - edt,edt-ft5506
41 - evervision,ev-ft5726
42 - focaltech,ft5426
43 - focaltech,ft5452
44 - focaltech,ft6236
45 - focaltech,ft8201
46 - focaltech,ft8719
54 reset-gpios:
57 wake-gpios:
60 wakeup-source: true
62 vcc-supply: true
63 iovcc-supply: true
78 offset-x:
80 Range from 0 to 80, only supported by evervision,ev-ft5726 devices.
85 offset-y:
87 Range from 0 to 80, only supported by evervision,ev-ft5726 devices.
92 report-rate-hz:
101 description: Allows setting the "click"-threshold in the range from 0 to 255.
106 touchscreen-size-x: true
107 touchscreen-size-y: true
108 touchscreen-fuzz-x: true
109 touchscreen-fuzz-y: true
110 touchscreen-inverted-x: true
111 touchscreen-inverted-y: true
112 touchscreen-swapped-x-y: true
113 interrupt-controller: true
118 - compatible
119 - reg
120 - interrupts
123 - |
124 #include <dt-bindings/gpio/gpio.h>
125 #include <dt-bindings/interrupt-controller/arm-gic.h>
127 #address-cells = <1>;
128 #size-cells = <0>;
129 touchscreen@38 {
130 compatible = "edt,edt-ft5406";
132 interrupt-parent = <&gpio2>;
134 reset-gpios = <&gpio2 6 GPIO_ACTIVE_LOW>;
135 wake-gpios = <&gpio4 9 GPIO_ACTIVE_HIGH>;