arm64: dts: rockchip: add gmac support for rk3328-evb
[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 = <135>;
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
80 &emmc {
81         bus-width = <8>;
82         cap-mmc-highspeed;
83         supports-emmc;
84         disable-wp;
85         non-removable;
86         num-slots = <1>;
87         pinctrl-names = "default";
88         pinctrl-0 = <&emmc_clk &emmc_cmd &emmc_bus8>;
89         status = "okay";
90 };
91
92 &gmac2io {
93         phy-supply = <&vcc_phy>;
94         phy-mode = "rgmii";
95         clock_in_out = "input";
96         snps,reset-gpio = <&gpio1 18 GPIO_ACTIVE_LOW>;
97         snps,reset-active-low;
98         snps,reset-delays-us = <0 10000 50000>;
99         assigned-clocks = <&cru SCLK_MAC2IO>, <&cru SCLK_MAC2IO_EXT>;
100         assigned-clock-parents = <&gmac_clkin>, <&gmac_clkin>;
101         pinctrl-names = "default";
102         pinctrl-0 = <&rgmiim1_pins>;
103         tx_delay = <0x26>;
104         rx_delay = <0x11>;
105         status = "okay";
106 };
107
108 &io_domains {
109         status = "okay";
110
111         vccio1-supply = <&vcc_io>;
112         vccio2-supply = <&vcc_18emmc>;
113         vccio3-supply = <&vcc_io>;
114         vccio4-supply = <&vdd_18>;
115         vccio5-supply = <&vcc_io>;
116         vccio6-supply = <&vcc_io>;
117         pmuio-supply = <&vcc_io>;
118 };
119
120 &u2phy {
121         status = "okay";
122
123         u2phy_host: host-port {
124                 status = "okay";
125         };
126 };
127
128 &u3phy {
129         vbus-drv-gpios = <&gpio0 0 GPIO_ACTIVE_HIGH>;
130         status = "okay";
131 };
132
133 &u3phy_utmi {
134         status = "okay";
135 };
136
137 &u3phy_pipe {
138         status = "okay";
139 };
140
141 &usb20_otg {
142         dr_mode = "peripheral";
143         status = "okay";
144 };
145
146 &usb_host0_ehci {
147         status = "okay";
148 };
149
150 &usb_host0_ohci {
151         status = "okay";
152 };
153
154 &usbdrd3 {
155         status = "okay";
156 };
157
158 &usbdrd_dwc3 {
159         status = "okay";
160 };
161
162 &i2c1 {
163         status = "okay";
164
165         rk805: rk805@18 {
166                 compatible = "rockchip,rk805";
167                 status = "okay";
168                 reg = <0x18>;
169                 interrupt-parent = <&gpio2>;
170                 interrupts = <6 IRQ_TYPE_LEVEL_LOW>;
171                 pinctrl-names = "default";
172                 pinctrl-0 = <&pmic_int_l>;
173                 rockchip,system-power-controller;
174                 wakeup-source;
175                 gpio-controller;
176                 #gpio-cells = <2>;
177
178                 rtc {
179                         status = "disabled";
180                 };
181
182                 pwrkey {
183                         status = "disabled";
184                 };
185
186                 gpio {
187                         status = "okay";
188                 };
189
190                 regulators {
191                         compatible = "rk805-regulator";
192                         status = "okay";
193                         #address-cells = <1>;
194                         #size-cells = <0>;
195
196                         vdd_logic: RK805_DCDC1@0 {
197                                 regulator-compatible = "RK805_DCDC1";
198                                 regulator-name = "vdd_logic";
199                                 regulator-min-microvolt = <712500>;
200                                 regulator-max-microvolt = <1450000>;
201                                 regulator-initial-mode = <0x1>;
202                                 regulator-ramp-delay = <12500>;
203                                 regulator-boot-on;
204                                 regulator-always-on;
205                                 regulator-state-mem {
206                                         regulator-mode = <0x2>;
207                                         regulator-on-in-suspend;
208                                         regulator-suspend-microvolt = <1000000>;
209                                 };
210                         };
211
212                         vdd_arm: RK805_DCDC2@1 {
213                                 regulator-compatible = "RK805_DCDC2";
214                                 regulator-name = "vdd_arm";
215                                 regulator-min-microvolt = <712500>;
216                                 regulator-max-microvolt = <1450000>;
217                                 regulator-initial-mode = <0x1>;
218                                 regulator-ramp-delay = <12500>;
219                                 regulator-boot-on;
220                                 regulator-always-on;
221                                 regulator-state-mem {
222                                         regulator-mode = <0x2>;
223                                         regulator-on-in-suspend;
224                                         regulator-suspend-microvolt = <950000>;
225                                 };
226                         };
227
228                         vcc_ddr: RK805_DCDC3@2 {
229                                 regulator-compatible = "RK805_DCDC3";
230                                 regulator-name = "vcc_ddr";
231                                 regulator-initial-mode = <0x1>;
232                                 regulator-boot-on;
233                                 regulator-always-on;
234                                 regulator-state-mem {
235                                         regulator-mode = <0x2>;
236                                         regulator-on-in-suspend;
237                                 };
238                         };
239
240                         vcc_io: RK805_DCDC4@3 {
241                                 regulator-compatible = "RK805_DCDC4";
242                                 regulator-name = "vcc_io";
243                                 regulator-min-microvolt = <3300000>;
244                                 regulator-max-microvolt = <3300000>;
245                                 regulator-initial-mode = <0x1>;
246                                 regulator-boot-on;
247                                 regulator-always-on;
248                                 regulator-state-mem {
249                                         regulator-mode = <0x2>;
250                                         regulator-on-in-suspend;
251                                         regulator-suspend-microvolt = <3300000>;
252                                 };
253                         };
254
255                         vdd_18: RK805_LDO1@4 {
256                                 regulator-compatible = "RK805_LDO1";
257                                 regulator-name = "vdd_18";
258                                 regulator-min-microvolt = <1800000>;
259                                 regulator-max-microvolt = <1800000>;
260                                 regulator-boot-on;
261                                 regulator-always-on;
262                                 regulator-state-mem {
263                                         regulator-on-in-suspend;
264                                         regulator-suspend-microvolt = <1800000>;
265                                 };
266                         };
267
268                         vcc_18emmc: RK805_LDO2@5 {
269                                 regulator-compatible = "RK805_LDO2";
270                                 regulator-name = "vcc_18emmc";
271                                 regulator-min-microvolt = <1800000>;
272                                 regulator-max-microvolt = <1800000>;
273                                 regulator-boot-on;
274                                 regulator-always-on;
275                                 regulator-state-mem {
276                                         regulator-on-in-suspend;
277                                         regulator-suspend-microvolt = <1800000>;
278                                 };
279                         };
280
281                         vdd_10: RK805_LDO3@6 {
282                                 regulator-compatible = "RK805_LDO3";
283                                 regulator-name = "vdd_10";
284                                 regulator-min-microvolt = <1000000>;
285                                 regulator-max-microvolt = <1000000>;
286                                 regulator-boot-on;
287                                 regulator-always-on;
288                                 regulator-state-mem {
289                                         regulator-on-in-suspend;
290                                         regulator-suspend-microvolt = <1000000>;
291                                 };
292                         };
293                 };
294         };
295 };
296
297 &pinctrl {
298         pmic {
299                 pmic_int_l: pmic-int-l {
300                 rockchip,pins =
301                         <2 6 RK_FUNC_GPIO &pcfg_pull_up>;       /* gpio2_a6 */
302                 };
303         };
304 };