Commit hnyman's changes
[lede.git] / target / linux / ipq806x / files / 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 = &uart4;
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                         phy-tx0-term-offset = <7>;
303                 };
304
305                 pcie1: pci@1b700000 {
306                         status = "ok";
307                         phy-tx0-term-offset = <7>;
308                 };
309
310                 nand@1ac00000 {
311                         status = "ok";
312
313                         pinctrl-0 = <&nand_pins>;
314                         pinctrl-names = "default";
315
316                         nand-ecc-strength = <4>;
317                         nand-ecc-step-size = <512>;
318                         nand-bus-width = <8>;
319
320                         #address-cells = <1>;
321                         #size-cells = <1>;
322
323                         qcadata@0 {
324                                 label = "qcadata";
325                                 reg = <0x0000000 0x0c80000>;
326                                 read-only;
327                         };
328
329                         APPSBL@c80000 {
330                                 label = "APPSBL";
331                                 reg = <0x0c80000 0x0500000>;
332                                 read-only;
333                         };
334
335                         APPSBLENV@1180000 {
336                                 label = "APPSBLENV";
337                                 reg = <0x1180000 0x0080000>;
338                                 read-only;
339                         };
340
341                         art: art@1200000 {
342                                 label = "art";
343                                 reg = <0x1200000 0x0140000>;
344                                 read-only;
345                         };
346
347                         artbak: art@1340000 {
348                                 label = "artbak";
349                                 reg = <0x1340000 0x0140000>;
350                                 read-only;
351                         };
352
353                         kernel@1480000 {
354                                 label = "kernel";
355                                 reg = <0x1480000 0x0200000>;
356                         };
357
358                         ubi@1680000 {
359                                 label = "ubi";
360                                 reg = <0x1680000 0x1E00000>;
361                         };
362
363                         netgear@3480000 {
364                                 label = "netgear";
365                                 reg = <0x3480000 0x4480000>;
366                                 read-only;
367                         };
368
369                         reserve@7900000 {
370                                 label = "reserve";
371                                 reg = <0x7900000 0x0700000>;
372                                 read-only;
373                         };
374
375                         firmware@1480000 {
376                                 label = "firmware";
377                                 reg = <0x1480000 0x2000000>;
378                         };
379                 };
380
381                 mdio0: mdio {
382                         compatible = "virtual,mdio-gpio";
383                         #address-cells = <1>;
384                         #size-cells = <0>;
385                         gpios = <&qcom_pinmux 1 GPIO_ACTIVE_HIGH &qcom_pinmux 0 GPIO_ACTIVE_HIGH>;
386                         pinctrl-0 = <&mdio0_pins>;
387                         pinctrl-names = "default";
388
389
390                         phy0: ethernet-phy@0 {
391                                 device_type = "ethernet-phy";
392                                 reg = <0>;
393                                 qca,ar8327-initvals = <
394                                         0x00004 0x7600000   /* PAD0_MODE */
395                                         0x00008 0x1000000   /* PAD5_MODE */
396                                         0x0000c 0x80        /* PAD6_MODE */
397                                         0x000e4 0xaa545     /* MAC_POWER_SEL */
398                                         0x000e0 0xc74164de  /* SGMII_CTRL */
399                                         0x0007c 0x4e        /* PORT0_STATUS */
400                                         0x00094 0x4e        /* PORT6_STATUS */
401                                         0x00970 0x1e864443  /* QM_PORT0_CTRL0 */
402                                         0x00974 0x000001c6  /* QM_PORT0_CTRL1 */
403                                         0x00978 0x19008643  /* QM_PORT1_CTRL0 */
404                                         0x0097c 0x000001c6  /* QM_PORT1_CTRL1 */
405                                         0x00980 0x19008643  /* QM_PORT2_CTRL0 */
406                                         0x00984 0x000001c6  /* QM_PORT2_CTRL1 */
407                                         0x00988 0x19008643  /* QM_PORT3_CTRL0 */
408                                         0x0098c 0x000001c6  /* QM_PORT3_CTRL1 */
409                                         0x00990 0x19008643  /* QM_PORT4_CTRL0 */
410                                         0x00994 0x000001c6  /* QM_PORT4_CTRL1 */
411                                         0x00998 0x1e864443  /* QM_PORT5_CTRL0 */
412                                         0x0099c 0x000001c6  /* QM_PORT5_CTRL1 */
413                                         0x009a0 0x1e864443  /* QM_PORT6_CTRL0 */
414                                         0x009a4 0x000001c6  /* QM_PORT6_CTRL1 */
415                                         >;
416                                 qca,ar8327-vlans = <
417                                         0x1     0x5e        /* VLAN1 Ports 1/2/3/4/6 */
418                                         0x2     0x21        /* VLAN2 Ports 0/5 */
419                                 >;
420                         };
421
422                         phy4: ethernet-phy@4 {
423                                 device_type = "ethernet-phy";
424                                 reg = <4>;
425                                 qca,ar8327-initvals = <
426                                         0x000e4 0x6a545     /* MAC_POWER_SEL */
427                                         0x0000c 0x80        /* PAD6_MODE */
428                                         >;
429                         };
430                 };
431
432                 gmac1: ethernet@37200000 {
433                         status = "ok";
434                         phy-mode = "rgmii";
435                         qcom,id = <1>;
436                         qcom,phy_mdio_addr = <4>;
437                         qcom,poll_required = <0>;
438                         qcom,rgmii_delay = <1>;
439                         qcom,phy_mii_type = <0>;
440                         qcom,emulation = <0>;
441                         qcom,irq = <255>;
442                         mdiobus = <&mdio0>;
443
444                         pinctrl-0 = <&rgmii2_pins>;
445                         pinctrl-names = "default";
446
447                         mtd-mac-address = <&art 6>;
448
449                         fixed-link {
450                                 speed = <1000>;
451                                 full-duplex;
452                         };
453                 };
454
455                 gmac2: ethernet@37400000 {
456                         status = "ok";
457                         phy-mode = "sgmii";
458                         qcom,id = <2>;
459                         qcom,phy_mdio_addr = <0>;       /* none */
460                         qcom,poll_required = <0>;       /* no polling */
461                         qcom,rgmii_delay = <0>;
462                         qcom,phy_mii_type = <1>;
463                         qcom,emulation = <0>;
464                         qcom,irq = <258>;
465                         mdiobus = <&mdio0>;
466
467                         mtd-mac-address = <&art 0>;
468
469                         fixed-link {
470                                 speed = <1000>;
471                                 full-duplex;
472                         };
473                 };
474
475                 rpm@108000 {
476                         pinctrl-0 = <&i2c4_pins>;
477                         pinctrl-names = "default";
478                 };
479         };
480
481         gpio-keys {
482                 compatible = "gpio-keys";
483                 pinctrl-0 = <&button_pins>;
484                 pinctrl-names = "default";
485
486                 wifi {
487                         label = "wifi";
488                         gpios = <&qcom_pinmux 6 GPIO_ACTIVE_LOW>;
489                         linux,code = <KEY_RFKILL>;
490                         debounce-interval = <60>;
491                         wakeup-source;
492                 };
493
494                 reset {
495                         label = "reset";
496                         gpios = <&qcom_pinmux 54 GPIO_ACTIVE_LOW>;
497                         linux,code = <KEY_RESTART>;
498                         debounce-interval = <60>;
499                         wakeup-source;
500                 };
501
502                 wps {
503                         label = "wps";
504                         gpios = <&qcom_pinmux 65 GPIO_ACTIVE_LOW>;
505                         linux,code = <KEY_WPS_BUTTON>;
506                         debounce-interval = <60>;
507                         wakeup-source;
508                 };
509         };
510
511         gpio-leds {
512                 compatible = "gpio-leds";
513                 pinctrl-0 = <&led_pins>;
514                 pinctrl-names = "default";
515
516                 power_white: power_white {
517                         label = "r7800:white:power";
518                         gpios = <&qcom_pinmux 53 GPIO_ACTIVE_HIGH>;
519                         default-state = "keep";
520                 };
521
522                 power_amber: power_amber {
523                         label = "r7800:amber:power";
524                         gpios = <&qcom_pinmux 9 GPIO_ACTIVE_HIGH>;
525                 };
526
527                 wan_white {
528                         label = "r7800:white:wan";
529                         gpios = <&qcom_pinmux 22 GPIO_ACTIVE_HIGH>;
530                 };
531
532                 wan_amber {
533                         label = "r7800:amber:wan";
534                         gpios = <&qcom_pinmux 23 GPIO_ACTIVE_HIGH>;
535                 };
536
537                 usb1 {
538                         label = "r7800:white:usb1";
539                         gpios = <&qcom_pinmux 7 GPIO_ACTIVE_HIGH>;
540                 };
541
542                 usb2 {
543                         label = "r7800:white:usb2";
544                         gpios = <&qcom_pinmux 8 GPIO_ACTIVE_HIGH>;
545                 };
546
547                 esata {
548                         label = "r7800:white:esata";
549                         gpios = <&qcom_pinmux 26 GPIO_ACTIVE_HIGH>;
550                 };
551
552                 wifi {
553                         label = "r7800:white:wifi";
554                         gpios = <&qcom_pinmux 64 GPIO_ACTIVE_HIGH>;
555                 };
556
557                 wps {
558                         label = "r7800:white:wps";
559                         gpios = <&qcom_pinmux 24 GPIO_ACTIVE_HIGH>;
560                 };
561         };
562 };
563
564 &adm_dma {
565         status = "ok";
566 };