1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
4 $id: http://devicetree.org/schemas/input/ilitek,ili2901.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Ilitek ILI2901 touchscreen controller
10 - Jiri Kosina <jkosina@suse.com>
13 Supports the Ilitek ILI2901 touchscreen controller.
14 This touchscreen controller uses the i2c-hid protocol with a reset GPIO.
17 - $ref: /schemas/input/touchscreen/touchscreen.yaml#
45 additionalProperties: false
49 #include <dt-bindings/gpio/gpio.h>
50 #include <dt-bindings/interrupt-controller/irq.h>
57 compatible = "ilitek,ili2901";
60 interrupt-parent = <&tlmm>;
61 interrupts = <9 IRQ_TYPE_LEVEL_LOW>;
63 reset-gpios = <&tlmm 8 GPIO_ACTIVE_LOW>;
64 vcc33-supply = <&pp3300_ts>;