Lines Matching +full:iovcc +full:- +full:supply
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: true
59 iovcc-supply: true
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:
96 touchscreen-size-x: true
97 touchscreen-size-y: true
98 touchscreen-fuzz-x: true
99 touchscreen-fuzz-y: true
100 touchscreen-inverted-x: true
101 touchscreen-inverted-y: true
102 touchscreen-swapped-x-y: true
103 interrupt-controller: true
108 - compatible
109 - reg
110 - interrupts
113 - |
114 #include <dt-bindings/gpio/gpio.h>
115 #include <dt-bindings/interrupt-controller/arm-gic.h>
117 #address-cells = <1>;
118 #size-cells = <0>;
119 edt-ft5x06@38 {
120 compatible = "edt,edt-ft5406";
122 interrupt-parent = <&gpio2>;
124 reset-gpios = <&gpio2 6 GPIO_ACTIVE_LOW>;
125 wake-gpios = <&gpio4 9 GPIO_ACTIVE_HIGH>;