Lines Matching +full:always +full:- +full:on
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,rk808
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 vcc6-supply:
71 vcc7-supply:
75 vcc8-supply:
79 vcc9-supply:
83 vcc10-supply:
87 vcc11-supply:
91 vcc12-supply:
95 vddio-supply:
99 dvs-gpios:
110 "^(DCDC_REG[1-4]|LDO_REG[1-8]|SWITCH_REG[1-2])$":
117 - compatible
118 - reg
119 - interrupts
120 - "#clock-cells"
125 - |
126 #include <dt-bindings/pinctrl/rockchip.h>
127 #include <dt-bindings/interrupt-controller/irq.h>
128 #include <dt-bindings/gpio/gpio.h>
130 #address-cells = <1>;
131 #size-cells = <0>;
135 clock-output-names = "xin32k", "rk808-clkout2";
136 interrupt-parent = <&gpio0>;
138 pinctrl-names = "default";
139 pinctrl-0 = <&pmic_int &dvs_1 &dvs_2>;
140 dvs-gpios = <&gpio7 11 GPIO_ACTIVE_HIGH>,
143 rockchip,system-power-controller;
144 wakeup-source;
145 #clock-cells = <1>;
147 vcc8-supply = <&vcc_18>;
148 vcc9-supply = <&vcc_io>;
149 vcc10-supply = <&vcc_io>;
150 vcc12-supply = <&vcc_io>;
151 vddio-supply = <&vccio_pmu>;
155 regulator-always-on;
156 regulator-boot-on;
157 regulator-min-microvolt = <750000>;
158 regulator-max-microvolt = <1300000>;
159 regulator-name = "vdd_arm";
163 regulator-always-on;
164 regulator-boot-on;
165 regulator-min-microvolt = <850000>;
166 regulator-max-microvolt = <1250000>;
167 regulator-name = "vdd_gpu";
171 regulator-always-on;
172 regulator-boot-on;
173 regulator-name = "vcc_ddr";
177 regulator-always-on;
178 regulator-boot-on;
179 regulator-min-microvolt = <3300000>;
180 regulator-max-microvolt = <3300000>;
181 regulator-name = "vcc_io";
185 regulator-always-on;
186 regulator-boot-on;
187 regulator-min-microvolt = <3300000>;
188 regulator-max-microvolt = <3300000>;
189 regulator-name = "vccio_pmu";
193 regulator-always-on;
194 regulator-boot-on;
195 regulator-min-microvolt = <3300000>;
196 regulator-max-microvolt = <3300000>;
197 regulator-name = "vcc_tp";
201 regulator-always-on;
202 regulator-boot-on;
203 regulator-min-microvolt = <1000000>;
204 regulator-max-microvolt = <1000000>;
205 regulator-name = "vdd_10";
209 regulator-always-on;
210 regulator-boot-on;
211 regulator-min-microvolt = <1800000>;
212 regulator-max-microvolt = <1800000>;
213 regulator-name = "vcc18_lcd";
217 regulator-always-on;
218 regulator-boot-on;
219 regulator-min-microvolt = <1800000>;
220 regulator-max-microvolt = <3300000>;
221 regulator-name = "vccio_sd";
225 regulator-always-on;
226 regulator-boot-on;
227 regulator-min-microvolt = <1000000>;
228 regulator-max-microvolt = <1000000>;
229 regulator-name = "vdd10_lcd";
233 regulator-always-on;
234 regulator-boot-on;
235 regulator-min-microvolt = <1800000>;
236 regulator-max-microvolt = <1800000>;
237 regulator-name = "vcc_18";
241 regulator-always-on;
242 regulator-boot-on;
243 regulator-min-microvolt = <3300000>;
244 regulator-max-microvolt = <3300000>;
245 regulator-name = "vcca_codec";
249 regulator-always-on;
250 regulator-boot-on;
251 regulator-name = "vcc_wl";
255 regulator-always-on;
256 regulator-boot-on;
257 regulator-name = "vcc_lcd";