Lines Matching +full:vccio +full:- +full:supply

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 emmc_pwrseq: emmc-pwrseq {
24 compatible = "mmc-pwrseq-emmc";
25 pinctrl-0 = <&emmc_reset>;
26 pinctrl-names = "default";
27 reset-gpios = <&gpio2 RK_PA3 GPIO_ACTIVE_HIGH>;
30 keys: gpio-keys {
31 compatible = "gpio-keys";
32 pinctrl-names = "default";
33 pinctrl-0 = <&pwr_key>;
36 wakeup-source;
43 leds: gpio-leds {
44 compatible = "gpio-leds";
46 work_led: led-0 {
49 pinctrl-names = "default";
50 pinctrl-0 = <&led_ctl>;
54 ir: ir-receiver {
55 compatible = "gpio-ir-receiver";
57 pinctrl-names = "default";
58 pinctrl-0 = <&ir_int>;
61 sdio_pwrseq: sdio-pwrseq {
62 compatible = "mmc-pwrseq-simple";
64 clock-names = "ext_clock";
65 pinctrl-names = "default";
66 pinctrl-0 = <&bt_rst>, <&wifi_reg_on>;
68 reset-gpios =
76 vcc_18: vcc18-regulator {
77 compatible = "regulator-fixed";
78 regulator-name = "vcc_18";
79 regulator-min-microvolt = <1800000>;
80 regulator-max-microvolt = <1800000>;
81 regulator-always-on;
82 regulator-boot-on;
83 vin-supply = <&vcc_sys>;
87 vcc_host: vcc-host-regulator {
88 compatible = "regulator-fixed";
89 enable-active-high;
91 pinctrl-names = "default";
92 pinctrl-0 = <&host_vbus_drv>;
93 regulator-name = "vcc_host";
94 regulator-always-on;
95 regulator-boot-on;
96 vin-supply = <&vcc_sys>;
99 vcc_io: vcc-io-regulator {
100 compatible = "regulator-fixed";
101 regulator-name = "vcc_io";
102 regulator-min-microvolt = <3300000>;
103 regulator-max-microvolt = <3300000>;
104 regulator-always-on;
105 regulator-boot-on;
106 vin-supply = <&vcc_sys>;
109 vcc_lan: vcc-lan-regulator {
110 compatible = "regulator-fixed";
111 regulator-name = "vcc_lan";
112 regulator-min-microvolt = <3300000>;
113 regulator-max-microvolt = <3300000>;
114 regulator-always-on;
115 regulator-boot-on;
116 vin-supply = <&vcc_io>;
119 vcc_sys: vcc-sys-regulator {
120 compatible = "regulator-fixed";
121 regulator-name = "vcc_sys";
122 regulator-min-microvolt = <5000000>;
123 regulator-max-microvolt = <5000000>;
124 regulator-always-on;
125 regulator-boot-on;
128 vccio_wl: vccio-wl-regulator {
129 compatible = "regulator-fixed";
130 regulator-name = "vccio_wl";
131 regulator-min-microvolt = <3300000>;
132 regulator-max-microvolt = <3300000>;
133 regulator-always-on;
134 regulator-boot-on;
135 vin-supply = <&vcc_io>;
138 vdd_10: vdd-10-regulator {
139 compatible = "regulator-fixed";
140 regulator-name = "vdd_10";
141 regulator-min-microvolt = <1000000>;
142 regulator-max-microvolt = <1000000>;
143 regulator-always-on;
144 regulator-boot-on;
145 vin-supply = <&vcc_sys>;
150 bus-width = <8>;
151 cap-mmc-highspeed;
152 mmc-pwrseq = <&emmc_pwrseq>;
153 non-removable;
154 pinctrl-names = "default";
155 pinctrl-0 = <&emmc_clk &emmc_cmd &emmc_bus8>;
160 phy-supply = <&vcc_lan>;
161 phy-mode = "rmii";
163 snps,reset-gpio = <&gpio3 RK_PB4 GPIO_ACTIVE_HIGH>;
164 snps,reset-active-low;
165 snps,reset-delays-us = <0 10000 1000000>;
166 pinctrl-names = "default";
167 pinctrl-0 = <&rmii_pins>;
179 fcs,suspend-voltage-selector = <1>;
180 regulator-name = "vdd_cpu";
181 regulator-enable-ramp-delay = <300>;
182 regulator-min-microvolt = <712500>;
183 regulator-max-microvolt = <1500000>;
184 regulator-ramp-delay = <8000>;
185 regulator-always-on;
186 regulator-boot-on;
187 vin-supply = <&vcc_sys>;
193 #clock-cells = <0>;
194 clock-frequency = <32768>;
195 clock-output-names = "xin32k";
203 audio-supply = <&vcc_io>;
204 gpio30-supply = <&vcc_io>;
205 gpio1830-supply = <&vcc_io>;
206 wifi-supply = <&vccio_wl>;
210 assigned-clocks = <&cru SCLK_SDIO0>;
211 assigned-clock-parents = <&cru PLL_CPLL>;
212 bus-width = <4>;
213 cap-sd-highspeed;
214 cap-sdio-irq;
215 keep-power-in-suspend;
216 mmc-pwrseq = <&sdio_pwrseq>;
217 non-removable;
218 pinctrl-names = "default";
219 pinctrl-0 = <&sdio0_clk &sdio0_cmd &sdio0_bus4>;
220 vmmc-supply = <&vcc_io>;
221 vqmmc-supply = <&vccio_wl>;
226 pcfg_pull_none_drv_8ma: pcfg-pull-none-drv-8ma {
227 bias-disable;
228 drive-strength = <8>;
231 pcfg_pull_up_drv_8ma: pcfg-pull-up-drv-8ma {
232 bias-pull-up;
233 drive-strength = <8>;
237 emmc_bus8: emmc-bus8 {
248 emmc-clk {
252 emmc-cmd {
256 emmc_reset: emmc-reset {
262 ir_int: ir-int {
268 pwr_key: pwr-key {
274 stby_pwren: stby-pwren {
278 led_ctl: led-ctl {
284 wifi_reg_on: wifi-reg-on {
288 bt_rst: bt-rst {
294 host_vbus_drv: host-vbus-drv {
303 pmu-supply = <&vcc_io>;
304 vop-supply = <&vcc_io>;
308 vref-supply = <&vcc_18>;
313 rockchip,hw-tshut-mode = <0>; /* tshut mode 0:CRU 1:GPIO */
314 rockchip,hw-tshut-polarity = <0>; /* tshut polarity 0:LOW 1:HIGH */