1 # SPDX-License-Identifier: GPL-2.0
4 $id: http://devicetree.org/schemas/input/touchscreen/goodix.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Goodix GT9xx series touchscreen controller Bindings
10 - Dmitry Torokhov <dmitry.torokhov@gmail.com>
13 - $ref: touchscreen.yaml#
38 description: GPIO pin used for IRQ. The driver uses the interrupt gpio pin
39 as output to reset the device.
46 description: Analog power supply regulator on AVDD28 pin
49 description: GPIO power supply regulator on VDDIO pin
51 touchscreen-inverted-x: true
52 touchscreen-inverted-y: true
53 touchscreen-size-x: true
54 touchscreen-size-y: true
55 touchscreen-swapped-x-y: true
57 additionalProperties: false
70 compatible = "goodix,gt928";
72 interrupt-parent = <&gpio>;
74 irq-gpios = <&gpio1 0 0>;
75 reset-gpios = <&gpio1 1 0>;