Lines Matching +full:touchscreen +full:- +full:min +full:- +full:x
1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
3 ---
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#
25 reset-gpios:
28 irq-gpios:
31 x-size:
35 y-size:
39 vdd-supply: true
42 - compatible
43 - reg
44 - interrupts
45 - reset-gpios
50 - |
51 #include <dt-bindings/interrupt-controller/irq.h>
54 #address-cells = <1>;
55 #size-cells = <0>;
57 touchscreen@50 {
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>;