Lines Matching +full:linux +full:- +full:keycodes
1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/input/cypress,tm2-touchkey.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Stephan Gerhold <stephan@gerhold.net>
18 - $ref: input.yaml#
23 - cypress,tm2-touchkey
24 - cypress,midas-touchkey
25 - cypress,aries-touchkey
26 - coreriver,tc360-touchkey
34 vdd-supply:
37 vcc-supply:
38 description: Optional regulator for MCU, 1.8V-3.3V (depending on MCU).
40 vddio-supply:
45 linux,keycodes:
50 - compatible
51 - reg
52 - interrupts
57 - |
58 #include <dt-bindings/input/input.h>
59 #include <dt-bindings/interrupt-controller/irq.h>
61 #address-cells = <1>;
62 #size-cells = <0>;
65 compatible = "cypress,tm2-touchkey";
67 interrupt-parent = <&gpa3>;
69 vcc-supply = <&ldo32_reg>;
70 vdd-supply = <&ldo33_reg>;
71 linux,keycodes = <KEY_MENU KEY_BACK>;