1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
4 $id: http://devicetree.org/schemas/input/touchscreen/neonode,zforce.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Neonode infrared touchscreen controller
10 - Heiko Stuebner <heiko@sntech.de>
13 - $ref: touchscreen.yaml#
33 $ref: /schemas/types.yaml#/definitions/uint32
37 $ref: /schemas/types.yaml#/definitions/uint32
47 unevaluatedProperties: false
51 #include <dt-bindings/interrupt-controller/irq.h>
58 compatible = "neonode,zforce";
61 vdd-supply = <®_zforce_vdd>;
63 reset-gpios = <&gpio5 9 0>; /* RST */
64 irq-gpios = <&gpio5 6 0>; /* IRQ, optional */
66 touchscreen-min-x = <0>;
67 touchscreen-size-x = <800>;
68 touchscreen-min-y = <0>;
69 touchscreen-size-y = <600>;