1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
3 * Copyright (C) 2017 Jagan Teki <jagan@amarulasolutions.com>
10 model = "Amarula Vyasa-RK3288";
11 compatible = "amarula,vyasa-rk3288", "rockchip,rk3288";
18 reg = <0x0 0x0 0x0 0x80000000>;
19 device_type = "memory";
22 dc12_vbat: dc12-vbat {
23 compatible = "regulator-fixed";
24 regulator-name = "dc12_vbat";
25 regulator-min-microvolt = <12000000>;
26 regulator-max-microvolt = <12000000>;
31 vboot_3v3: vboot-3v3 {
32 compatible = "regulator-fixed";
33 regulator-name = "vboot_3v3";
34 regulator-min-microvolt = <3300000>;
35 regulator-max-microvolt = <3300000>;
38 vin-supply = <&dc12_vbat>;
41 vcc_sys: vsys-regulator {
42 compatible = "regulator-fixed";
43 regulator-name = "vcc_sys";
44 regulator-min-microvolt = <3700000>;
45 regulator-max-microvolt = <3700000>;
48 vin-supply = <&dc12_vbat>;
52 compatible = "regulator-fixed";
53 regulator-name = "vboot_sv";
54 regulator-min-microvolt = <5000000>;
55 regulator-max-microvolt = <5000000>;
58 vin-supply = <&dc12_vbat>;
62 compatible = "regulator-fixed";
63 regulator-name = "v3g_3v3";
64 regulator-min-microvolt = <3300000>;
65 regulator-max-microvolt = <3300000>;
68 vin-supply = <&dc12_vbat>;
72 compatible = "regulator-fixed";
73 regulator-name = "vsus_5v";
74 regulator-min-microvolt = <5000000>;
75 regulator-max-microvolt = <5000000>;
78 vin-supply = <&vcc_io>;
81 vcc50_hdmi: vcc50-hdmi {
82 compatible = "regulator-fixed";
83 regulator-name = "vcc50_hdmi";
85 gpio = <&gpio7 RK_PB4 GPIO_ACTIVE_HIGH>; /* HDMI_EN */
86 pinctrl-names = "default";
87 pinctrl-0 = <&vcc50_hdmi_en>;
90 vin-supply = <&vsus_5v>;
93 compatible = "regulator-fixed";
94 regulator-name = "vusb1_5v";
96 gpio = <&gpio0 RK_PB4 GPIO_ACTIVE_HIGH>; /* OTG_VBUS_DRV */
97 pinctrl-names = "default";
98 pinctrl-0 = <&otg_vbus_drv>;
99 regulator-min-microvolt = <5000000>;
100 regulator-max-microvolt = <5000000>;
103 vin-supply = <&vsus_5v>;
107 compatible = "regulator-fixed";
108 regulator-name = "vusb2_5v";
110 gpio = <&gpio8 RK_PB1 GPIO_ACTIVE_HIGH>; /* USB2_PWR_EN */
111 pinctrl-names = "default";
112 pinctrl-0 = <&usb2_pwr_en>;
113 regulator-min-microvolt = <5000000>;
114 regulator-max-microvolt = <5000000>;
117 vin-supply = <&vsus_5v>;
120 ext_gmac: external-gmac-clock {
121 compatible = "fixed-clock";
123 clock-frequency = <125000000>;
124 clock-output-names = "ext_gmac";
129 cpu0-supply = <&vdd_cpu>;
136 pinctrl-names = "default";
137 pinctrl-0 = <&emmc_clk &emmc_cmd &emmc_pwr &emmc_bus8>;
138 vmmc-supply = <&vcc_io>;
143 assigned-clocks = <&cru SCLK_MAC>;
144 assigned-clock-parents = <&ext_gmac>;
145 clock_in_out = "input";
146 pinctrl-names = "default";
147 pinctrl-0 = <&rgmii_pins>, <&phy_rst>, <&phy_pmeb>, <&phy_int>;
148 phy-supply = <&vcc_lan>;
150 snps,reset-active-low;
151 snps,reset-delays-us = <0 10000 1000000>;
152 snps,reset-gpio = <&gpio4 RK_PB0 GPIO_ACTIVE_LOW>;
159 mali-supply = <&vdd_gpu>;
164 ddc-i2c-bus = <&i2c5>;
169 clock-frequency = <400000>;
173 compatible = "rockchip,rk808";
175 interrupt-parent = <&gpio0>;
176 interrupts = <RK_PA4 IRQ_TYPE_LEVEL_LOW>;
178 clock-output-names = "xin32k", "rk808-clkout2";
179 pinctrl-names = "default";
180 pinctrl-0 = <&pmic_int &global_pwroff>;
181 rockchip,system-power-controller;
184 vcc1-supply = <&vcc_sys>;
185 vcc2-supply = <&vcc_sys>;
186 vcc3-supply = <&vcc_sys>;
187 vcc4-supply = <&vcc_sys>;
188 vcc6-supply = <&vcc_sys>;
189 vcc7-supply = <&vcc_sys>;
190 vcc8-supply = <&vcc_io>;
191 vcc9-supply = <&vcc_sys>;
192 vcc10-supply = <&vcc_sys>;
193 vcc11-supply = <&vcc_sys>;
194 vcc12-supply = <&vcc_io>;
198 regulator-name = "vdd_arm";
199 regulator-min-microvolt = <750000>;
200 regulator-max-microvolt = <1350000>;
203 regulator-state-mem {
204 regulator-off-in-suspend;
209 regulator-name = "vdd_gpu";
210 regulator-min-microvolt = <850000>;
211 regulator-max-microvolt = <1250000>;
214 regulator-state-mem {
215 regulator-on-in-suspend;
216 regulator-suspend-microvolt = <1000000>;
221 regulator-name = "vcc_ddr";
224 regulator-state-mem {
225 regulator-on-in-suspend;
230 regulator-name = "vcc_io";
231 regulator-min-microvolt = <3300000>;
232 regulator-max-microvolt = <3300000>;
235 regulator-state-mem {
236 regulator-on-in-suspend;
237 regulator-suspend-microvolt = <3300000>;
242 regulator-name = "vcc_tp";
243 regulator-min-microvolt = <3300000>;
244 regulator-max-microvolt = <3300000>;
247 regulator-state-mem {
248 regulator-on-in-suspend;
249 regulator-suspend-microvolt = <3300000>;
253 vcc_codec: LDO_REG2 {
254 regulator-name = "vcc_codec";
255 regulator-min-microvolt = <3300000>;
256 regulator-max-microvolt = <3300000>;
259 regulator-state-mem {
260 regulator-off-in-suspend;
265 regulator-name = "vdd_10";
266 regulator-min-microvolt = <1000000>;
267 regulator-max-microvolt = <1000000>;
270 regulator-state-mem {
271 regulator-on-in-suspend;
272 regulator-suspend-microvolt = <1000000>;
277 regulator-name = "vcc_gps";
278 regulator-min-microvolt = <1800000>;
279 regulator-max-microvolt = <1800000>;
282 regulator-state-mem {
283 regulator-on-in-suspend;
284 regulator-suspend-microvolt = <1800000>;
289 regulator-name = "vccio_sd";
290 regulator-min-microvolt = <1800000>;
291 regulator-max-microvolt = <3300000>;
294 regulator-state-mem {
295 regulator-on-in-suspend;
296 regulator-suspend-microvolt = <3300000>;
300 vdd10_lcd: LDO_REG6 {
301 regulator-name = "vdd10_lcd";
302 regulator-min-microvolt = <1000000>;
303 regulator-max-microvolt = <1000000>;
306 regulator-state-mem {
307 regulator-on-in-suspend;
308 regulator-suspend-microvolt = <1000000>;
313 regulator-name = "vcc_18";
314 regulator-min-microvolt = <1800000>;
315 regulator-max-microvolt = <1800000>;
318 regulator-state-mem {
319 regulator-on-in-suspend;
320 regulator-suspend-microvolt = <1800000>;
324 vcc18_lcd: LDO_REG8 {
325 regulator-name = "vcc18_lcd";
326 regulator-min-microvolt = <1800000>;
327 regulator-max-microvolt = <1800000>;
330 regulator-state-mem {
331 regulator-on-in-suspend;
332 regulator-suspend-microvolt = <1800000>;
336 vcc_sd: SWITCH_REG1 {
337 regulator-name = "vcc_sd";
338 regulator-min-microvolt = <3300000>;
339 regulator-max-microvolt = <3300000>;
342 regulator-state-mem {
343 regulator-on-in-suspend;
347 vcc_lan: SWITCH_REG2 {
348 regulator-name = "vcc_lan";
349 regulator-min-microvolt = <3300000>;
350 regulator-max-microvolt = <3300000>;
353 regulator-state-mem {
354 regulator-on-in-suspend;
369 card-detect-delay = <200>;
371 pinctrl-names = "default";
372 pinctrl-0 = <&sdmmc_clk>, <&sdmmc_cmd>, <&sdmmc_cd>, <&sdmmc_bus4>;
373 vmmc-supply = <&vcc_sd>;
374 vqmmc-supply = <&vccio_sd>;
379 rockchip,hw-tshut-mode = <1>; /* tshut mode 0:CRU 1:GPIO */
380 rockchip,hw-tshut-polarity = <1>; /* tshut polarity 0:LOW 1:HIGH */
397 pinctrl-names = "default";
398 pinctrl-0 = <&phy_pwr_en>;
427 pcfg_output_high: pcfg-output-high {
433 rockchip,pins = <0 RK_PB1 RK_FUNC_GPIO &pcfg_pull_up>;
437 rockchip,pins = <0 RK_PA6 RK_FUNC_GPIO &pcfg_pull_up>;
441 rockchip,pins = <4 RK_PB0 RK_FUNC_GPIO &pcfg_output_high>;
446 vcc50_hdmi_en: vcc50-hdmi-en {
447 rockchip,pins = <7 RK_PB4 RK_FUNC_GPIO &pcfg_pull_none>;
453 rockchip,pins = <0 RK_PA4 RK_FUNC_GPIO &pcfg_pull_up>;
458 phy_pwr_en: phy-pwr-en {
459 rockchip,pins = <2 RK_PB1 RK_FUNC_GPIO &pcfg_output_high>;
462 usb2_pwr_en: usb2-pwr-en {
463 rockchip,pins = <8 RK_PB1 RK_FUNC_GPIO &pcfg_pull_none>;
468 otg_vbus_drv: otg-vbus-drv {
469 rockchip,pins = <0 RK_PB4 RK_FUNC_GPIO &pcfg_pull_none>;