ramips: mt7628: use mac-base
[openwrt/staging/hauke.git] / target / linux / ramips / dts / mt7621_buffalo_wsr-2533dhpl.dts
1 // SPDX-License-Identifier: GPL-2.0-or-later OR MIT
2
3 #include "mt7621.dtsi"
4
5 #include <dt-bindings/gpio/gpio.h>
6 #include <dt-bindings/input/input.h>
7
8 / {
9 compatible = "buffalo,wsr-2533dhpl", "mediatek,mt7621-soc";
10 model = "Buffalo WSR-2533DHPL";
11
12 aliases {
13 led-boot = &led_power;
14 led-failsafe = &led_diag;
15 led-running = &led_power;
16 led-upgrade = &led_power;
17 label-mac-device = &gmac0;
18 };
19
20 leds {
21 compatible = "gpio-leds";
22
23 internet_green {
24 label = "green:internet";
25 gpios = <&gpio 41 GPIO_ACTIVE_LOW>;
26 };
27
28 router_green {
29 label = "green:router";
30 gpios = <&gpio 42 GPIO_ACTIVE_LOW>;
31 };
32
33 router_amber {
34 label = "amber:router";
35 gpios = <&gpio 43 GPIO_ACTIVE_LOW>;
36 };
37
38 internet_amber {
39 label = "amber:internet";
40 gpios = <&gpio 44 GPIO_ACTIVE_LOW>;
41 };
42
43 wireless_amber {
44 label = "amber:wireless";
45 gpios = <&gpio 45 GPIO_ACTIVE_LOW>;
46 };
47
48 led_power: power {
49 label = "green:power";
50 gpios = <&gpio 46 GPIO_ACTIVE_LOW>;
51 };
52
53 led_diag: diag {
54 label = "amber:diag";
55 gpios = <&gpio 47 GPIO_ACTIVE_LOW>;
56 };
57
58 wireless_green {
59 label = "green:wireless";
60 gpios = <&gpio 48 GPIO_ACTIVE_LOW>;
61 };
62 };
63
64 keys {
65 compatible = "gpio-keys";
66
67 reset {
68 label = "reset";
69 gpios = <&gpio 3 GPIO_ACTIVE_LOW>;
70 linux,code = <KEY_RESTART>;
71 };
72
73 aoss {
74 label = "aoss";
75 gpios = <&gpio 6 GPIO_ACTIVE_LOW>;
76 linux,code = <KEY_WPS_BUTTON>;
77 };
78
79 auto {
80 label = "auto";
81 gpios = <&gpio 7 GPIO_ACTIVE_LOW>;
82 linux,code = <BTN_0>;
83 linux,input-type = <EV_SW>;
84 };
85
86 bridge {
87 label = "wb";
88 gpios = <&gpio 10 GPIO_ACTIVE_LOW>;
89 linux,code = <BTN_1>;
90 linux,input-type = <EV_SW>;
91 };
92
93 router {
94 label = "router";
95 gpios = <&gpio 12 GPIO_ACTIVE_LOW>;
96 linux,code = <BTN_1>;
97 linux,input-type = <EV_SW>;
98 };
99
100 power {
101 label = "power";
102 gpios = <&gpio 18 GPIO_ACTIVE_HIGH>;
103 linux,code = <KEY_POWER>;
104 };
105 };
106 };
107
108 &spi0 {
109 status = "okay";
110
111 flash@0 {
112 compatible = "jedec,spi-nor";
113 reg = <0>;
114 spi-max-frequency = <40000000>;
115
116 partitions {
117 compatible = "fixed-partitions";
118 #address-cells = <1>;
119 #size-cells = <1>;
120
121 partition@0 {
122 label = "u-boot";
123 reg = <0x0 0x30000>;
124 read-only;
125 };
126
127 partition@30000 {
128 label = "u-boot-env";
129 reg = <0x30000 0x10000>;
130 read-only;
131 };
132
133 factory: partition@40000 {
134 compatible = "nvmem-cells";
135 label = "factory";
136 reg = <0x40000 0x10000>;
137 #address-cells = <1>;
138 #size-cells = <1>;
139 read-only;
140
141 eeprom_factory_0: eeprom@0 {
142 reg = <0x0 0x4da8>;
143 };
144
145 eeprom_factory_8000: eeprom@8000 {
146 reg = <0x8000 0x4da8>;
147 };
148
149 macaddr_factory_4: macaddr@4 {
150 reg = <0x4 0x6>;
151 };
152 };
153
154 partition@50000 {
155 compatible = "openwrt,trx";
156 label = "firmware";
157 reg = <0x50000 0x7c0000>;
158 };
159
160 partition@810000 {
161 label = "Kernel2";
162 reg = <0x810000 0x7c0000>;
163 read-only;
164 };
165
166 partition@fd0000 {
167 label = "glbcfg";
168 reg = <0xfd0000 0x010000>;
169 read-only;
170 };
171
172 partition@fe0000 {
173 label = "board_data";
174 reg = <0xfe0000 0x20000>;
175 read-only;
176 };
177 };
178 };
179 };
180
181 &gmac0 {
182 nvmem-cells = <&macaddr_factory_4>;
183 nvmem-cell-names = "mac-address";
184 mac-address-increment = <(-1)>;
185 };
186
187 &gmac1 {
188 status = "okay";
189 label = "wan";
190 phy-handle = <&ethphy0>;
191
192 nvmem-cells = <&macaddr_factory_4>;
193 nvmem-cell-names = "mac-address";
194 mac-address-increment = <(-1)>;
195 };
196
197 &mdio {
198 ethphy0: ethernet-phy@0 {
199 reg = <0>;
200 };
201 };
202
203 &switch0 {
204 ports {
205 port@1 {
206 status = "okay";
207 label = "lan4";
208 };
209
210 port@2 {
211 status = "okay";
212 label = "lan3";
213 };
214
215 port@3 {
216 status = "okay";
217 label = "lan2";
218 };
219
220 port@4 {
221 status = "okay";
222 label = "lan1";
223 };
224 };
225 };
226
227 &pcie {
228 status = "okay";
229 };
230
231 &pcie0 {
232 wifi@0,0 {
233 compatible = "mediatek,mt76";
234 reg = <0x0000 0 0 0 0>;
235 nvmem-cells = <&eeprom_factory_0>;
236 nvmem-cell-names = "eeprom";
237 ieee80211-freq-limit = <2400000 2500000>;
238 };
239 };
240
241 &pcie1 {
242 wifi@0,0 {
243 compatible = "mediatek,mt76";
244 reg = <0x0000 0 0 0 0>;
245 nvmem-cells = <&eeprom_factory_8000>;
246 nvmem-cell-names = "eeprom";
247 ieee80211-freq-limit = <5000000 6000000>;
248 };
249 };
250
251 &state_default {
252 gpio {
253 groups = "i2c", "uart2", "uart3", "wdt", "sdhci";
254 function = "gpio";
255 };
256 };
257
258 &xhci {
259 status = "disabled";
260 };