Lines Matching +full:mmc0 +full:- +full:pins
1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
6 /dts-v1/;
7 #include <dt-bindings/input/input.h>
15 mmc0 = &mmc0;
20 stdout-path = "serial2:115200n8";
28 adc-keys {
29 compatible = "adc-keys";
30 io-channels = <&saradc 1>;
31 io-channel-names = "buttons";
32 keyup-threshold-microvolt = <2500000>;
33 poll-interval = <100>;
35 button-recovery {
38 press-threshold-microvolt = <0>;
42 gpio-leds {
43 compatible = "gpio-leds";
45 blue_led: led-0 {
48 default-state = "off";
49 linux,default-trigger = "default-on";
54 compatible = "hdmi-connector";
59 remote-endpoint = <&hdmi_out_con>;
64 vcc_2v5: vcc-2v5 {
65 compatible = "regulator-fixed";
66 regulator-name = "vcc_2v5";
67 regulator-min-microvolt = <2500000>;
68 regulator-max-microvolt = <2500000>;
71 vcc_io: vcc-io {
72 compatible = "regulator-fixed";
73 regulator-name = "vcc_io";
74 regulator-min-microvolt = <3300000>;
75 regulator-max-microvolt = <3300000>;
78 vcc_host: usb-host-regulator {
79 compatible = "regulator-fixed";
80 enable-active-high;
82 pinctrl-0 = <&host_drv>;
83 pinctrl-names = "default";
84 regulator-always-on;
85 regulator-name = "host-pwr";
86 regulator-min-microvolt = <5000000>;
87 regulator-max-microvolt = <5000000>;
88 startup-delay-us = <100000>;
89 vin-supply = <&vcc_io>;
92 vcc_otg: usb-otg-regulator {
93 compatible = "regulator-fixed";
94 enable-active-high;
96 pinctrl-0 = <&otg_drv>;
97 pinctrl-names = "default";
98 regulator-always-on;
99 regulator-name = "vcc_otg";
100 regulator-min-microvolt = <5000000>;
101 regulator-max-microvolt = <5000000>;
102 startup-delay-us = <100000>;
103 vin-supply = <&vcc_io>;
106 vcc_sd: sdmmc-regulator {
107 compatible = "regulator-fixed";
109 pinctrl-0 = <&sdmmc_pwr>;
110 pinctrl-names = "default";
111 regulator-name = "vcc_sd";
112 regulator-min-microvolt = <3300000>;
113 regulator-max-microvolt = <3300000>;
114 startup-delay-us = <100000>;
115 vin-supply = <&vcc_io>;
118 vcc_wifi: sdio-regulator {
119 compatible = "regulator-fixed";
120 enable-active-high;
122 pinctrl-0 = <&wifi_pwr>;
123 pinctrl-names = "default";
124 regulator-name = "vcc_wifi";
125 regulator-min-microvolt = <3300000>;
126 regulator-max-microvolt = <3300000>;
127 startup-delay-us = <100000>;
128 vin-supply = <&vcc_io>;
142 remote-endpoint = <&hdmi_con_in>;
146 &mmc0 {
147 bus-width = <4>;
148 cap-mmc-highspeed;
149 cap-sd-highspeed;
150 vmmc-supply = <&vcc_sd>;
155 bus-width = <4>;
156 non-removable;
157 pinctrl-0 = <&sd1_clk &sd1_cmd &sd1_bus4>;
158 pinctrl-names = "default";
159 vmmc-supply = <&vcc_wifi>;
160 #address-cells = <1>;
161 #size-cells = <0>;
165 compatible = "brcm,bcm4329-fmac";
171 #address-cells = <1>;
172 #size-cells = <0>;
177 label = "rk-nand";
178 nand-bus-width = <8>;
179 nand-ecc-mode = "hw";
180 nand-ecc-step-size = <1024>;
181 nand-ecc-strength = <40>;
182 nand-is-boot-medium;
183 rockchip,boot-blks = <8>;
184 rockchip,boot-ecc-strength = <24>;
189 usb-host {
190 host_drv: host-drv {
191 rockchip,pins = <0 RK_PA6 RK_FUNC_GPIO &pcfg_pull_default>;
195 usb-otg {
196 otg_drv: otg-drv {
197 rockchip,pins = <0 RK_PA5 RK_FUNC_GPIO &pcfg_pull_default>;
202 sdmmc_pwr: sdmmc-pwr {
203 rockchip,pins = <3 RK_PA7 RK_FUNC_GPIO &pcfg_pull_default>;
208 wifi_pwr: wifi-pwr {
209 rockchip,pins = <3 RK_PD0 RK_FUNC_GPIO &pcfg_pull_none>;
215 vref-supply = <&vcc_2v5>;