Lines Matching +full:vcc5 +full:- +full:supply
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>
21 - rockchip,rk816
29 '#clock-cells':
31 See <dt-bindings/clock/rockchip,rk808.h> for clock IDs.
34 clock-output-names:
37 gpio-controller: true
39 '#gpio-cells':
42 system-power-controller:
47 wakeup-source:
50 vcc1-supply:
52 The input supply for dcdc1.
54 vcc2-supply:
56 The input supply for dcdc2.
58 vcc3-supply:
60 The input supply for dcdc3.
62 vcc4-supply:
64 The input supply for dcdc4.
66 vcc5-supply:
68 The input supply for ldo1, ldo2, and ldo3.
70 vcc6-supply:
72 The input supply for ldo4, ldo5, and ldo6.
74 vcc7-supply:
76 The input supply for boost.
78 vcc8-supply:
80 The input supply for otg-switch.
85 '^(boost|dcdc[1-4]|ldo[1-6]|otg-switch)$':
92 '-pins$':
95 $ref: /schemas/pinctrl/pinmux-node.yaml
106 - compatible
107 - reg
108 - interrupts
109 - '#clock-cells'
114 - |
115 #include <dt-bindings/pinctrl/rockchip.h>
116 #include <dt-bindings/interrupt-controller/irq.h>
117 #include <dt-bindings/gpio/gpio.h>
120 #address-cells = <1>;
121 #size-cells = <0>;
126 interrupt-parent = <&gpio0>;
128 clock-output-names = "xin32k", "rk816-clkout2";
129 pinctrl-names = "default";
130 pinctrl-0 = <&pmic_int_l>;
131 gpio-controller;
132 system-power-controller;
133 wakeup-source;
134 #clock-cells = <1>;
135 #gpio-cells = <2>;
137 vcc1-supply = <&vcc_sys>;
138 vcc2-supply = <&vcc_sys>;
139 vcc3-supply = <&vcc_sys>;
140 vcc4-supply = <&vcc_sys>;
141 vcc5-supply = <&vcc33_io>;
142 vcc6-supply = <&vcc_sys>;
146 regulator-name = "vdd_cpu";
147 regulator-min-microvolt = <750000>;
148 regulator-max-microvolt = <1450000>;
149 regulator-ramp-delay = <6001>;
150 regulator-initial-mode = <1>;
151 regulator-always-on;
152 regulator-boot-on;
154 regulator-state-mem {
155 regulator-off-in-suspend;
160 regulator-name = "vdd_logic";
161 regulator-min-microvolt = <800000>;
162 regulator-max-microvolt = <1250000>;
163 regulator-ramp-delay = <6001>;
164 regulator-initial-mode = <1>;
165 regulator-always-on;
166 regulator-boot-on;
168 regulator-state-mem {
169 regulator-on-in-suspend;
170 regulator-suspend-microvolt = <1000000>;
175 regulator-name = "vcc_ddr";
176 regulator-initial-mode = <1>;
177 regulator-always-on;
178 regulator-boot-on;
180 regulator-state-mem {
181 regulator-on-in-suspend;
186 regulator-min-microvolt = <3300000>;
187 regulator-max-microvolt = <3300000>;
188 regulator-name = "vcc33_io";
189 regulator-initial-mode = <1>;
190 regulator-always-on;
191 regulator-boot-on;
193 regulator-state-mem {
194 regulator-on-in-suspend;
195 regulator-suspend-microvolt = <3300000>;
200 regulator-min-microvolt = <3300000>;
201 regulator-max-microvolt = <3300000>;
202 regulator-name = "vccio_pmu";
203 regulator-always-on;
204 regulator-boot-on;
206 regulator-state-mem {
207 regulator-on-in-suspend;
208 regulator-suspend-microvolt = <3300000>;
213 regulator-min-microvolt = <3300000>;
214 regulator-max-microvolt = <3300000>;
215 regulator-name = "vcc_tp";
217 regulator-state-mem {
218 regulator-off-in-suspend;
223 regulator-min-microvolt = <1000000>;
224 regulator-max-microvolt = <1000000>;
225 regulator-name = "vdd_10";
226 regulator-always-on;
227 regulator-boot-on;
229 regulator-state-mem {
230 regulator-on-in-suspend;
231 regulator-suspend-microvolt = <1000000>;
236 regulator-min-microvolt = <1800000>;
237 regulator-max-microvolt = <1800000>;
238 regulator-name = "vcc18_lcd";
240 regulator-state-mem {
241 regulator-on-in-suspend;
242 regulator-suspend-microvolt = <1800000>;
247 regulator-min-microvolt = <1800000>;
248 regulator-max-microvolt = <3300000>;
249 regulator-name = "vccio_sd";
251 regulator-state-mem {
252 regulator-on-in-suspend;
253 regulator-suspend-microvolt = <3300000>;
258 regulator-min-microvolt = <1000000>;
259 regulator-max-microvolt = <1000000>;
260 regulator-name = "vdd10_lcd";
262 regulator-state-mem {
263 regulator-on-in-suspend;
264 regulator-suspend-microvolt = <1000000>;
269 rk816_gpio_pins: gpio-pins {