4c89dcf76f873aceb792a2d8a6c346a4c633b731
[openwrt/staging/wigyori.git] / target / linux / ipq806x / files-4.9 / arch / arm / boot / dts / qcom-ipq8065-r7800.dts
1 #include "qcom-ipq8065-v1.0.dtsi"
2
3 #include <dt-bindings/input/input.h>
4
5 / {
6 model = "Netgear Nighthawk X4S R7800";
7 compatible = "netgear,r7800", "qcom,ipq8065", "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 rsvd@5fe00000 {
24 reg = <0x5fe00000 0x200000>;
25 reusable;
26 };
27 };
28
29 aliases {
30 serial0 = &gsbi4_serial;
31 mdio-gpio0 = &mdio0;
32
33 led-boot = &power_white;
34 led-failsafe = &power_amber;
35 led-running = &power_white;
36 led-upgrade = &power_amber;
37 };
38
39 chosen {
40 linux,stdout-path = "serial0:115200n8";
41 };
42
43 soc {
44 pinmux@800000 {
45 button_pins: button_pins {
46 mux {
47 pins = "gpio6", "gpio54", "gpio65";
48 function = "gpio";
49 drive-strength = <2>;
50 bias-pull-up;
51 };
52 };
53
54 i2c4_pins: i2c4_pinmux {
55 mux {
56 pins = "gpio12", "gpio13";
57 function = "gsbi4";
58 drive-strength = <12>;
59 bias-disable;
60 };
61 };
62
63 led_pins: led_pins {
64 pins = "gpio7", "gpio8", "gpio9", "gpio22", "gpio23",
65 "gpio24","gpio26", "gpio53", "gpio64";
66 function = "gpio";
67 drive-strength = <2>;
68 bias-pull-down;
69 };
70
71 nand_pins: nand_pins {
72 mux {
73 pins = "gpio34", "gpio35", "gpio36",
74 "gpio37", "gpio38", "gpio39",
75 "gpio40", "gpio41", "gpio42",
76 "gpio43", "gpio44", "gpio45",
77 "gpio46", "gpio47";
78 function = "nand";
79 drive-strength = <10>;
80 bias-disable;
81 };
82 pullups {
83 pins = "gpio39";
84 bias-pull-up;
85 };
86 hold {
87 pins = "gpio40", "gpio41", "gpio42",
88 "gpio43", "gpio44", "gpio45",
89 "gpio46", "gpio47";
90 bias-bus-hold;
91 };
92 };
93
94 mdio0_pins: mdio0_pins {
95 mux {
96 pins = "gpio0", "gpio1";
97 function = "gpio";
98 drive-strength = <8>;
99 bias-disable;
100 };
101
102 clk {
103 pins = "gpio1";
104 input-disable;
105 };
106 };
107
108 rgmii2_pins: rgmii2_pins {
109 mux {
110 pins = "gpio27", "gpio28", "gpio29", "gpio30", "gpio31", "gpio32",
111 "gpio51", "gpio52", "gpio59", "gpio60", "gpio61", "gpio62" ;
112 function = "rgmii2";
113 drive-strength = <8>;
114 bias-disable;
115 };
116
117 tx {
118 pins = "gpio27", "gpio28", "gpio29", "gpio30", "gpio31", "gpio32" ;
119 input-disable;
120 };
121 };
122
123 spi_pins: spi_pins {
124 mux {
125 pins = "gpio18", "gpio19", "gpio21";
126 function = "gsbi5";
127 bias-pull-down;
128 };
129
130 data {
131 pins = "gpio18", "gpio19";
132 drive-strength = <10>;
133 };
134
135 cs {
136 pins = "gpio20";
137 drive-strength = <10>;
138 bias-pull-up;
139 };
140
141 clk {
142 pins = "gpio21";
143 drive-strength = <12>;
144 };
145 };
146
147 spi6_pins: spi6_pins {
148 mux {
149 pins = "gpio55", "gpio56", "gpio58";
150 function = "gsbi6";
151 bias-pull-down;
152 };
153
154 mosi {
155 pins = "gpio55";
156 drive-strength = <12>;
157 };
158
159 miso {
160 pins = "gpio56";
161 drive-strength = <14>;
162 };
163
164 cs {
165 pins = "gpio57";
166 drive-strength = <12>;
167 bias-pull-up;
168 };
169
170 clk {
171 pins = "gpio58";
172 drive-strength = <12>;
173 };
174
175 reset {
176 pins = "gpio33";
177 drive-strength = <10>;
178 bias-pull-down;
179 output-high;
180 };
181 };
182
183 usb0_pwr_en_pins: usb0_pwr_en_pins {
184 mux {
185 pins = "gpio15";
186 function = "gpio";
187 drive-strength = <12>;
188 bias-pull-down;
189 output-high;
190 };
191 };
192
193 usb1_pwr_en_pins: usb1_pwr_en_pins {
194 mux {
195 pins = "gpio16", "gpio68";
196 function = "gpio";
197 drive-strength = <12>;
198 bias-pull-down;
199 output-high;
200 };
201 };
202 };
203
204 gsbi@16300000 {
205 qcom,mode = <GSBI_PROT_I2C_UART>;
206 status = "ok";
207 serial@16340000 {
208 status = "ok";
209 };
210 /*
211 * The i2c device on gsbi4 should not be enabled.
212 * On ipq806x designs gsbi4 i2c is meant for exclusive
213 * RPM usage. Turning this on in kernel manifests as
214 * i2c failure for the RPM.
215 */
216 };
217
218 gsbi5: gsbi@1a200000 {
219 qcom,mode = <GSBI_PROT_SPI>;
220 status = "ok";
221
222 spi5: spi@1a280000 {
223 status = "ok";
224
225 pinctrl-0 = <&spi_pins>;
226 pinctrl-names = "default";
227
228 cs-gpios = <&qcom_pinmux 20 GPIO_ACTIVE_HIGH>;
229
230 flash: m25p80@0 {
231 compatible = "jedec,spi-nor";
232 #address-cells = <1>;
233 #size-cells = <1>;
234 spi-max-frequency = <50000000>;
235 reg = <0>;
236
237 linux,part-probe = "qcom-smem";
238 };
239 };
240 };
241
242 gsbi6: gsbi@16500000 {
243 qcom,mode = <GSBI_PROT_SPI>;
244 status = "ok";
245 spi6: spi@16580000 {
246 status = "ok";
247
248 pinctrl-0 = <&spi6_pins>;
249 pinctrl-names = "default";
250
251 cs-gpios = <&qcom_pinmux 57 GPIO_ACTIVE_HIGH>;
252
253 spi-nor@0 {
254 compatible = "jedec,spi-nor";
255 reg = <0>;
256 spi-max-frequency = <6000000>;
257 };
258 };
259 };
260
261 sata-phy@1b400000 {
262 status = "ok";
263 };
264
265 sata@29000000 {
266 ports-implemented = <0x1>;
267 status = "ok";
268 };
269
270 phy@100f8800 { /* USB3 port 1 HS phy */
271 status = "ok";
272 };
273
274 phy@100f8830 { /* USB3 port 1 SS phy */
275 status = "ok";
276 };
277
278 phy@110f8800 { /* USB3 port 0 HS phy */
279 status = "ok";
280 };
281
282 phy@110f8830 { /* USB3 port 0 SS phy */
283 status = "ok";
284 };
285
286 usb30@0 {
287 status = "ok";
288
289 pinctrl-0 = <&usb0_pwr_en_pins>;
290 pinctrl-names = "default";
291 };
292
293 usb30@1 {
294 status = "ok";
295
296 pinctrl-0 = <&usb1_pwr_en_pins>;
297 pinctrl-names = "default";
298 };
299
300 pcie0: pci@1b500000 {
301 status = "ok";
302 };
303
304 pcie1: pci@1b700000 {
305 status = "ok";
306 force_gen1 = <1>;
307 };
308
309 nand@1ac00000 {
310 status = "ok";
311
312 pinctrl-0 = <&nand_pins>;
313 pinctrl-names = "default";
314
315 cs0 {
316 reg = <0>;
317 compatible = "qcom,nandcs";
318
319 nand-ecc-strength = <4>;
320 nand-bus-width = <8>;
321 nand-ecc-step-size = <512>;
322
323 partitions {
324 compatible = "fixed-partitions";
325 #address-cells = <1>;
326 #size-cells = <1>;
327
328 qcadata@0 {
329 label = "qcadata";
330 reg = <0x0000000 0x0c80000>;
331 read-only;
332 };
333
334 APPSBL@c80000 {
335 label = "APPSBL";
336 reg = <0x0c80000 0x0500000>;
337 read-only;
338 };
339
340 APPSBLENV@1180000 {
341 label = "APPSBLENV";
342 reg = <0x1180000 0x0080000>;
343 read-only;
344 };
345
346 art: art@1200000 {
347 label = "art";
348 reg = <0x1200000 0x0140000>;
349 read-only;
350 };
351
352 artbak: art@1340000 {
353 label = "artbak";
354 reg = <0x1340000 0x0140000>;
355 read-only;
356 };
357
358 kernel@1480000 {
359 label = "kernel";
360 reg = <0x1480000 0x0200000>;
361 };
362
363 ubi@1680000 {
364 label = "ubi";
365 reg = <0x1680000 0x1E00000>;
366 };
367
368 netgear@3480000 {
369 label = "netgear";
370 reg = <0x3480000 0x4480000>;
371 read-only;
372 };
373
374 reserve@7900000 {
375 label = "reserve";
376 reg = <0x7900000 0x0700000>;
377 read-only;
378 };
379
380 firmware@1480000 {
381 label = "firmware";
382 reg = <0x1480000 0x2000000>;
383 };
384 };
385 };
386 };
387
388 mdio0: mdio {
389 compatible = "virtual,mdio-gpio";
390 #address-cells = <1>;
391 #size-cells = <0>;
392 gpios = <&qcom_pinmux 1 GPIO_ACTIVE_HIGH &qcom_pinmux 0 GPIO_ACTIVE_HIGH>;
393 pinctrl-0 = <&mdio0_pins>;
394 pinctrl-names = "default";
395
396
397 phy0: ethernet-phy@0 {
398 device_type = "ethernet-phy";
399 reg = <0>;
400 qca,ar8327-initvals = <
401 0x00004 0x7600000 /* PAD0_MODE */
402 0x00008 0x1000000 /* PAD5_MODE */
403 0x0000c 0x80 /* PAD6_MODE */
404 0x000e4 0xaa545 /* MAC_POWER_SEL */
405 0x000e0 0xc74164de /* SGMII_CTRL */
406 0x0007c 0x4e /* PORT0_STATUS */
407 0x00094 0x4e /* PORT6_STATUS */
408 0x00970 0x1e864443 /* QM_PORT0_CTRL0 */
409 0x00974 0x000001c6 /* QM_PORT0_CTRL1 */
410 0x00978 0x19008643 /* QM_PORT1_CTRL0 */
411 0x0097c 0x000001c6 /* QM_PORT1_CTRL1 */
412 0x00980 0x19008643 /* QM_PORT2_CTRL0 */
413 0x00984 0x000001c6 /* QM_PORT2_CTRL1 */
414 0x00988 0x19008643 /* QM_PORT3_CTRL0 */
415 0x0098c 0x000001c6 /* QM_PORT3_CTRL1 */
416 0x00990 0x19008643 /* QM_PORT4_CTRL0 */
417 0x00994 0x000001c6 /* QM_PORT4_CTRL1 */
418 0x00998 0x1e864443 /* QM_PORT5_CTRL0 */
419 0x0099c 0x000001c6 /* QM_PORT5_CTRL1 */
420 0x009a0 0x1e864443 /* QM_PORT6_CTRL0 */
421 0x009a4 0x000001c6 /* QM_PORT6_CTRL1 */
422 >;
423 qca,ar8327-vlans = <
424 0x1 0x5e /* VLAN1 Ports 1/2/3/4/6 */
425 0x2 0x21 /* VLAN2 Ports 0/5 */
426 >;
427 };
428
429 phy4: ethernet-phy@4 {
430 device_type = "ethernet-phy";
431 reg = <4>;
432 qca,ar8327-initvals = <
433 0x000e4 0x6a545 /* MAC_POWER_SEL */
434 0x0000c 0x80 /* PAD6_MODE */
435 >;
436 };
437 };
438
439 gmac1: ethernet@37200000 {
440 status = "ok";
441 phy-mode = "rgmii";
442 qcom,id = <1>;
443 qcom,phy_mdio_addr = <4>;
444 qcom,poll_required = <0>;
445 qcom,rgmii_delay = <1>;
446 qcom,phy_mii_type = <0>;
447 qcom,emulation = <0>;
448 qcom,irq = <255>;
449 mdiobus = <&mdio0>;
450
451 pinctrl-0 = <&rgmii2_pins>;
452 pinctrl-names = "default";
453
454 mtd-mac-address = <&art 6>;
455
456 fixed-link {
457 speed = <1000>;
458 full-duplex;
459 };
460 };
461
462 gmac2: ethernet@37400000 {
463 status = "ok";
464 phy-mode = "sgmii";
465 qcom,id = <2>;
466 qcom,phy_mdio_addr = <0>; /* none */
467 qcom,poll_required = <0>; /* no polling */
468 qcom,rgmii_delay = <0>;
469 qcom,phy_mii_type = <1>;
470 qcom,emulation = <0>;
471 qcom,irq = <258>;
472 mdiobus = <&mdio0>;
473
474 mtd-mac-address = <&art 0>;
475
476 fixed-link {
477 speed = <1000>;
478 full-duplex;
479 };
480 };
481
482 rpm@108000 {
483 pinctrl-0 = <&i2c4_pins>;
484 pinctrl-names = "default";
485 };
486 };
487
488 gpio-keys {
489 compatible = "gpio-keys";
490 pinctrl-0 = <&button_pins>;
491 pinctrl-names = "default";
492
493 wifi {
494 label = "wifi";
495 gpios = <&qcom_pinmux 6 GPIO_ACTIVE_LOW>;
496 linux,code = <KEY_RFKILL>;
497 debounce-interval = <60>;
498 wakeup-source;
499 };
500
501 reset {
502 label = "reset";
503 gpios = <&qcom_pinmux 54 GPIO_ACTIVE_LOW>;
504 linux,code = <KEY_RESTART>;
505 debounce-interval = <60>;
506 wakeup-source;
507 };
508
509 wps {
510 label = "wps";
511 gpios = <&qcom_pinmux 65 GPIO_ACTIVE_LOW>;
512 linux,code = <KEY_WPS_BUTTON>;
513 debounce-interval = <60>;
514 wakeup-source;
515 };
516 };
517
518 gpio-leds {
519 compatible = "gpio-leds";
520 pinctrl-0 = <&led_pins>;
521 pinctrl-names = "default";
522
523 power_white: power_white {
524 label = "r7800:white:power";
525 gpios = <&qcom_pinmux 53 GPIO_ACTIVE_HIGH>;
526 default-state = "keep";
527 };
528
529 power_amber: power_amber {
530 label = "r7800:amber:power";
531 gpios = <&qcom_pinmux 9 GPIO_ACTIVE_HIGH>;
532 };
533
534 wan_white {
535 label = "r7800:white:wan";
536 gpios = <&qcom_pinmux 22 GPIO_ACTIVE_HIGH>;
537 };
538
539 wan_amber {
540 label = "r7800:amber:wan";
541 gpios = <&qcom_pinmux 23 GPIO_ACTIVE_HIGH>;
542 };
543
544 usb1 {
545 label = "r7800:white:usb1";
546 gpios = <&qcom_pinmux 7 GPIO_ACTIVE_HIGH>;
547 };
548
549 usb2 {
550 label = "r7800:white:usb2";
551 gpios = <&qcom_pinmux 8 GPIO_ACTIVE_HIGH>;
552 };
553
554 esata {
555 label = "r7800:white:esata";
556 gpios = <&qcom_pinmux 26 GPIO_ACTIVE_HIGH>;
557 };
558
559 wifi {
560 label = "r7800:white:wifi";
561 gpios = <&qcom_pinmux 64 GPIO_ACTIVE_HIGH>;
562 };
563
564 wps {
565 label = "r7800:white:wps";
566 gpios = <&qcom_pinmux 24 GPIO_ACTIVE_HIGH>;
567 };
568 };
569 };
570
571 &adm_dma {
572 status = "ok";
573 };