Lines Matching +full:gain +full:- +full:gpios
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,ft6236
50 reset-gpios:
53 wake-gpios:
56 wakeup-source: true
58 vcc-supply: true
59 iovcc-supply: true
61 gain:
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 report-rate-hz:
97 description: Allows setting the "click"-threshold in the range from 0 to 255.
102 touchscreen-size-x: true
103 touchscreen-size-y: true
104 touchscreen-fuzz-x: true
105 touchscreen-fuzz-y: true
106 touchscreen-inverted-x: true
107 touchscreen-inverted-y: true
108 touchscreen-swapped-x-y: true
109 interrupt-controller: true
114 - compatible
115 - reg
116 - interrupts
119 - |
120 #include <dt-bindings/gpio/gpio.h>
121 #include <dt-bindings/interrupt-controller/arm-gic.h>
123 #address-cells = <1>;
124 #size-cells = <0>;
125 edt-ft5x06@38 {
126 compatible = "edt,edt-ft5406";
128 interrupt-parent = <&gpio2>;
130 reset-gpios = <&gpio2 6 GPIO_ACTIVE_LOW>;
131 wake-gpios = <&gpio4 9 GPIO_ACTIVE_HIGH>;