Lines Matching +full:enable +full:- +full:gpios

1 // SPDX-License-Identifier: GPL-2.0
8 /dts-v1/;
10 #include <dt-bindings/gpio/gpio.h>
11 #include <dt-bindings/input/input.h>
12 #include <dt-bindings/interrupt-controller/irq.h>
13 #include <dt-bindings/pwm/pwm.h>
25 stdout-path = "serial0:115200n8";
33 reg_3p3v: regulator-3p3v {
34 compatible = "regulator-fixed";
35 regulator-name = "fixed-3.3V";
36 regulator-min-microvolt = <3300000>;
37 regulator-max-microvolt = <3300000>;
38 regulator-always-on;
39 regulator-boot-on;
42 vcc_sdhi0: regulator-vcc-sdhi0 {
43 compatible = "regulator-fixed";
45 regulator-name = "SDHI0 Vcc";
46 regulator-min-microvolt = <3300000>;
47 regulator-max-microvolt = <3300000>;
50 enable-active-high;
53 vccq_sdhi0: regulator-vccq-sdhi0 {
54 compatible = "regulator-gpio";
56 regulator-name = "SDHI0 VccQ";
57 regulator-min-microvolt = <1800000>;
58 regulator-max-microvolt = <3300000>;
59 vin-supply = <&vcc_sdhi0>;
61 enable-gpio = <&pfc 74 GPIO_ACTIVE_HIGH>;
62 gpios = <&pfc 17 GPIO_ACTIVE_HIGH>;
65 enable-active-high;
68 reg_5p0v: regulator-5p0v {
69 compatible = "regulator-fixed";
70 regulator-name = "fixed-5.0V";
71 regulator-min-microvolt = <5000000>;
72 regulator-max-microvolt = <5000000>;
73 regulator-always-on;
74 regulator-boot-on;
78 compatible = "gpio-keys";
80 power-key {
81 gpios = <&pfc 99 GPIO_ACTIVE_LOW>;
84 wakeup-source;
87 back-key {
88 gpios = <&pfc 100 GPIO_ACTIVE_LOW>;
93 menu-key {
94 gpios = <&pfc 97 GPIO_ACTIVE_LOW>;
99 home-key {
100 gpios = <&pfc 98 GPIO_ACTIVE_LOW>;
107 compatible = "gpio-leds";
109 gpios = <&pfc 102 GPIO_ACTIVE_HIGH>;
113 gpios = <&pfc 111 GPIO_ACTIVE_HIGH>;
117 gpios = <&pfc 110 GPIO_ACTIVE_HIGH>;
121 gpios = <&pfc 177 GPIO_ACTIVE_HIGH>;
126 i2c2: i2c-2 {
127 #address-cells = <1>;
128 #size-cells = <0>;
129 compatible = "i2c-gpio";
130 sda-gpios = <&pfc 208 (GPIO_ACTIVE_HIGH | GPIO_OPEN_DRAIN)>;
131 scl-gpios = <&pfc 91 (GPIO_ACTIVE_HIGH | GPIO_OPEN_DRAIN)>;
132 i2c-gpio,delay-us = <5>;
136 compatible = "pwm-backlight";
138 brightness-levels = <0 1 2 4 8 16 32 64 128 255>;
139 default-brightness-level = <9>;
140 pinctrl-0 = <&backlight_pins>;
141 pinctrl-names = "default";
142 power-supply = <&reg_5p0v>;
143 enable-gpios = <&pfc 61 GPIO_ACTIVE_HIGH>;
147 compatible = "simple-audio-card";
149 simple-audio-card,format = "i2s";
151 simple-audio-card,cpu {
152 sound-dai = <&sh_fsi2 0>;
153 bitclock-inversion;
156 simple-audio-card,codec {
157 sound-dai = <&wm8978>;
158 bitclock-master;
159 frame-master;
160 system-clock-frequency = <12288000>;
166 pinctrl-0 = <&ether_pins>;
167 pinctrl-names = "default";
169 phy-handle = <&phy0>;
172 phy0: ethernet-phy@0 {
178 clock-frequency = <24000000>;
181 clock-frequency = <48000000>;
184 clock-frequency = <12288000>;
199 interrupt-parent = <&irqpin1>;
201 pinctrl-0 = <&st1232_pins>;
202 pinctrl-names = "default";
203 gpios = <&pfc 166 GPIO_ACTIVE_LOW>;
207 #sound-dai-cells = <0>;
222 pinctrl-0 = <&lcd0_pins>;
223 pinctrl-names = "default";
268 gpio-hog;
269 gpios = <176 0>;
270 output-high;
279 pinctrl-0 = <&mmc0_pins>;
280 pinctrl-names = "default";
282 vmmc-supply = <&reg_3p3v>;
283 bus-width = <8>;
284 non-removable;
289 pinctrl-0 = <&scifa1_pins>;
290 pinctrl-names = "default";
296 pinctrl-0 = <&sdhi0_pins>;
297 pinctrl-names = "default";
299 vmmc-supply = <&vcc_sdhi0>;
300 vqmmc-supply = <&vccq_sdhi0>;
301 bus-width = <4>;
302 cd-gpios = <&pfc 167 GPIO_ACTIVE_LOW>;
307 pinctrl-0 = <&fsia_pins>;
308 pinctrl-names = "default";