cc365c1f691e045d4378829b685f0c4384e17d2f
[firefly-linux-kernel-4.4.55.git] / arch / arm64 / boot / dts / rockchip / rk3328-evb.dts
1 /*
2  * Copyright (c) 2016 Fuzhou Rockchip Electronics Co., Ltd
3  *
4  * This file is dual-licensed: you can use it either under the terms
5  * of the GPL or the X11 license, at your option. Note that this dual
6  * licensing only applies to this file, and not this project as a
7  * whole.
8  *
9  *  a) This library is free software; you can redistribute it and/or
10  *     modify it under the terms of the GNU General Public License as
11  *     published by the Free Software Foundation; either version 2 of the
12  *     License, or (at your option) any later version.
13  *
14  *     This library is distributed in the hope that it will be useful,
15  *     but WITHOUT ANY WARRANTY; without even the implied warranty of
16  *     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
17  *     GNU General Public License for more details.
18  *
19  * Or, alternatively,
20  *
21  *  b) Permission is hereby granted, free of charge, to any person
22  *     obtaining a copy of this software and associated documentation
23  *     files (the "Software"), to deal in the Software without
24  *     restriction, including without limitation the rights to use,
25  *     copy, modify, merge, publish, distribute, sublicense, and/or
26  *     sell copies of the Software, and to permit persons to whom the
27  *     Software is furnished to do so, subject to the following
28  *     conditions:
29  *
30  *     The above copyright notice and this permission notice shall be
31  *     included in all copies or substantial portions of the Software.
32  *
33  *     THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
34  *     EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
35  *     OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
36  *     NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
37  *     HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
38  *     WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
39  *     FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
40  *     OTHER DEALINGS IN THE SOFTWARE.
41  */
42
43 /dts-v1/;
44 #include "rk3328.dtsi"
45
46 / {
47         model = "Rockchip RK3328 EVB";
48         compatible = "rockchip,rk3328-evb", "rockchip,rk3328";
49
50         chosen {
51                 bootargs = "rockchip_jtag earlyprintk=uart8250-32bit,0xff130000";
52         };
53
54         fiq-debugger {
55                 compatible = "rockchip,fiq-debugger";
56                 rockchip,serial-id = <2>;
57                 rockchip,signal-irq = <145>;
58                 rockchip,wake-irq = <0>;
59                 /* If enable uart uses irq instead of fiq */
60                 rockchip,irq-mode-enable = <0>;
61                 rockchip,baudrate = <1500000>;  /* Only 115200 and 1500000 */
62                 status = "okay";
63         };
64
65         gmac_clkin: external-gmac-clock {
66                 compatible = "fixed-clock";
67                 clock-frequency = <125000000>;
68                 clock-output-names = "gmac_clkin";
69                 #clock-cells = <0>;
70         };
71
72         vcc_phy: vcc-phy-regulator {
73                 compatible = "regulator-fixed";
74                 regulator-name = "vcc_phy";
75                 regulator-always-on;
76                 regulator-boot-on;
77         };
78
79         sdio_pwrseq: sdio-pwrseq {
80                 compatible = "mmc-pwrseq-simple";
81                 pinctrl-names = "default";
82                 pinctrl-0 = <&wifi_enable_h>;
83
84                 /*
85                  * On the module itself this is one of these (depending
86                  * on the actual card populated):
87                  * - SDIO_RESET_L_WL_REG_ON
88                  * - PDN (power down when low)
89                  */
90                 reset-gpios = <&gpio1 18 GPIO_ACTIVE_LOW>;
91         };
92
93         wireless-wlan {
94                 compatible = "wlan-platdata";
95                 rockchip,grf = <&grf>;
96                 wifi_chip_type = "ap6354";
97                 sdio_vref = <1800>;
98                 WIFI,host_wake_irq = <&gpio1 19 GPIO_ACTIVE_HIGH>;
99                 status = "okay";
100         };
101
102 };
103
104 &cpu0 {
105         cpu-supply = <&vdd_arm>;
106 };
107
108 &sdio {
109         bus-width = <4>;
110         cap-sd-highspeed;
111         cap-sdio-irq;
112         disable-wp;
113         keep-power-in-suspend;
114         max-frequency = <150000000>;
115         mmc-pwrseq = <&sdio_pwrseq>;
116         non-removable;
117         num-slots = <1>;
118         pinctrl-names = "default";
119         pinctrl-0 = <&sdmmc1_bus4 &sdmmc1_cmd &sdmmc1_clk>;
120         supports-sdio;
121         status = "okay";
122 };
123
124 &sdmmc {
125         bus-width = <4>;
126         cap-mmc-highspeed;
127         cap-sd-highspeed;
128         disable-wp;
129         max-frequency = <150000000>;
130         num-slots = <1>;
131         pinctrl-names = "default";
132         pinctrl-0 = <&sdmmc0_clk &sdmmc0_cmd &sdmmc0_dectn &sdmmc0_bus4>;
133         supports-sd;
134         status = "okay";
135 };
136
137 &emmc {
138         bus-width = <8>;
139         cap-mmc-highspeed;
140         supports-emmc;
141         disable-wp;
142         non-removable;
143         num-slots = <1>;
144         pinctrl-names = "default";
145         pinctrl-0 = <&emmc_clk &emmc_cmd &emmc_bus8>;
146         status = "okay";
147 };
148
149 &gmac2io {
150         phy-supply = <&vcc_phy>;
151         phy-mode = "rgmii";
152         clock_in_out = "input";
153         snps,reset-gpio = <&gpio1 RK_PC2 GPIO_ACTIVE_LOW>;
154         snps,reset-active-low;
155         snps,reset-delays-us = <0 10000 50000>;
156         assigned-clocks = <&cru SCLK_MAC2IO>, <&cru SCLK_MAC2IO_EXT>;
157         assigned-clock-parents = <&gmac_clkin>, <&gmac_clkin>;
158         pinctrl-names = "default";
159         pinctrl-0 = <&rgmiim1_pins>;
160         tx_delay = <0x26>;
161         rx_delay = <0x11>;
162         status = "disabled";
163 };
164
165 &gpu {
166         status = "okay";
167         mali-supply = <&vdd_logic>;
168 };
169
170 &io_domains {
171         status = "okay";
172
173         vccio1-supply = <&vcc_io>;
174         vccio2-supply = <&vcc_18emmc>;
175         vccio3-supply = <&vcc_io>;
176         vccio4-supply = <&vdd_18>;
177         vccio5-supply = <&vcc_io>;
178         vccio6-supply = <&vcc_io>;
179         pmuio-supply = <&vcc_io>;
180 };
181
182 &tsadc {
183         status = "okay";
184 };
185
186 &u2phy {
187         otg-vbus-gpios = <&gpio0 RK_PD3 GPIO_ACTIVE_HIGH>;
188         status = "okay";
189
190         u2phy_host: host-port {
191                 status = "okay";
192         };
193
194         u2phy_otg: otg-port {
195                 status = "okay";
196         };
197 };
198
199 &u3phy {
200         vbus-drv-gpios = <&gpio0 RK_PA0 GPIO_ACTIVE_HIGH>;
201         status = "okay";
202 };
203
204 &u3phy_utmi {
205         status = "okay";
206 };
207
208 &u3phy_pipe {
209         status = "okay";
210 };
211
212 &usb20_otg {
213         dr_mode = "peripheral";
214         status = "okay";
215 };
216
217 &usb_host0_ehci {
218         status = "okay";
219 };
220
221 &usb_host0_ohci {
222         status = "okay";
223 };
224
225 &usbdrd3 {
226         status = "okay";
227 };
228
229 &usbdrd_dwc3 {
230         status = "okay";
231 };
232
233 &i2c1 {
234         status = "okay";
235
236         rk805: rk805@18 {
237                 compatible = "rockchip,rk805";
238                 status = "okay";
239                 reg = <0x18>;
240                 interrupt-parent = <&gpio2>;
241                 interrupts = <6 IRQ_TYPE_LEVEL_LOW>;
242                 pinctrl-names = "default";
243                 pinctrl-0 = <&pmic_int_l>;
244                 rockchip,system-power-controller;
245                 wakeup-source;
246                 gpio-controller;
247                 #gpio-cells = <2>;
248
249                 rtc {
250                         status = "disabled";
251                 };
252
253                 pwrkey {
254                         status = "disabled";
255                 };
256
257                 gpio {
258                         status = "okay";
259                 };
260
261                 regulators {
262                         compatible = "rk805-regulator";
263                         status = "okay";
264                         #address-cells = <1>;
265                         #size-cells = <0>;
266
267                         vdd_logic: RK805_DCDC1@0 {
268                                 regulator-compatible = "RK805_DCDC1";
269                                 regulator-name = "vdd_logic";
270                                 regulator-min-microvolt = <712500>;
271                                 regulator-max-microvolt = <1450000>;
272                                 regulator-initial-mode = <0x1>;
273                                 regulator-ramp-delay = <12500>;
274                                 regulator-boot-on;
275                                 regulator-always-on;
276                                 regulator-state-mem {
277                                         regulator-mode = <0x2>;
278                                         regulator-on-in-suspend;
279                                         regulator-suspend-microvolt = <1000000>;
280                                 };
281                         };
282
283                         vdd_arm: RK805_DCDC2@1 {
284                                 regulator-compatible = "RK805_DCDC2";
285                                 regulator-name = "vdd_arm";
286                                 regulator-min-microvolt = <712500>;
287                                 regulator-max-microvolt = <1450000>;
288                                 regulator-initial-mode = <0x1>;
289                                 regulator-ramp-delay = <12500>;
290                                 regulator-boot-on;
291                                 regulator-always-on;
292                                 regulator-state-mem {
293                                         regulator-mode = <0x2>;
294                                         regulator-on-in-suspend;
295                                         regulator-suspend-microvolt = <950000>;
296                                 };
297                         };
298
299                         vcc_ddr: RK805_DCDC3@2 {
300                                 regulator-compatible = "RK805_DCDC3";
301                                 regulator-name = "vcc_ddr";
302                                 regulator-initial-mode = <0x1>;
303                                 regulator-boot-on;
304                                 regulator-always-on;
305                                 regulator-state-mem {
306                                         regulator-mode = <0x2>;
307                                         regulator-on-in-suspend;
308                                 };
309                         };
310
311                         vcc_io: RK805_DCDC4@3 {
312                                 regulator-compatible = "RK805_DCDC4";
313                                 regulator-name = "vcc_io";
314                                 regulator-min-microvolt = <3300000>;
315                                 regulator-max-microvolt = <3300000>;
316                                 regulator-initial-mode = <0x1>;
317                                 regulator-boot-on;
318                                 regulator-always-on;
319                                 regulator-state-mem {
320                                         regulator-mode = <0x2>;
321                                         regulator-on-in-suspend;
322                                         regulator-suspend-microvolt = <3300000>;
323                                 };
324                         };
325
326                         vdd_18: RK805_LDO1@4 {
327                                 regulator-compatible = "RK805_LDO1";
328                                 regulator-name = "vdd_18";
329                                 regulator-min-microvolt = <1800000>;
330                                 regulator-max-microvolt = <1800000>;
331                                 regulator-boot-on;
332                                 regulator-always-on;
333                                 regulator-state-mem {
334                                         regulator-on-in-suspend;
335                                         regulator-suspend-microvolt = <1800000>;
336                                 };
337                         };
338
339                         vcc_18emmc: RK805_LDO2@5 {
340                                 regulator-compatible = "RK805_LDO2";
341                                 regulator-name = "vcc_18emmc";
342                                 regulator-min-microvolt = <1800000>;
343                                 regulator-max-microvolt = <1800000>;
344                                 regulator-boot-on;
345                                 regulator-always-on;
346                                 regulator-state-mem {
347                                         regulator-on-in-suspend;
348                                         regulator-suspend-microvolt = <1800000>;
349                                 };
350                         };
351
352                         vdd_10: RK805_LDO3@6 {
353                                 regulator-compatible = "RK805_LDO3";
354                                 regulator-name = "vdd_10";
355                                 regulator-min-microvolt = <1000000>;
356                                 regulator-max-microvolt = <1000000>;
357                                 regulator-boot-on;
358                                 regulator-always-on;
359                                 regulator-state-mem {
360                                         regulator-on-in-suspend;
361                                         regulator-suspend-microvolt = <1000000>;
362                                 };
363                         };
364                 };
365         };
366 };
367
368 &pinctrl {
369         pmic {
370                 pmic_int_l: pmic-int-l {
371                 rockchip,pins =
372                         <2 RK_PA6 RK_FUNC_GPIO &pcfg_pull_up>;  /* gpio2_a6 */
373                 };
374         };
375
376         sdio-pwrseq {
377                 wifi_enable_h: wifi-enable-h {
378                 rockchip,pins =
379                         <1 18 RK_FUNC_GPIO &pcfg_pull_none>;
380                 };
381         };
382 };