Lines Matching +full:hog +full:-
1 // SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 * Device Tree Source for the RZ SMARC Carrier-II Board.
8 #include <dt-bindings/gpio/gpio.h>
9 #include <dt-bindings/input/input.h>
10 #include <dt-bindings/pinctrl/rzg2l-pinctrl.h>
20 compatible = "gpio-keys";
22 key-1 {
24 interrupt-parent = <&pinctrl>;
27 wakeup-source;
28 debounce-interval = <20>;
31 key-2 {
33 interrupt-parent = <&pinctrl>;
36 wakeup-source;
37 debounce-interval = <20>;
40 key-3 {
42 interrupt-parent = <&pinctrl>;
45 wakeup-source;
46 debounce-interval = <20>;
50 vcc_sdhi1: regulator-vcc-sdhi1 {
51 compatible = "regulator-fixed";
52 regulator-name = "SDHI1 Vcc";
53 regulator-min-microvolt = <3300000>;
54 regulator-max-microvolt = <3300000>;
56 enable-active-high;
59 vccq_sdhi1: regulator-vccq-sdhi1 {
60 compatible = "regulator-gpio";
61 regulator-name = "SDHI1 VccQ";
62 regulator-min-microvolt = <1800000>;
63 regulator-max-microvolt = <3300000>;
65 gpios-states = <1>;
73 clock-frequency = <1000000>;
77 key-1-gpio-hog {
78 gpio-hog;
81 line-name = "key-1-gpio-irq";
84 key-2-gpio-hog {
85 gpio-hog;
88 line-name = "key-2-gpio-irq";
91 key-3-gpio-hog {
92 gpio-hog;
95 line-name = "key-3-gpio-irq";
106 power-source = <3300>;
111 power-source = <3300>;
119 sdhi1_pins_uhs: sd1-uhs {
122 power-source = <1800>;
127 power-source = <1800>;
137 pinctrl-names = "default";
138 pinctrl-0 = <&scif0_pins>;
143 pinctrl-0 = <&sdhi1_pins>;
144 pinctrl-1 = <&sdhi1_pins_uhs>;
145 pinctrl-names = "default", "state_uhs";
146 vmmc-supply = <&vcc_sdhi1>;
147 vqmmc-supply = <&vccq_sdhi1>;
148 bus-width = <4>;
149 sd-uhs-sdr50;
150 sd-uhs-sdr104;
151 max-frequency = <125000000>;