Lines Matching +full:regulator +full:-
1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Sebastian Reichel <sebastian.reichel@collabora.com>
19 - rockchip,rk806
27 gpio-controller: true
29 '#gpio-cells':
32 vcc1-supply:
34 The input supply for dcdc-reg1.
36 vcc2-supply:
38 The input supply for dcdc-reg2.
40 vcc3-supply:
42 The input supply for dcdc-reg3.
44 vcc4-supply:
46 The input supply for dcdc-reg4.
48 vcc5-supply:
50 The input supply for dcdc-reg5.
52 vcc6-supply:
54 The input supply for dcdc-reg6.
56 vcc7-supply:
58 The input supply for dcdc-reg7.
60 vcc8-supply:
62 The input supply for dcdc-reg8.
64 vcc9-supply:
66 The input supply for dcdc-reg9.
68 vcc10-supply:
70 The input supply for dcdc-reg10.
72 vcc11-supply:
74 The input supply for pldo-reg1, pldo-reg2 and pldo-reg3.
76 vcc12-supply:
78 The input supply for pldo-reg4 and pldo-reg5.
80 vcc13-supply:
82 The input supply for nldo-reg1, nldo-reg2 and nldo-reg3.
84 vcc14-supply:
86 The input supply for nldo-reg4 and nldo-reg5.
88 vcca-supply:
90 The input supply for pldo-reg6.
96 "^(dcdc-reg([1-9]|10)|pldo-reg[1-6]|nldo-reg[1-5])$":
98 $ref: /schemas/regulator/regulator.yaml#
102 '-pins$':
105 $ref: /schemas/pinctrl/pinmux-node.yaml
116 - $ref: /schemas/spi/spi-peripheral-props.yaml
119 - compatible
120 - reg
121 - interrupts
126 - |
127 #include <dt-bindings/pinctrl/rockchip.h>
128 #include <dt-bindings/interrupt-controller/irq.h>
129 #include <dt-bindings/gpio/gpio.h>
131 #address-cells = <1>;
132 #size-cells = <0>;
140 vcc1-supply = <&vcc5v0_sys>;
141 vcc2-supply = <&vcc5v0_sys>;
142 vcc3-supply = <&vcc5v0_sys>;
143 vcc4-supply = <&vcc5v0_sys>;
144 vcc5-supply = <&vcc5v0_sys>;
145 vcc6-supply = <&vcc5v0_sys>;
146 vcc7-supply = <&vcc5v0_sys>;
147 vcc8-supply = <&vcc5v0_sys>;
148 vcc9-supply = <&vcc5v0_sys>;
149 vcc10-supply = <&vcc5v0_sys>;
150 vcc11-supply = <&vcc_2v0_pldo_s3>;
151 vcc12-supply = <&vcc5v0_sys>;
152 vcc13-supply = <&vcc5v0_sys>;
153 vcc14-supply = <&vcc_1v1_nldo_s3>;
154 vcca-supply = <&vcc5v0_sys>;
157 vdd_gpu_s0: dcdc-reg1 {
158 regulator-always-on;
159 regulator-boot-on;
160 regulator-min-microvolt = <550000>;
161 regulator-max-microvolt = <950000>;
162 regulator-ramp-delay = <12500>;
163 regulator-name = "vdd_gpu_s0";
164 regulator-state-mem {
165 regulator-off-in-suspend;
169 vdd_npu_s0: dcdc-reg2 {
170 regulator-always-on;
171 regulator-boot-on;
172 regulator-min-microvolt = <550000>;
173 regulator-max-microvolt = <950000>;
174 regulator-ramp-delay = <12500>;
175 regulator-name = "vdd_npu_s0";
176 regulator-state-mem {
177 regulator-off-in-suspend;
181 vdd_log_s0: dcdc-reg3 {
182 regulator-always-on;
183 regulator-boot-on;
184 regulator-min-microvolt = <750000>;
185 regulator-max-microvolt = <750000>;
186 regulator-ramp-delay = <12500>;
187 regulator-name = "vdd_log_s0";
188 regulator-state-mem {
189 regulator-on-in-suspend;
190 regulator-suspend-microvolt = <750000>;
194 vdd_vdenc_s0: dcdc-reg4 {
195 regulator-always-on;
196 regulator-boot-on;
197 regulator-min-microvolt = <550000>;
198 regulator-max-microvolt = <950000>;
199 regulator-ramp-delay = <12500>;
200 regulator-name = "vdd_vdenc_s0";
201 regulator-state-mem {
202 regulator-off-in-suspend;
206 vdd_gpu_mem_s0: dcdc-reg5 {
207 regulator-always-on;
208 regulator-boot-on;
209 regulator-min-microvolt = <675000>;
210 regulator-max-microvolt = <950000>;
211 regulator-ramp-delay = <12500>;
212 regulator-name = "vdd_gpu_mem_s0";
213 regulator-state-mem {
214 regulator-off-in-suspend;
218 vdd_npu_mem_s0: dcdc-reg6 {
219 regulator-always-on;
220 regulator-boot-on;
221 regulator-min-microvolt = <675000>;
222 regulator-max-microvolt = <950000>;
223 regulator-ramp-delay = <12500>;
224 regulator-name = "vdd_npu_mem_s0";
225 regulator-state-mem {
226 regulator-off-in-suspend;
230 vcc_2v0_pldo_s3: dcdc-reg7 {
231 regulator-always-on;
232 regulator-boot-on;
233 regulator-min-microvolt = <2000000>;
234 regulator-max-microvolt = <2000000>;
235 regulator-ramp-delay = <12500>;
236 regulator-name = "vdd_2v0_pldo_s3";
237 regulator-state-mem {
238 regulator-on-in-suspend;
239 regulator-suspend-microvolt = <2000000>;
243 vdd_vdenc_mem_s0: dcdc-reg8 {
244 regulator-always-on;
245 regulator-boot-on;
246 regulator-min-microvolt = <675000>;
247 regulator-max-microvolt = <950000>;
248 regulator-ramp-delay = <12500>;
249 regulator-name = "vdd_vdenc_mem_s0";
250 regulator-state-mem {
251 regulator-off-in-suspend;
255 vdd2_ddr_s3: dcdc-reg9 {
256 regulator-always-on;
257 regulator-boot-on;
258 regulator-name = "vdd2_ddr_s3";
259 regulator-state-mem {
260 regulator-on-in-suspend;
264 vcc_1v1_nldo_s3: dcdc-reg10 {
265 regulator-always-on;
266 regulator-boot-on;
267 regulator-min-microvolt = <1100000>;
268 regulator-max-microvolt = <1100000>;
269 regulator-ramp-delay = <12500>;
270 regulator-name = "vcc_1v1_nldo_s3";
271 regulator-state-mem {
272 regulator-on-in-suspend;
273 regulator-suspend-microvolt = <1100000>;
277 avcc_1v8_s0: pldo-reg1 {
278 regulator-always-on;
279 regulator-boot-on;
280 regulator-min-microvolt = <1800000>;
281 regulator-max-microvolt = <1800000>;
282 regulator-ramp-delay = <12500>;
283 regulator-name = "avcc_1v8_s0";
284 regulator-state-mem {
285 regulator-off-in-suspend;
289 vdd1_1v8_ddr_s3: pldo-reg2 {
290 regulator-always-on;
291 regulator-boot-on;
292 regulator-min-microvolt = <1800000>;
293 regulator-max-microvolt = <1800000>;
294 regulator-ramp-delay = <12500>;
295 regulator-name = "vdd1_1v8_ddr_s3";
296 regulator-state-mem {
297 regulator-on-in-suspend;
298 regulator-suspend-microvolt = <1800000>;
302 vcc_1v8_s3: pldo-reg3 {
303 regulator-always-on;
304 regulator-boot-on;
305 regulator-min-microvolt = <1800000>;
306 regulator-max-microvolt = <1800000>;
307 regulator-ramp-delay = <12500>;
308 regulator-name = "vcc_1v8_s3";
309 regulator-state-mem {
310 regulator-on-in-suspend;
311 regulator-suspend-microvolt = <1800000>;
315 vcc_3v3_s0: pldo-reg4 {
316 regulator-always-on;
317 regulator-boot-on;
318 regulator-min-microvolt = <3300000>;
319 regulator-max-microvolt = <3300000>;
320 regulator-ramp-delay = <12500>;
321 regulator-name = "vcc_3v3_s0";
322 regulator-state-mem {
323 regulator-off-in-suspend;
327 vccio_sd_s0: pldo-reg5 {
328 regulator-always-on;
329 regulator-boot-on;
330 regulator-min-microvolt = <1800000>;
331 regulator-max-microvolt = <3300000>;
332 regulator-ramp-delay = <12500>;
333 regulator-name = "vccio_sd_s0";
334 regulator-state-mem {
335 regulator-off-in-suspend;
339 master_pldo6_s3: pldo-reg6 {
340 regulator-always-on;
341 regulator-boot-on;
342 regulator-min-microvolt = <1800000>;
343 regulator-max-microvolt = <1800000>;
344 regulator-name = "master_pldo6_s3";
345 regulator-state-mem {
346 regulator-on-in-suspend;
347 regulator-suspend-microvolt = <1800000>;
351 vdd_0v75_s3: nldo-reg1 {
352 regulator-always-on;
353 regulator-boot-on;
354 regulator-min-microvolt = <750000>;
355 regulator-max-microvolt = <750000>;
356 regulator-ramp-delay = <12500>;
357 regulator-name = "vdd_0v75_s3";
358 regulator-state-mem {
359 regulator-on-in-suspend;
360 regulator-suspend-microvolt = <750000>;
364 vdd2l_0v9_ddr_s3: nldo-reg2 {
365 regulator-always-on;
366 regulator-boot-on;
367 regulator-min-microvolt = <900000>;
368 regulator-max-microvolt = <900000>;
369 regulator-name = "vdd2l_0v9_ddr_s3";
370 regulator-state-mem {
371 regulator-on-in-suspend;
372 regulator-suspend-microvolt = <900000>;
376 master_nldo3: nldo-reg3 {
377 regulator-name = "master_nldo3";
378 regulator-state-mem {
379 regulator-off-in-suspend;
383 avdd_0v75_s0: nldo-reg4 {
384 regulator-always-on;
385 regulator-boot-on;
386 regulator-min-microvolt = <750000>;
387 regulator-max-microvolt = <750000>;
388 regulator-name = "avdd_0v75_s0";
389 regulator-state-mem {
390 regulator-off-in-suspend;
394 vdd_0v85_s0: nldo-reg5 {
395 regulator-always-on;
396 regulator-boot-on;
397 regulator-min-microvolt = <850000>;
398 regulator-max-microvolt = <850000>;
399 regulator-name = "vdd_0v85_s0";
400 regulator-state-mem {
401 regulator-off-in-suspend;