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