Lines Matching +full:vccio +full:- +full:supply
1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
6 /dts-v1/;
7 #include <dt-bindings/input/input.h>
12 compatible = "tronsmart,orion-r68-meta", "rockchip,rk3368";
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 ext_gmac: external-gmac-clock {
31 compatible = "fixed-clock";
32 #clock-cells = <0>;
33 clock-frequency = <125000000>;
34 clock-output-names = "ext_gmac";
37 keys: gpio-keys {
38 compatible = "gpio-keys";
39 pinctrl-names = "default";
40 pinctrl-0 = <&pwr_key>;
43 wakeup-source;
50 leds: gpio-leds {
51 compatible = "gpio-leds";
53 red_led: led-0 {
56 pinctrl-names = "default";
57 pinctrl-0 = <&led_ctl>;
58 default-state = "on";
61 blue_led: led-1 {
64 pinctrl-names = "default";
65 pinctrl-0 = <&stby_pwren>;
66 default-state = "off";
70 vcc_18: vcc18-regulator {
71 compatible = "regulator-fixed";
72 regulator-name = "vcc_18";
73 regulator-min-microvolt = <1800000>;
74 regulator-max-microvolt = <1800000>;
75 regulator-always-on;
76 regulator-boot-on;
77 vin-supply = <&vcc_sys>;
81 vcc_host: vcc-host-regulator {
82 compatible = "regulator-fixed";
84 pinctrl-names = "default";
85 pinctrl-0 = <&host_vbus_drv>;
86 regulator-name = "vcc_host";
87 regulator-always-on;
88 regulator-boot-on;
89 vin-supply = <&vcc_sys>;
92 vcc_io: vcc-io-regulator {
93 compatible = "regulator-fixed";
94 regulator-name = "vcc_io";
95 regulator-min-microvolt = <3300000>;
96 regulator-max-microvolt = <3300000>;
97 regulator-always-on;
98 regulator-boot-on;
99 vin-supply = <&vcc_sys>;
102 vcc_lan: vcc-lan-regulator {
103 compatible = "regulator-fixed";
104 regulator-name = "vcc_lan";
105 regulator-min-microvolt = <3300000>;
106 regulator-max-microvolt = <3300000>;
107 regulator-always-on;
108 regulator-boot-on;
109 vin-supply = <&vcc_io>;
112 vcc_sd: vcc-sd-regulator {
113 compatible = "regulator-fixed";
114 regulator-name = "vcc_sd";
116 regulator-min-microvolt = <1800000>;
117 regulator-max-microvolt = <3300000>;
118 vin-supply = <&vcc_io>;
121 vcc_sys: vcc-sys-regulator {
122 compatible = "regulator-fixed";
123 regulator-name = "vcc_sys";
124 regulator-min-microvolt = <5000000>;
125 regulator-max-microvolt = <5000000>;
126 regulator-always-on;
127 regulator-boot-on;
130 vccio_sd: vcc-io-sd-regulator {
131 compatible = "regulator-fixed";
132 regulator-name= "vccio_sd";
133 regulator-min-microvolt = <1800000>;
134 regulator-max-microvolt = <3300000>;
135 regulator-always-on;
136 regulator-boot-on;
137 vin-supply = <&vcc_io>;
140 vccio_wl: vccio-wl-regulator {
141 compatible = "regulator-fixed";
142 regulator-name = "vccio_wl";
143 regulator-min-microvolt = <3300000>;
144 regulator-max-microvolt = <3300000>;
145 regulator-always-on;
146 regulator-boot-on;
147 vin-supply = <&vcc_io>;
150 vdd_10: vdd-10-regulator {
151 compatible = "regulator-fixed";
152 regulator-name = "vdd_10";
153 regulator-min-microvolt = <1000000>;
154 regulator-max-microvolt = <1000000>;
155 regulator-always-on;
156 regulator-boot-on;
157 vin-supply = <&vcc_sys>;
162 bus-width = <8>;
163 cap-mmc-highspeed;
164 mmc-pwrseq = <&emmc_pwrseq>;
165 mmc-hs200-1_2v;
166 mmc-hs200-1_8v;
167 non-removable;
168 pinctrl-names = "default";
169 pinctrl-0 = <&emmc_clk &emmc_cmd &emmc_bus8>;
174 assigned-clocks = <&cru SCLK_MAC>;
175 assigned-clock-parents = <&ext_gmac>;
177 phy-supply = <&vcc_lan>;
178 phy-mode = "rgmii";
179 pinctrl-names = "default";
180 pinctrl-0 = <&rgmii_pins>;
181 snps,reset-gpio = <&gpio3 RK_PB4 GPIO_ACTIVE_HIGH>;
182 snps,reset-active-low;
183 snps,reset-delays-us = <0 10000 1000000>;
195 fcs,suspend-voltage-selector = <1>;
196 regulator-name = "vdd_cpu";
197 regulator-enable-ramp-delay = <300>;
198 regulator-min-microvolt = <712500>;
199 regulator-max-microvolt = <1500000>;
200 regulator-ramp-delay = <8000>;
201 regulator-always-on;
202 regulator-boot-on;
203 vin-supply = <&vcc_sys>;
209 #clock-cells = <0>;
210 clock-frequency = <32768>;
211 clock-output-names = "xin32k";
217 pcfg_pull_none_drv_8ma: pcfg-pull-none-drv-8ma {
218 bias-disable;
219 drive-strength = <8>;
222 pcfg_pull_up_drv_8ma: pcfg-pull-up-drv-8ma {
223 bias-pull-up;
224 drive-strength = <8>;
228 emmc_bus8: emmc-bus8 {
239 emmc-clk {
243 emmc-cmd {
247 emmc_reset: emmc-reset {
253 pwr_key: pwr-key {
259 stby_pwren: stby-pwren {
263 led_ctl: led-ctl {
269 sdmmc_clk: sdmmc-clk {
273 sdmmc_cmd: sdmmc-cmd {
277 sdmmc_cd: sdmmc-cd {
281 sdmmc_bus1: sdmmc-bus1 {
285 sdmmc_bus4: sdmmc-bus4 {
294 host_vbus_drv: host-vbus-drv {
301 vref-supply = <&vcc_18>;
306 bus-width = <4>;
307 clock-frequency = <50000000>;
308 max-frequency = <50000000>;
309 cap-sd-highspeed;
310 card-detect-delay = <200>;
311 pinctrl-names = "default";
312 pinctrl-0 = <&sdmmc_clk &sdmmc_cmd &sdmmc_cd &sdmmc_bus4>;
313 vmmc-supply = <&vcc_sd>;
314 vqmmc-supply = <&vccio_sd>;
323 pinctrl-names = "default";
324 pinctrl-0 = <&uart4_xfer>;