9244c8368b398ec80ab268fe69d1f6e708d41949
[openwrt/staging/wigyori.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 label = "factory";
135 reg = <0x40000 0x10000>;
136 read-only;
137 };
138
139 partition@50000 {
140 compatible = "openwrt,trx";
141 label = "firmware";
142 reg = <0x50000 0x7c0000>;
143 };
144
145 partition@810000 {
146 label = "Kernel2";
147 reg = <0x810000 0x7c0000>;
148 read-only;
149 };
150
151 partition@fd0000 {
152 label = "glbcfg";
153 reg = <0xfd0000 0x010000>;
154 read-only;
155 };
156
157 partition@fe0000 {
158 label = "board_data";
159 reg = <0xfe0000 0x20000>;
160 read-only;
161 };
162 };
163 };
164 };
165
166 &gmac0 {
167 mtd-mac-address = <&factory 0x4>;
168 mac-address-increment = <(-1)>;
169 };
170
171 &switch0 {
172 ports {
173 port@0 {
174 status = "okay";
175 label = "wan";
176 };
177
178 port@1 {
179 status = "okay";
180 label = "lan4";
181 };
182
183 port@2 {
184 status = "okay";
185 label = "lan3";
186 };
187
188 port@3 {
189 status = "okay";
190 label = "lan2";
191 };
192
193 port@4 {
194 status = "okay";
195 label = "lan1";
196 };
197 };
198 };
199
200 &pcie {
201 status = "okay";
202 };
203
204 &pcie0 {
205 wifi@0,0 {
206 compatible = "mediatek,mt76";
207 reg = <0x0000 0 0 0 0>;
208 mediatek,mtd-eeprom = <&factory 0x0000>;
209 ieee80211-freq-limit = <2400000 2500000>;
210 };
211 };
212
213 &pcie1 {
214 wifi@0,0 {
215 compatible = "mediatek,mt76";
216 reg = <0x0000 0 0 0 0>;
217 mediatek,mtd-eeprom = <&factory 0x8000>;
218 ieee80211-freq-limit = <5000000 6000000>;
219 };
220 };
221
222 &state_default {
223 gpio {
224 groups = "i2c", "uart2", "uart3", "wdt", "sdhci";
225 function = "gpio";
226 };
227 };
228
229 &xhci {
230 status = "disabled";
231 };