Lines Matching +full:regulator +full:- +full:suspend +full:- +full:min +full:- +full:microvolt
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:
43 wakeup-source:
48 vcc1-supply:
52 vcc2-supply:
56 vcc3-supply:
60 vcc4-supply:
64 boost-supply:
68 vcc6-supply:
72 vcc7-supply:
76 vcc8-supply:
80 vcc9-supply:
84 vddio-supply:
88 h_5v-supply:
92 usb-supply:
99 "^(DCDC_REG[1-4]|DCDC_BOOST|LDO_REG[1-9]|SWITCH_REG|HDMI_SWITCH|OTG_SWITCH)$":
101 $ref: ../regulator/regulator.yaml#
105 - compatible
106 - reg
107 - interrupts
108 - "#clock-cells"
113 - |
114 #include <dt-bindings/clock/px30-cru.h>
115 #include <dt-bindings/pinctrl/rockchip.h>
116 #include <dt-bindings/interrupt-controller/irq.h>
117 #include <dt-bindings/gpio/gpio.h>
119 #address-cells = <1>;
120 #size-cells = <0>;
125 interrupt-parent = <&gpio0>;
127 pinctrl-names = "default";
128 pinctrl-0 = <&pmic_int>;
129 rockchip,system-power-controller;
130 wakeup-source;
131 #clock-cells = <1>;
133 vcc1-supply = <&vdd_sys>;
134 vcc2-supply = <&vdd_sys>;
135 vcc3-supply = <&vdd_sys>;
136 vcc4-supply = <&vdd_sys>;
137 boost-supply = <&vdd_in_otg_out>;
138 vcc6-supply = <&vdd_sys>;
139 vcc7-supply = <&vdd_misc_1v8>;
140 vcc8-supply = <&vdd_misc_1v8>;
141 vcc9-supply = <&vdd_3v3_io>;
142 vddio-supply = <&vdd_3v3_io>;
146 regulator-name = "vdd_log";
147 regulator-always-on;
148 regulator-boot-on;
149 regulator-min-microvolt = <1100000>;
150 regulator-max-microvolt = <1100000>;
151 regulator-state-mem {
152 regulator-off-in-suspend;
157 regulator-name = "vdd_gpu";
158 regulator-always-on;
159 regulator-boot-on;
160 regulator-min-microvolt = <800000>;
161 regulator-max-microvolt = <1250000>;
162 regulator-state-mem {
163 regulator-on-in-suspend;
164 regulator-suspend-microvolt = <1000000>;
169 regulator-name = "vcc_ddr";
170 regulator-always-on;
171 regulator-boot-on;
172 regulator-state-mem {
173 regulator-on-in-suspend;
178 regulator-name = "vdd_3v3_io";
179 regulator-always-on;
180 regulator-boot-on;
181 regulator-min-microvolt = <3300000>;
182 regulator-max-microvolt = <3300000>;
183 regulator-state-mem {
184 regulator-on-in-suspend;
185 regulator-suspend-microvolt = <3300000>;
190 regulator-name = "vdd_sys";
191 regulator-always-on;
192 regulator-boot-on;
193 regulator-min-microvolt = <5000000>;
194 regulator-max-microvolt = <5000000>;
195 regulator-state-mem {
196 regulator-on-in-suspend;
197 regulator-suspend-microvolt = <5000000>;
202 regulator-name = "vdd_sd";
203 regulator-always-on;
204 regulator-boot-on;
205 regulator-state-mem {
206 regulator-off-in-suspend;
211 regulator-name = "vdd_eth_2v5";
212 regulator-always-on;
213 regulator-boot-on;
214 regulator-min-microvolt = <2500000>;
215 regulator-max-microvolt = <2500000>;
216 regulator-state-mem {
217 regulator-on-in-suspend;
218 regulator-suspend-microvolt = <2500000>;
223 regulator-name = "vdd_1v0";
224 regulator-always-on;
225 regulator-boot-on;
226 regulator-min-microvolt = <1000000>;
227 regulator-max-microvolt = <1000000>;
228 regulator-state-mem {
229 regulator-on-in-suspend;
230 regulator-suspend-microvolt = <1000000>;
235 regulator-name = "vdd_1v8_lcd_ldo";
236 regulator-always-on;
237 regulator-boot-on;
238 regulator-min-microvolt = <1800000>;
239 regulator-max-microvolt = <1800000>;
240 regulator-state-mem {
241 regulator-on-in-suspend;
242 regulator-suspend-microvolt = <1800000>;
247 regulator-name = "vdd_1v0_lcd";
248 regulator-always-on;
249 regulator-boot-on;
250 regulator-min-microvolt = <1000000>;
251 regulator-max-microvolt = <1000000>;
252 regulator-state-mem {
253 regulator-on-in-suspend;
254 regulator-suspend-microvolt = <1000000>;
259 regulator-name = "vdd_1v8_ldo";
260 regulator-always-on;
261 regulator-boot-on;
262 regulator-min-microvolt = <1800000>;
263 regulator-max-microvolt = <1800000>;
264 regulator-state-mem {
265 regulator-off-in-suspend;
266 regulator-suspend-microvolt = <1800000>;
271 regulator-name = "vdd_io_sd";
272 regulator-always-on;
273 regulator-boot-on;
274 regulator-min-microvolt = <1800000>;
275 regulator-max-microvolt = <3300000>;
276 regulator-state-mem {
277 regulator-off-in-suspend;