Lines Matching +full:regulator +full:- +full:state +full:- +full:mem
1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Chris Zhong <zyw@rock-chips.com>
11 - Zhang Qing <zhangqing@rock-chips.com>
20 - rockchip,rk818
28 '#clock-cells':
30 See <dt-bindings/clock/rockchip,rk808.h> for clock IDs.
33 clock-output-names:
38 rockchip,system-power-controller:
44 system-power-controller: true
46 wakeup-source:
51 vcc1-supply:
55 vcc2-supply:
59 vcc3-supply:
63 vcc4-supply:
67 boost-supply:
71 vcc6-supply:
75 vcc7-supply:
79 vcc8-supply:
83 vcc9-supply:
87 vddio-supply:
91 h_5v-supply:
95 usb-supply:
102 "^(DCDC_REG[1-4]|DCDC_BOOST|LDO_REG[1-9]|SWITCH_REG|HDMI_SWITCH|OTG_SWITCH)$":
104 $ref: /schemas/regulator/regulator.yaml#
109 - compatible
110 - reg
111 - interrupts
112 - "#clock-cells"
117 - |
118 #include <dt-bindings/clock/px30-cru.h>
119 #include <dt-bindings/pinctrl/rockchip.h>
120 #include <dt-bindings/interrupt-controller/irq.h>
121 #include <dt-bindings/gpio/gpio.h>
123 #address-cells = <1>;
124 #size-cells = <0>;
129 interrupt-parent = <&gpio0>;
131 pinctrl-names = "default";
132 pinctrl-0 = <&pmic_int>;
133 rockchip,system-power-controller;
134 wakeup-source;
135 #clock-cells = <1>;
137 vcc1-supply = <&vdd_sys>;
138 vcc2-supply = <&vdd_sys>;
139 vcc3-supply = <&vdd_sys>;
140 vcc4-supply = <&vdd_sys>;
141 boost-supply = <&vdd_in_otg_out>;
142 vcc6-supply = <&vdd_sys>;
143 vcc7-supply = <&vdd_misc_1v8>;
144 vcc8-supply = <&vdd_misc_1v8>;
145 vcc9-supply = <&vdd_3v3_io>;
146 vddio-supply = <&vdd_3v3_io>;
150 regulator-name = "vdd_log";
151 regulator-always-on;
152 regulator-boot-on;
153 regulator-min-microvolt = <1100000>;
154 regulator-max-microvolt = <1100000>;
155 regulator-state-mem {
156 regulator-off-in-suspend;
161 regulator-name = "vdd_gpu";
162 regulator-always-on;
163 regulator-boot-on;
164 regulator-min-microvolt = <800000>;
165 regulator-max-microvolt = <1250000>;
166 regulator-state-mem {
167 regulator-on-in-suspend;
168 regulator-suspend-microvolt = <1000000>;
173 regulator-name = "vcc_ddr";
174 regulator-always-on;
175 regulator-boot-on;
176 regulator-state-mem {
177 regulator-on-in-suspend;
182 regulator-name = "vdd_3v3_io";
183 regulator-always-on;
184 regulator-boot-on;
185 regulator-min-microvolt = <3300000>;
186 regulator-max-microvolt = <3300000>;
187 regulator-state-mem {
188 regulator-on-in-suspend;
189 regulator-suspend-microvolt = <3300000>;
194 regulator-name = "vdd_sys";
195 regulator-always-on;
196 regulator-boot-on;
197 regulator-min-microvolt = <5000000>;
198 regulator-max-microvolt = <5000000>;
199 regulator-state-mem {
200 regulator-on-in-suspend;
201 regulator-suspend-microvolt = <5000000>;
206 regulator-name = "vdd_sd";
207 regulator-always-on;
208 regulator-boot-on;
209 regulator-state-mem {
210 regulator-off-in-suspend;
215 regulator-name = "vdd_eth_2v5";
216 regulator-always-on;
217 regulator-boot-on;
218 regulator-min-microvolt = <2500000>;
219 regulator-max-microvolt = <2500000>;
220 regulator-state-mem {
221 regulator-on-in-suspend;
222 regulator-suspend-microvolt = <2500000>;
227 regulator-name = "vdd_1v0";
228 regulator-always-on;
229 regulator-boot-on;
230 regulator-min-microvolt = <1000000>;
231 regulator-max-microvolt = <1000000>;
232 regulator-state-mem {
233 regulator-on-in-suspend;
234 regulator-suspend-microvolt = <1000000>;
239 regulator-name = "vdd_1v8_lcd_ldo";
240 regulator-always-on;
241 regulator-boot-on;
242 regulator-min-microvolt = <1800000>;
243 regulator-max-microvolt = <1800000>;
244 regulator-state-mem {
245 regulator-on-in-suspend;
246 regulator-suspend-microvolt = <1800000>;
251 regulator-name = "vdd_1v0_lcd";
252 regulator-always-on;
253 regulator-boot-on;
254 regulator-min-microvolt = <1000000>;
255 regulator-max-microvolt = <1000000>;
256 regulator-state-mem {
257 regulator-on-in-suspend;
258 regulator-suspend-microvolt = <1000000>;
263 regulator-name = "vdd_1v8_ldo";
264 regulator-always-on;
265 regulator-boot-on;
266 regulator-min-microvolt = <1800000>;
267 regulator-max-microvolt = <1800000>;
268 regulator-state-mem {
269 regulator-off-in-suspend;
270 regulator-suspend-microvolt = <1800000>;
275 regulator-name = "vdd_io_sd";
276 regulator-always-on;
277 regulator-boot-on;
278 regulator-min-microvolt = <1800000>;
279 regulator-max-microvolt = <3300000>;
280 regulator-state-mem {
281 regulator-off-in-suspend;