Lines Matching +full:cap +full:- +full:mmc +full:- +full:highspeed
1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
6 /dts-v1/;
11 compatible = "rockchip,rk3328-evb", "rockchip,rk3328";
21 stdout-path = "serial2:1500000n8";
24 dc_12v: dc-12v {
25 compatible = "regulator-fixed";
26 regulator-name = "dc_12v";
27 regulator-always-on;
28 regulator-boot-on;
29 regulator-min-microvolt = <12000000>;
30 regulator-max-microvolt = <12000000>;
33 sdio_pwrseq: sdio-pwrseq {
34 compatible = "mmc-pwrseq-simple";
35 pinctrl-names = "default";
36 pinctrl-0 = <&wifi_enable_h>;
41 * - SDIO_RESET_L_WL_REG_ON
42 * - PDN (power down when low)
44 reset-gpios = <&gpio1 18 GPIO_ACTIVE_LOW>;
47 vcc_sd: sdmmc-regulator {
48 compatible = "regulator-fixed";
50 pinctrl-names = "default";
51 pinctrl-0 = <&sdmmc0m1_pin>;
52 regulator-name = "vcc_sd";
53 regulator-min-microvolt = <3300000>;
54 regulator-max-microvolt = <3300000>;
55 vin-supply = <&vcc_io>;
58 vcc_sys: vcc-sys {
59 compatible = "regulator-fixed";
60 regulator-name = "vcc_sys";
61 regulator-always-on;
62 regulator-boot-on;
63 regulator-min-microvolt = <5000000>;
64 regulator-max-microvolt = <5000000>;
65 vin-supply = <&dc_12v>;
68 vcc_phy: vcc-phy-regulator {
69 compatible = "regulator-fixed";
70 regulator-name = "vcc_phy";
71 regulator-always-on;
72 regulator-boot-on;
77 cpu-supply = <&vdd_arm>;
81 cpu-supply = <&vdd_arm>;
85 cpu-supply = <&vdd_arm>;
89 cpu-supply = <&vdd_arm>;
93 bus-width = <8>;
94 cap-mmc-highspeed;
95 non-removable;
96 pinctrl-names = "default";
97 pinctrl-0 = <&emmc_clk &emmc_cmd &emmc_bus8>;
102 phy-supply = <&vcc_phy>;
104 assigned-clock-rate = <50000000>;
105 assigned-clocks = <&cru SCLK_MAC2PHY>;
106 assigned-clock-parents = <&cru SCLK_MAC2PHY_SRC>;
116 interrupt-parent = <&gpio2>;
118 #clock-cells = <1>;
119 clock-output-names = "xin32k", "rk805-clkout2";
120 gpio-controller;
121 #gpio-cells = <2>;
122 pinctrl-names = "default";
123 pinctrl-0 = <&pmic_int_l>;
124 rockchip,system-power-controller;
125 wakeup-source;
127 vcc1-supply = <&vcc_sys>;
128 vcc2-supply = <&vcc_sys>;
129 vcc3-supply = <&vcc_sys>;
130 vcc4-supply = <&vcc_sys>;
131 vcc5-supply = <&vcc_io>;
132 vcc6-supply = <&vcc_io>;
136 regulator-name = "vdd_logic";
137 regulator-min-microvolt = <712500>;
138 regulator-max-microvolt = <1450000>;
139 regulator-always-on;
140 regulator-boot-on;
141 regulator-state-mem {
142 regulator-on-in-suspend;
143 regulator-suspend-microvolt = <1000000>;
148 regulator-name = "vdd_arm";
149 regulator-min-microvolt = <712500>;
150 regulator-max-microvolt = <1450000>;
151 regulator-always-on;
152 regulator-boot-on;
153 regulator-state-mem {
154 regulator-on-in-suspend;
155 regulator-suspend-microvolt = <950000>;
160 regulator-name = "vcc_ddr";
161 regulator-always-on;
162 regulator-boot-on;
163 regulator-state-mem {
164 regulator-on-in-suspend;
169 regulator-name = "vcc_io";
170 regulator-min-microvolt = <3300000>;
171 regulator-max-microvolt = <3300000>;
172 regulator-always-on;
173 regulator-boot-on;
174 regulator-state-mem {
175 regulator-on-in-suspend;
176 regulator-suspend-microvolt = <3300000>;
181 regulator-name = "vcc_18";
182 regulator-min-microvolt = <1800000>;
183 regulator-max-microvolt = <1800000>;
184 regulator-always-on;
185 regulator-boot-on;
186 regulator-state-mem {
187 regulator-on-in-suspend;
188 regulator-suspend-microvolt = <1800000>;
193 regulator-name = "vcc18_emmc";
194 regulator-min-microvolt = <1800000>;
195 regulator-max-microvolt = <1800000>;
196 regulator-always-on;
197 regulator-boot-on;
198 regulator-state-mem {
199 regulator-on-in-suspend;
200 regulator-suspend-microvolt = <1800000>;
205 regulator-name = "vdd_10";
206 regulator-min-microvolt = <1000000>;
207 regulator-max-microvolt = <1000000>;
208 regulator-always-on;
209 regulator-boot-on;
210 regulator-state-mem {
211 regulator-on-in-suspend;
212 regulator-suspend-microvolt = <1000000>;
221 pmic_int_l: pmic-int-l {
226 sdio-pwrseq {
227 wifi_enable_h: wifi-enable-h {
235 bus-width = <4>;
236 cap-sd-highspeed;
237 cap-sdio-irq;
238 keep-power-in-suspend;
239 max-frequency = <150000000>;
240 mmc-pwrseq = <&sdio_pwrseq>;
241 non-removable;
242 pinctrl-names = "default";
243 pinctrl-0 = <&sdmmc1_bus4 &sdmmc1_cmd &sdmmc1_clk>;
248 bus-width = <4>;
249 cap-mmc-highspeed;
250 cap-sd-highspeed;
251 disable-wp;
252 max-frequency = <150000000>;
253 pinctrl-names = "default";
254 pinctrl-0 = <&sdmmc0_clk &sdmmc0_cmd &sdmmc0_dectn &sdmmc0_bus4>;
255 vmmc-supply = <&vcc_sd>;