Lines Matching +full:regulator +full:- +full:suspend +full:- +full:microvolt

1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
6 /dts-v1/;
11 compatible = "rockchip,rk3328-evb", "rockchip,rk3328";
14 stdout-path = "serial2:1500000n8";
17 dc_12v: dc-12v {
18 compatible = "regulator-fixed";
19 regulator-name = "dc_12v";
20 regulator-always-on;
21 regulator-boot-on;
22 regulator-min-microvolt = <12000000>;
23 regulator-max-microvolt = <12000000>;
26 sdio_pwrseq: sdio-pwrseq {
27 compatible = "mmc-pwrseq-simple";
28 pinctrl-names = "default";
29 pinctrl-0 = <&wifi_enable_h>;
34 * - SDIO_RESET_L_WL_REG_ON
35 * - PDN (power down when low)
37 reset-gpios = <&gpio1 18 GPIO_ACTIVE_LOW>;
40 vcc_sd: sdmmc-regulator {
41 compatible = "regulator-fixed";
43 pinctrl-names = "default";
44 pinctrl-0 = <&sdmmc0m1_pin>;
45 regulator-name = "vcc_sd";
46 regulator-min-microvolt = <3300000>;
47 regulator-max-microvolt = <3300000>;
48 vin-supply = <&vcc_io>;
51 vcc_sys: vcc-sys {
52 compatible = "regulator-fixed";
53 regulator-name = "vcc_sys";
54 regulator-always-on;
55 regulator-boot-on;
56 regulator-min-microvolt = <5000000>;
57 regulator-max-microvolt = <5000000>;
58 vin-supply = <&dc_12v>;
61 vcc_phy: vcc-phy-regulator {
62 compatible = "regulator-fixed";
63 regulator-name = "vcc_phy";
64 regulator-always-on;
65 regulator-boot-on;
70 cpu-supply = <&vdd_arm>;
74 cpu-supply = <&vdd_arm>;
78 cpu-supply = <&vdd_arm>;
82 cpu-supply = <&vdd_arm>;
86 bus-width = <8>;
87 cap-mmc-highspeed;
88 non-removable;
89 pinctrl-names = "default";
90 pinctrl-0 = <&emmc_clk &emmc_cmd &emmc_bus8>;
95 phy-supply = <&vcc_phy>;
97 assigned-clock-rate = <50000000>;
98 assigned-clocks = <&cru SCLK_MAC2PHY>;
99 assigned-clock-parents = <&cru SCLK_MAC2PHY_SRC>;
109 interrupt-parent = <&gpio2>;
111 #clock-cells = <1>;
112 clock-output-names = "xin32k", "rk805-clkout2";
113 gpio-controller;
114 #gpio-cells = <2>;
115 pinctrl-names = "default";
116 pinctrl-0 = <&pmic_int_l>;
117 rockchip,system-power-controller;
118 wakeup-source;
120 vcc1-supply = <&vcc_sys>;
121 vcc2-supply = <&vcc_sys>;
122 vcc3-supply = <&vcc_sys>;
123 vcc4-supply = <&vcc_sys>;
124 vcc5-supply = <&vcc_io>;
125 vcc6-supply = <&vcc_io>;
129 regulator-name = "vdd_logic";
130 regulator-min-microvolt = <712500>;
131 regulator-max-microvolt = <1450000>;
132 regulator-always-on;
133 regulator-boot-on;
134 regulator-state-mem {
135 regulator-on-in-suspend;
136 regulator-suspend-microvolt = <1000000>;
141 regulator-name = "vdd_arm";
142 regulator-min-microvolt = <712500>;
143 regulator-max-microvolt = <1450000>;
144 regulator-always-on;
145 regulator-boot-on;
146 regulator-state-mem {
147 regulator-on-in-suspend;
148 regulator-suspend-microvolt = <950000>;
153 regulator-name = "vcc_ddr";
154 regulator-always-on;
155 regulator-boot-on;
156 regulator-state-mem {
157 regulator-on-in-suspend;
162 regulator-name = "vcc_io";
163 regulator-min-microvolt = <3300000>;
164 regulator-max-microvolt = <3300000>;
165 regulator-always-on;
166 regulator-boot-on;
167 regulator-state-mem {
168 regulator-on-in-suspend;
169 regulator-suspend-microvolt = <3300000>;
174 regulator-name = "vcc_18";
175 regulator-min-microvolt = <1800000>;
176 regulator-max-microvolt = <1800000>;
177 regulator-always-on;
178 regulator-boot-on;
179 regulator-state-mem {
180 regulator-on-in-suspend;
181 regulator-suspend-microvolt = <1800000>;
186 regulator-name = "vcc18_emmc";
187 regulator-min-microvolt = <1800000>;
188 regulator-max-microvolt = <1800000>;
189 regulator-always-on;
190 regulator-boot-on;
191 regulator-state-mem {
192 regulator-on-in-suspend;
193 regulator-suspend-microvolt = <1800000>;
198 regulator-name = "vdd_10";
199 regulator-min-microvolt = <1000000>;
200 regulator-max-microvolt = <1000000>;
201 regulator-always-on;
202 regulator-boot-on;
203 regulator-state-mem {
204 regulator-on-in-suspend;
205 regulator-suspend-microvolt = <1000000>;
214 pmic_int_l: pmic-int-l {
219 sdio-pwrseq {
220 wifi_enable_h: wifi-enable-h {
228 bus-width = <4>;
229 cap-sd-highspeed;
230 cap-sdio-irq;
231 keep-power-in-suspend;
232 max-frequency = <150000000>;
233 mmc-pwrseq = <&sdio_pwrseq>;
234 non-removable;
235 pinctrl-names = "default";
236 pinctrl-0 = <&sdmmc1_bus4 &sdmmc1_cmd &sdmmc1_clk>;
241 bus-width = <4>;
242 cap-mmc-highspeed;
243 cap-sd-highspeed;
244 disable-wp;
245 max-frequency = <150000000>;
246 pinctrl-names = "default";
247 pinctrl-0 = <&sdmmc0_clk &sdmmc0_cmd &sdmmc0_dectn &sdmmc0_bus4>;
248 vmmc-supply = <&vcc_sd>;