2 * (C) Copyright 2016 Rockchip Electronics Co., Ltd
4 * SPDX-License-Identifier: GPL-2.0+
11 model = "Rockchip RK3328 EVB";
12 compatible = "rockchip,rk3328-evb", "rockchip,rk3328";
18 vcc3v3_sdmmc: sdmmc-pwren {
19 compatible = "regulator-fixed";
20 regulator-name = "vcc3v3";
21 gpio = <&gpio0 30 GPIO_ACTIVE_LOW>;
26 vcc5v0_otg: vcc5v0-otg-drv {
27 compatible = "regulator-fixed";
29 regulator-name = "vcc5v0_otg";
30 gpio = <&gpio0 27 GPIO_ACTIVE_HIGH>;
31 regulator-min-microvolt = <5000000>;
32 regulator-max-microvolt = <5000000>;
35 vcc5v0_host_xhci: vcc5v0-host-xhci-drv {
36 compatible = "regulator-fixed";
38 regulator-name = "vcc5v0_host_xhci";
39 gpio = <&gpio0 0 GPIO_ACTIVE_HIGH>;
40 regulator-min-microvolt = <5000000>;
41 regulator-max-microvolt = <5000000>;
57 card-detect-delay = <200>;
60 pinctrl-names = "default";
61 pinctrl-0 = <&sdmmc0_clk>, <&sdmmc0_cmd>, <&sdmmc0_dectn>, <&sdmmc0_bus4>;
72 pinctrl-names = "default";
73 pinctrl-0 = <&emmc_clk &emmc_cmd &emmc_bus8>;
86 vbus-supply = <&vcc5v0_otg>;
91 vbus-supply = <&vcc5v0_host_xhci>;
96 clock-frequency = <400000>;
97 i2c-scl-rising-time-ns = <168>;
98 i2c-scl-falling-time-ns = <4>;
102 compatible = "rockchip,rk805";
105 interrupt-parent = <&gpio2>;
106 interrupts = <6 IRQ_TYPE_LEVEL_LOW>;
107 pinctrl-names = "default";
108 pinctrl-0 = <&pmic_int_l>;
109 rockchip,system-power-controller;
114 clock-output-names = "xin32k", "rk805-clkout2";
117 vdd_logic: DCDC_REG1 {
118 regulator-name = "vdd_logic";
119 regulator-min-microvolt = <712500>;
120 regulator-max-microvolt = <1450000>;
121 regulator-ramp-delay = <6001>;
124 regulator-state-mem {
125 regulator-on-in-suspend;
126 regulator-suspend-microvolt = <1000000>;
131 regulator-name = "vdd_arm";
132 regulator-min-microvolt = <712500>;
133 regulator-max-microvolt = <1450000>;
134 regulator-ramp-delay = <6001>;
137 regulator-state-mem {
138 regulator-on-in-suspend;
139 regulator-suspend-microvolt = <1000000>;
144 regulator-name = "vcc_ddr";
147 regulator-state-mem {
148 regulator-on-in-suspend;
153 regulator-name = "vcc_io";
154 regulator-min-microvolt = <3300000>;
155 regulator-max-microvolt = <3300000>;
158 regulator-state-mem {
159 regulator-on-in-suspend;
160 regulator-suspend-microvolt = <3300000>;
165 regulator-name = "vdd_18";
166 regulator-min-microvolt = <1800000>;
167 regulator-max-microvolt = <1800000>;
170 regulator-state-mem {
171 regulator-on-in-suspend;
172 regulator-suspend-microvolt = <1800000>;
176 vcc_18emmc: LDO_REG2 {
177 regulator-name = "vcc_18emmc";
178 regulator-min-microvolt = <1800000>;
179 regulator-max-microvolt = <1800000>;
182 regulator-state-mem {
183 regulator-on-in-suspend;
184 regulator-suspend-microvolt = <1800000>;
189 regulator-name = "vdd_10";
190 regulator-min-microvolt = <1000000>;
191 regulator-max-microvolt = <1000000>;
194 regulator-state-mem {
195 regulator-on-in-suspend;
196 regulator-suspend-microvolt = <1000000>;
205 pmic_int_l: pmic-int-l {
207 <2 RK_PA6 RK_FUNC_GPIO &pcfg_pull_up>; /* gpio2_a6 */