Lines Matching +full:regulator +full:- +full:boot +full:- +full:on

1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
6 /dts-v1/;
8 #include <dt-bindings/input/input.h>
15 stdout-path = "serial2:115200n8";
23 ext_gmac: gmac-clk {
24 compatible = "fixed-clock";
25 clock-frequency = <125000000>;
26 clock-output-names = "ext_gmac";
27 #clock-cells = <0>;
30 ir: ir-receiver {
31 compatible = "gpio-ir-receiver";
33 pinctrl-names = "default";
34 pinctrl-0 = <&ir_int>;
37 keys: gpio-keys {
38 compatible = "gpio-keys";
39 pinctrl-names = "default";
40 pinctrl-0 = <&pwr_key>;
46 wakeup-source;
50 leds: gpio-leds {
51 compatible = "gpio-leds";
53 blue_led: led-0 {
56 default-state = "on";
59 red_led: led-1 {
62 default-state = "off";
66 vcc_sys: vcc-sys-regulator {
67 compatible = "regulator-fixed";
68 regulator-name = "vcc_sys";
69 regulator-min-microvolt = <5000000>;
70 regulator-max-microvolt = <5000000>;
71 regulator-always-on;
72 regulator-boot-on;
78 bus-width = <8>;
79 cap-mmc-highspeed;
80 clock-frequency = <150000000>;
81 non-removable;
82 vmmc-supply = <&vcc_io>;
83 vqmmc-supply = <&vcc18_flash>;
84 pinctrl-names = "default";
85 pinctrl-0 = <&emmc_clk>, <&emmc_cmd>, <&emmc_bus8>;
90 phy-supply = <&vcc_lan>;
91 phy-mode = "rgmii";
93 assigned-clocks = <&cru SCLK_MAC>;
94 assigned-clock-parents = <&ext_gmac>;
95 pinctrl-names = "default";
96 pinctrl-0 = <&rgmii_pins>;
107 pinctrl-names = "default";
108 pinctrl-0 = <&pmic_int>, <&pmic_sleep>;
109 interrupt-parent = <&gpio0>;
111 rockchip,system-power-controller;
112 vcc1-supply = <&vcc_sys>;
113 vcc2-supply = <&vcc_sys>;
114 vcc3-supply = <&vcc_sys>;
115 vcc4-supply = <&vcc_sys>;
116 vcc6-supply = <&vcc_sys>;
117 vcc7-supply = <&vcc_sys>;
118 vcc8-supply = <&vcc_io>;
119 vcc9-supply = <&vcc_sys>;
120 vcc10-supply = <&vcc_sys>;
121 vcc11-supply = <&vcc_sys>;
122 vcc12-supply = <&vcc_io>;
123 clock-output-names = "xin32k", "rk808-clkout2";
124 #clock-cells = <1>;
128 regulator-always-on;
129 regulator-boot-on;
130 regulator-min-microvolt = <700000>;
131 regulator-max-microvolt = <1500000>;
132 regulator-name = "vdd_cpu";
136 regulator-always-on;
137 regulator-boot-on;
138 regulator-min-microvolt = <700000>;
139 regulator-max-microvolt = <1500000>;
140 regulator-name = "vdd_log";
144 regulator-always-on;
145 regulator-boot-on;
146 regulator-name = "vcc_ddr";
150 regulator-always-on;
151 regulator-boot-on;
152 regulator-min-microvolt = <3300000>;
153 regulator-max-microvolt = <3300000>;
154 regulator-name = "vcc_io";
158 regulator-always-on;
159 regulator-boot-on;
160 regulator-min-microvolt = <1800000>;
161 regulator-max-microvolt = <1800000>;
162 regulator-name = "vcc18_flash";
166 regulator-always-on;
167 regulator-boot-on;
168 regulator-min-microvolt = <3300000>;
169 regulator-max-microvolt = <3300000>;
170 regulator-name = "vcc33_lcd";
174 regulator-always-on;
175 regulator-boot-on;
176 regulator-min-microvolt = <1000000>;
177 regulator-max-microvolt = <1000000>;
178 regulator-name = "vdd_10";
182 regulator-boot-on;
183 regulator-min-microvolt = <1800000>;
184 regulator-max-microvolt = <1800000>;
185 regulator-name = "vcca_18";
189 regulator-always-on;
190 regulator-boot-on;
191 regulator-min-microvolt = <1800000>;
192 regulator-max-microvolt = <3300000>;
193 regulator-name = "vccio_sd";
197 regulator-always-on;
198 regulator-boot-on;
199 regulator-min-microvolt = <1000000>;
200 regulator-max-microvolt = <1000000>;
201 regulator-name = "vdd10_lcd";
205 regulator-always-on;
206 regulator-boot-on;
207 regulator-min-microvolt = <1800000>;
208 regulator-max-microvolt = <1800000>;
209 regulator-name = "vcc_18";
213 regulator-always-on;
214 regulator-boot-on;
215 regulator-min-microvolt = <1800000>;
216 regulator-max-microvolt = <1800000>;
217 regulator-name = "vcc18_lcd";
221 regulator-name = "vcc_sd";
225 regulator-always-on;
226 regulator-boot-on;
227 regulator-name = "vcc_lan";
235 ir_int: ir-int {
241 pwr_key: pwr-key {
247 pmic_sleep: pmic-sleep {
251 pmic_int: pmic-int {
259 rockchip,hw-tshut-mode = <0>; /* CRU */
260 rockchip,hw-tshut-polarity = <1>; /* high */