ipq806x: move mass market ipq8064 to v2 dtsi
[openwrt/openwrt.git] / target / linux / ipq806x / files-4.14 / arch / arm / boot / dts / qcom-ipq8064-ea8500.dts
1 #include "qcom-ipq8064-v2.0.dtsi"
2
3 #include <dt-bindings/input/input.h>
4
5 / {
6 model = "Linksys EA8500 WiFi Router";
7 compatible = "linksys,ea8500", "qcom,ipq8064";
8
9 memory@0 {
10 reg = <0x42000000 0x1e000000>;
11 device_type = "memory";
12 };
13
14 reserved-memory {
15 #address-cells = <1>;
16 #size-cells = <1>;
17 ranges;
18 rsvd@41200000 {
19 reg = <0x41200000 0x300000>;
20 no-map;
21 };
22 };
23
24 aliases {
25 serial0 = &gsbi4_serial;
26 mdio-gpio0 = &mdio0;
27
28 led-boot = &power;
29 led-failsafe = &power;
30 led-running = &power;
31 led-upgrade = &power;
32 };
33
34 chosen {
35 bootargs = "console=ttyMSM0,115200n8";
36 linux,stdout-path = "serial0:115200n8";
37 append-rootblock = "ubi.mtd="; /* append to bootargs adding the root deviceblock nbr from bootloader */
38 };
39
40 soc {
41 pinmux@800000 {
42 button_pins: button_pins {
43 mux {
44 pins = "gpio65", "gpio67", "gpio68";
45 function = "gpio";
46 drive-strength = <2>;
47 bias-pull-up;
48 };
49 };
50
51 i2c4_pins: i2c4_pinmux {
52 mux {
53 pins = "gpio12", "gpio13";
54 function = "gsbi4";
55 drive-strength = <12>;
56 bias-disable;
57 };
58 };
59
60 led_pins: led_pins {
61 mux {
62 pins = "gpio6", "gpio53", "gpio54";
63 function = "gpio";
64 drive-strength = <2>;
65 bias-pull-up;
66 };
67 };
68
69 mdio0_pins: mdio0_pins {
70 mux {
71 pins = "gpio0", "gpio1";
72 function = "gpio";
73 drive-strength = <8>;
74 bias-disable;
75 };
76 };
77
78 nand_pins: nand_pins {
79 mux {
80 pins = "gpio34", "gpio35", "gpio36",
81 "gpio37", "gpio38", "gpio39",
82 "gpio40", "gpio41", "gpio42",
83 "gpio43", "gpio44", "gpio45",
84 "gpio46", "gpio47";
85 function = "nand";
86 drive-strength = <10>;
87 bias-disable;
88 };
89 pullups {
90 pins = "gpio39";
91 bias-pull-up;
92 };
93 hold {
94 pins = "gpio40", "gpio41", "gpio42",
95 "gpio43", "gpio44", "gpio45",
96 "gpio46", "gpio47";
97 bias-bus-hold;
98 };
99 };
100
101 rgmii2_pins: rgmii2_pins {
102 mux {
103 pins = "gpio27", "gpio28", "gpio29", "gpio30", "gpio31", "gpio32",
104 "gpio51", "gpio52", "gpio59", "gpio60", "gpio61", "gpio62" ;
105 function = "rgmii2";
106 drive-strength = <8>;
107 bias-disable;
108 };
109 };
110 };
111
112 gsbi@16300000 {
113 qcom,mode = <GSBI_PROT_I2C_UART>;
114 status = "ok";
115 serial@16340000 {
116 status = "ok";
117 };
118 /*
119 * The i2c device on gsbi4 should not be enabled.
120 * On ipq806x designs gsbi4 i2c is meant for exclusive
121 * RPM usage. Turning this on in kernel manifests as
122 * i2c failure for the RPM.
123 */
124 };
125
126 sata-phy@1b400000 {
127 status = "ok";
128 };
129
130 sata@29000000 {
131 status = "ok";
132 };
133
134 phy@100f8800 { /* USB3 port 1 HS phy */
135 status = "ok";
136 };
137
138 phy@100f8830 { /* USB3 port 1 SS phy */
139 status = "ok";
140 };
141
142 phy@110f8800 { /* USB3 port 0 HS phy */
143 status = "ok";
144 };
145
146 phy@110f8830 { /* USB3 port 0 SS phy */
147 status = "ok";
148 };
149
150 usb30@0 {
151 status = "ok";
152 };
153
154 usb30@1 {
155 status = "ok";
156 };
157
158 pcie0: pci@1b500000 {
159 status = "ok";
160 force_gen1 = <1>;
161 };
162
163 pcie1: pci@1b700000 {
164 status = "ok";
165 };
166
167 pcie2: pci@1b900000 {
168 status = "ok";
169 };
170
171 nand@1ac00000 {
172 status = "ok";
173
174 pinctrl-0 = <&nand_pins>;
175 pinctrl-names = "default";
176
177 cs0 {
178 reg = <0>;
179 compatible = "qcom,nandcs";
180
181 nand-ecc-strength = <4>;
182 nand-bus-width = <8>;
183 nand-ecc-step-size = <512>;
184
185 partitions {
186 compatible = "fixed-partitions";
187 #address-cells = <1>;
188 #size-cells = <1>;
189
190 SBL1@0 {
191 label = "SBL1";
192 reg = <0x0000000 0x0040000>;
193 read-only;
194 };
195
196 MIBIB@40000 {
197 label = "MIBIB";
198 reg = <0x0040000 0x0140000>;
199 read-only;
200 };
201
202 SBL2@180000 {
203 label = "SBL2";
204 reg = <0x0180000 0x0140000>;
205 read-only;
206 };
207
208 SBL3@2c0000 {
209 label = "SBL3";
210 reg = <0x02c0000 0x0280000>;
211 read-only;
212 };
213
214 DDRCONFIG@540000 {
215 label = "DDRCONFIG";
216 reg = <0x0540000 0x0120000>;
217 read-only;
218 };
219
220 SSD@660000 {
221 label = "SSD";
222 reg = <0x0660000 0x0120000>;
223 read-only;
224 };
225
226 TZ@780000 {
227 label = "TZ";
228 reg = <0x0780000 0x0280000>;
229 read-only;
230 };
231
232 RPM@a00000 {
233 label = "RPM";
234 reg = <0x0a00000 0x0280000>;
235 read-only;
236 };
237
238 art: art@c80000 {
239 label = "art";
240 reg = <0x0c80000 0x0140000>;
241 read-only;
242 };
243
244 APPSBL@dc0000 {
245 label = "APPSBL";
246 reg = <0x0dc0000 0x0100000>;
247 read-only;
248 };
249
250 u_env@ec0000 {
251 label = "u_env";
252 reg = <0x0ec0000 0x0040000>;
253 };
254
255 s_env@f00000 {
256 label = "s_env";
257 reg = <0x0f00000 0x0040000>;
258 };
259
260 devinfo@f40000 {
261 label = "devinfo";
262 reg = <0x0f40000 0x0040000>;
263 };
264
265 linux@f80000 {
266 label = "kernel1";
267 reg = <0x0f80000 0x2800000>; /* 3 MB spill to rootfs*/
268 };
269
270 rootfs@1280000 {
271 label = "rootfs1";
272 reg = <0x1280000 0x2500000>;
273 };
274
275 linux2@3780000 {
276 label = "kernel2";
277 reg = <0x3780000 0x2800000>;
278 };
279
280 rootfs2@3a80000 {
281 label = "rootfs2";
282 reg = <0x3a80000 0x2500000>;
283 };
284
285 syscfg@5f80000 {
286 label = "syscfg";
287 reg = <0x5f80000 0x2080000>;
288 };
289 };
290 };
291 };
292
293 mdio0: mdio {
294 compatible = "virtual,mdio-gpio";
295 #address-cells = <1>;
296 #size-cells = <0>;
297 gpios = <&qcom_pinmux 1 GPIO_ACTIVE_HIGH &qcom_pinmux 0 GPIO_ACTIVE_HIGH>;
298 pinctrl-0 = <&mdio0_pins>;
299 pinctrl-names = "default";
300
301 phy0: ethernet-phy@0 {
302 device_type = "ethernet-phy";
303 reg = <0>;
304 qca,ar8327-initvals = <
305 0x00004 0x7600000 /* PAD0_MODE */
306 0x00008 0x1000000 /* PAD5_MODE */
307 0x0000c 0x80 /* PAD6_MODE */
308 0x000e4 0x6a545 /* MAC_POWER_SEL */
309 0x000e0 0xc74164de /* SGMII_CTRL */
310 0x0007c 0x4e /* PORT0_STATUS */
311 0x00094 0x4e /* PORT6_STATUS */
312 >;
313 };
314
315 phy4: ethernet-phy@4 {
316 device_type = "ethernet-phy";
317 reg = <4>;
318 };
319 };
320
321 gmac1: ethernet@37200000 {
322 status = "ok";
323 phy-mode = "rgmii";
324 qcom,id = <1>;
325 qcom,phy_mdio_addr = <4>;
326 qcom,poll_required = <1>;
327 qcom,rgmii_delay = <0>;
328 qcom,emulation = <0>;
329 pinctrl-0 = <&rgmii2_pins>;
330 pinctrl-names = "default";
331 fixed-link {
332 speed = <1000>;
333 full-duplex;
334 };
335 };
336 //lan
337 gmac2: ethernet@37400000 {
338 status = "ok";
339 phy-mode = "sgmii";
340 qcom,id = <2>;
341 qcom,phy_mdio_addr = <0>; /* none */
342 qcom,poll_required = <0>; /* no polling */
343 qcom,rgmii_delay = <0>;
344 qcom,emulation = <0>;
345 fixed-link {
346 speed = <1000>;
347 full-duplex;
348 };
349 };
350
351 rpm@108000 {
352 pinctrl-0 = <&i2c4_pins>;
353 pinctrl-names = "default";
354 };
355
356 adm_dma: dma@18300000 {
357 status = "ok";
358 };
359 };
360
361 gpio-keys {
362 compatible = "gpio-keys";
363 pinctrl-0 = <&button_pins>;
364 pinctrl-names = "default";
365
366 wifi {
367 label = "wifi";
368 gpios = <&qcom_pinmux 67 GPIO_ACTIVE_LOW>;
369 linux,code = <KEY_RFKILL>;
370 };
371
372 reset {
373 label = "reset";
374 gpios = <&qcom_pinmux 68 GPIO_ACTIVE_LOW>;
375 linux,code = <KEY_RESTART >;
376 };
377
378 wps {
379 label = "wps";
380 gpios = <&qcom_pinmux 65 GPIO_ACTIVE_LOW>;
381 linux,code = <KEY_WPS_BUTTON>;
382 };
383 };
384
385 gpio-leds {
386 compatible = "gpio-leds";
387 pinctrl-0 = <&led_pins>;
388 pinctrl-names = "default";
389
390 wps {
391 label = "ea8500:green:wps";
392 gpios = <&qcom_pinmux 53 GPIO_ACTIVE_HIGH>;
393 };
394
395 power: power {
396 label = "ea8500:white:power";
397 gpios = <&qcom_pinmux 6 GPIO_ACTIVE_LOW>;
398 default-state = "keep";
399 };
400
401 wifi {
402 label = "ea8500:green:wifi";
403 gpios = <&qcom_pinmux 54 GPIO_ACTIVE_HIGH>;
404 };
405 };
406 };