1 # SPDX-License-Identifier: GPL-2.0
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
10 There are 5 variants of the chip for various touch panel sizes
11 FT5206GE1 2.8" .. 3.8"
15 FT5726NEI 5.7” .. 11.6"
18 - Dmitry Torokhov <dmitry.torokhov@gmail.com>
21 - $ref: touchscreen.yaml#
27 - evervision,ev-ft5726
41 - evervision,ev-ft5726
61 description: Allows setting the sensitivity in the range from 0 to 31.
62 Note that lower values indicate higher sensitivity.
63 $ref: /schemas/types.yaml#/definitions/uint32
68 description: Allows setting the edge compensation in the range from 0 to 31.
69 $ref: /schemas/types.yaml#/definitions/uint32
74 description: Same as offset, but applies only to the horizontal position.
75 Range from 0 to 80, only supported by evervision,ev-ft5726 devices.
76 $ref: /schemas/types.yaml#/definitions/uint32
81 description: Same as offset, but applies only to the vertical position.
82 Range from 0 to 80, only supported by evervision,ev-ft5726 devices.
83 $ref: /schemas/types.yaml#/definitions/uint32
87 touchscreen-size-x: true
88 touchscreen-size-y: true
89 touchscreen-fuzz-x: true
90 touchscreen-fuzz-y: true
91 touchscreen-inverted-x: true
92 touchscreen-inverted-y: true
93 touchscreen-swapped-x-y: true
94 interrupt-controller: true
96 additionalProperties: false
105 #include <dt-bindings/gpio/gpio.h>
106 #include <dt-bindings/interrupt-controller/arm-gic.h>
108 #address-cells = <1>;
111 compatible = "edt,edt-ft5406";
113 interrupt-parent = <&gpio2>;
114 interrupts = <5 IRQ_TYPE_EDGE_FALLING>;
115 reset-gpios = <&gpio2 6 GPIO_ACTIVE_LOW>;
116 wake-gpios = <&gpio4 9 GPIO_ACTIVE_HIGH>;