Lines Matching +full:touchscreen +full:- +full:max +full:- +full:pressure
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/input/touchscreen/cypress,cy8ctma140.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Cypress CY8CTMA140 series touchscreen controller
10 - Linus Walleij <linus.walleij@linaro.org>
13 - $ref: touchscreen.yaml#
22 clock-frequency:
30 vcpin-supply:
33 vdd-supply:
36 touchscreen-inverted-x: true
37 touchscreen-inverted-y: true
38 touchscreen-size-x: true
39 touchscreen-size-y: true
40 touchscreen-swapped-x-y: true
41 touchscreen-max-pressure: true
46 - compatible
47 - reg
48 - interrupts
49 - touchscreen-size-x
50 - touchscreen-size-y
51 - touchscreen-max-pressure
54 - |
55 #include <dt-bindings/interrupt-controller/irq.h>
57 #address-cells = <1>;
58 #size-cells = <0>;
59 touchscreen@20 {
62 touchscreen-size-x = <480>;
63 touchscreen-size-y = <800>;
64 touchscreen-max-pressure = <255>;
65 interrupt-parent = <&gpio6>;
67 vdd-supply = <&ab8500_ldo_aux2_reg>;
68 vcpin-supply = <&ab8500_ldo_aux2_reg>;