Lines Matching +full:touchscreen +full:- +full:fuzz +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 Bindings
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,ft6236
50 reset-gpios:
53 wake-gpios:
56 wakeup-source: true
58 vcc-supply:
74 offset-x:
76 Range from 0 to 80, only supported by evervision,ev-ft5726 devices.
81 offset-y:
83 Range from 0 to 80, only supported by evervision,ev-ft5726 devices.
88 touchscreen-size-x: true
89 touchscreen-size-y: true
90 touchscreen-fuzz-x: true
91 touchscreen-fuzz-y: true
92 touchscreen-inverted-x: true
93 touchscreen-inverted-y: true
94 touchscreen-swapped-x-y: true
95 interrupt-controller: true
100 - compatible
101 - reg
102 - interrupts
105 - |
106 #include <dt-bindings/gpio/gpio.h>
107 #include <dt-bindings/interrupt-controller/arm-gic.h>
109 #address-cells = <1>;
110 #size-cells = <0>;
111 edt-ft5x06@38 {
112 compatible = "edt,edt-ft5406";
114 interrupt-parent = <&gpio2>;
116 reset-gpios = <&gpio2 6 GPIO_ACTIVE_LOW>;
117 wake-gpios = <&gpio4 9 GPIO_ACTIVE_HIGH>;