Lines Matching +full:multi +full:- +full:touch
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 Bindings for Hynitron cstxxx series multi-touch touchscreen
14 - Chris Morgan <macromorgan@hotmail.com>
17 - $ref: touchscreen.yaml#
22 - hynitron,cst340
30 reset-gpios:
33 touchscreen-size-x: true
34 touchscreen-size-y: true
35 touchscreen-inverted-x: true
36 touchscreen-inverted-y: true
37 touchscreen-swapped-x-y: true
42 - compatible
43 - reg
44 - interrupts
45 - reset-gpios
48 - |
49 #include <dt-bindings/gpio/gpio.h>
50 #include <dt-bindings/interrupt-controller/arm-gic.h>
52 #address-cells = <1>;
53 #size-cells = <0>;
57 interrupt-parent = <&gpio4>;
59 reset-gpios = <&gpio4 6 GPIO_ACTIVE_LOW>;
60 touchscreen-size-x = <640>;
61 touchscreen-size-y = <480>;