Lines Matching +full:9 +full:- +full:series
1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
9 description: The Cypress TT21000 series (also known as "CYTTSP5" after
10 the marketing name Cypress TrueTouch Standard Product series 5).
13 - Alistair Francis <alistair@alistair23.me>
16 - $ref: touchscreen.yaml#
25 '#address-cells':
28 '#size-cells':
34 vdd-supply:
37 reset-gpios:
43 wakeup-source: true
46 "^button@[0-9]+$":
56 - reg
57 - linux,keycodes
62 - compatible
63 - reg
64 - interrupts
65 - vdd-supply
70 - |
71 #include <dt-bindings/interrupt-controller/irq.h>
72 #include <dt-bindings/gpio/gpio.h>
73 #include <dt-bindings/input/linux-event-codes.h>
76 #address-cells = <1>;
77 #size-cells = <0>;
80 #address-cells = <1>;
81 #size-cells = <0>;
85 pinctrl-names = "default";
86 pinctrl-0 = <&tp_reset_ds203>;
87 interrupt-parent = <&pio>;
89 reset-gpios = <&pio 7 1 GPIO_ACTIVE_LOW>;
90 vdd-supply = <®_touch>;