ramips: fix WiFi MAC addresses for D-Link DIR-810L
[oweals/openwrt.git] / target / linux / ramips / dts / mt7621_linksys_re6500.dts
1 /dts-v1/;
2
3 #include "mt7621.dtsi"
4
5 #include <dt-bindings/gpio/gpio.h>
6 #include <dt-bindings/input/input.h>
7
8 / {
9         compatible = "linksys,re6500", "mediatek,mt7621-soc";
10         model = "Linksys RE6500";
11
12         aliases {
13                 led-boot = &led_power;
14                 led-failsafe = &led_power;
15                 led-running = &led_power;
16                 led-upgrade = &led_power;
17         };
18
19         chosen {
20                 bootargs = "console=ttyS0,57600";
21         };
22
23         leds {
24                 compatible = "gpio-leds";
25
26                 wifi {
27                         label = "re6500:orange:wifi";
28                         gpios = <&gpio0 0 GPIO_ACTIVE_HIGH>;
29                 };
30
31                 led_power: power {
32                         label = "re6500:white:power";
33                         gpios = <&gpio0 9 GPIO_ACTIVE_HIGH>;
34                 };
35         };
36
37         keys {
38                 compatible = "gpio-keys-polled";
39                 poll-interval = <20>;
40
41                 wps {
42                         label = "wps";
43                         gpios = <&gpio0 10 GPIO_ACTIVE_LOW>;
44                         linux,code = <KEY_WPS_BUTTON>;
45                 };
46
47                 reset {
48                         label = "reset";
49                         gpios = <&gpio0 11 GPIO_ACTIVE_HIGH>;
50                         linux,code = <KEY_RESTART>;
51                 };
52         };
53 };
54
55 &spi0 {
56         status = "okay";
57
58         m25p80@0 {
59                 compatible = "jedec,spi-nor";
60                 reg = <0>;
61                 spi-max-frequency = <10000000>;
62
63                 partitions {
64                         compatible = "fixed-partitions";
65                         #address-cells = <1>;
66                         #size-cells = <1>;
67
68                         partition@0 {
69                                 label = "u-boot";
70                                 reg = <0x0 0x30000>;
71                                 read-only;
72                         };
73
74                         partition@30000 {
75                                 label = "u-boot-env";
76                                 reg = <0x30000 0x10000>;
77                                 read-only;
78                         };
79
80                         factory: partition@40000 {
81                                 label = "factory";
82                                 reg = <0x40000 0x10000>;
83                                 read-only;
84                         };
85
86                         partition@50000 {
87                                 compatible = "denx,uimage";
88                                 label = "firmware";
89                                 reg = <0x50000 0x7b0000>;
90                         };
91                 };
92         };
93 };
94
95 &pinctrl {
96         state_default: pinctrl0 {
97                 gpio {
98                         ralink,group = "i2c", "uart2", "uart3", "rgmii2";
99                         ralink,function = "gpio";
100                 };
101         };
102 };
103
104 &pcie {
105         status = "okay";
106 };
107
108 &pcie0 {
109         mt76@0,0 {
110                 reg = <0x0000 0 0 0 0>;
111                 mediatek,mtd-eeprom = <&factory 0x0000>;
112                 ieee80211-freq-limit = <5000000 6000000>;
113         };
114 };
115
116 &pcie1 {
117         mt76@0,0 {
118                 reg = <0x0000 0 0 0 0>;
119                 mediatek,mtd-eeprom = <&factory 0x8000>;
120                 ieee80211-freq-limit = <2400000 2500000>;
121         };
122 };
123
124 &ethernet {
125         mtd-mac-address = <&factory 0x2e>;
126 };
127
128 &xhci {
129         status = "disabled";
130 };