ramips: improve Xiaomi mi-mini indications
[openwrt/openwrt.git] / target / linux / ramips / dts / mt7621_netgear_wax202.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 = "netgear,wax202", "mediatek,mt7621-soc";
10 model = "Netgear WAX202";
11
12 aliases {
13 led-boot = &led_power_green;
14 led-failsafe = &led_power_orange;
15 led-running = &led_power_green;
16 led-upgrade = &led_power_orange;
17 };
18
19 chosen {
20 bootargs = "console=ttyS0,115200";
21 };
22
23 keys {
24 compatible = "gpio-keys";
25
26 reset {
27 label = "reset";
28 gpios = <&gpio 10 GPIO_ACTIVE_LOW>;
29 linux,code = <KEY_RESTART>;
30 };
31 };
32
33 leds {
34 compatible = "gpio-leds";
35
36 led_power_green: power_green {
37 label = "green:power";
38 gpios = <&gpio 0 GPIO_ACTIVE_LOW>;
39 };
40
41 led_power_orange: power_orange {
42 label = "orange:power";
43 gpios = <&gpio 17 GPIO_ACTIVE_HIGH>;
44 };
45
46 led_net_green: net_green {
47 label = "green:net";
48 gpios = <&gpio 18 GPIO_ACTIVE_LOW>;
49 };
50
51 led_net_blue: net_blue {
52 label = "blue:net";
53 gpios = <&gpio 16 GPIO_ACTIVE_LOW>;
54 };
55
56 led_lan1_orange: lan1_orange {
57 label = "orange:lan1";
58 gpios = <&gpio 15 GPIO_ACTIVE_LOW>;
59 };
60
61 led_lan2_orange: lan2_orange {
62 label = "orange:lan2";
63 gpios = <&gpio 13 GPIO_ACTIVE_LOW>;
64 };
65
66 led_lan3_orange: lan3_orange {
67 label = "orange:lan3";
68 gpios = <&gpio 14 GPIO_ACTIVE_LOW>;
69 };
70
71 led_wifi2g_green: wifi2g_green {
72 label = "green:wifi2g";
73 gpios = <&gpio 12 GPIO_ACTIVE_LOW>;
74 linux,default-trigger = "phy0radio";
75 };
76
77 led_wifi2g_blue: wifi2g_blue {
78 label = "blue:wifi2g";
79 gpios = <&gpio 7 GPIO_ACTIVE_LOW>;
80 };
81
82 led_wifi5g_green: wifi5g_green {
83 label = "green:wifi5g";
84 gpios = <&gpio 8 GPIO_ACTIVE_LOW>;
85 linux,default-trigger = "phy1radio";
86 };
87
88 led_wifi5g_blue: wifi5g_blue {
89 label = "blue:wifi5g";
90 gpios = <&gpio 6 GPIO_ACTIVE_LOW>;
91 };
92 };
93 };
94
95 &nand {
96 status = "okay";
97
98 partitions {
99 compatible = "fixed-partitions";
100 #address-cells = <1>;
101 #size-cells = <1>;
102
103 partition@0 {
104 label = "Bootloader";
105 reg = <0x0 0x80000>;
106 read-only;
107 };
108
109 partition@80000 {
110 label = "Config";
111 reg = <0x80000 0x80000>;
112 read-only;
113 };
114
115 factory: partition@100000 {
116 label = "Factory";
117 reg = <0x100000 0x80000>;
118 read-only;
119 };
120
121 partition@180000 {
122 label = "firmware";
123 reg = <0x180000 0x2600000>;
124
125 compatible = "fixed-partitions";
126 #address-cells = <1>;
127 #size-cells = <1>;
128
129 partition@0 {
130 label = "kernel";
131 reg = <0x0 0x400000>;
132 };
133
134 partition@400000 {
135 label = "ubi";
136 reg = <0x400000 0x2200000>;
137 };
138 };
139
140 partition@2780000 {
141 label = "firmware_backup";
142 reg = <0x2780000 0x2600000>;
143 read-only;
144 };
145
146 partition@4d80000 {
147 label = "CFG";
148 reg = <0x4d80000 0x800000>;
149 read-only;
150 };
151
152 partition@5580000 {
153 label = "RAE";
154 reg = <0x5580000 0x400000>;
155 read-only;
156 };
157
158 partition@5980000 {
159 label = "POT";
160 reg = <0x5980000 0x100000>;
161 read-only;
162 };
163
164 partition@5a80000 {
165 label = "Language";
166 reg = <0x5a80000 0x400000>;
167 read-only;
168 };
169
170 partition@5e80000 {
171 label = "Traffic";
172 reg = <0x5e80000 0x200000>;
173 read-only;
174 };
175
176 partition@6080000 {
177 label = "Cert";
178 reg = <0x6080000 0x100000>;
179 read-only;
180 };
181
182 partition@6180000 {
183 label = "NTGRcryptK";
184 reg = <0x6180000 0x100000>;
185 read-only;
186 };
187
188 partition@6280000 {
189 label = "NTGRcryptD";
190 reg = <0x6280000 0x500000>;
191 read-only;
192 };
193
194 partition@6780000 {
195 label = "LOG";
196 reg = <0x6780000 0x100000>;
197 read-only;
198 };
199
200 partition@6880000 {
201 label = "User_data";
202 reg = <0x6880000 0x640000>;
203 read-only;
204 };
205 };
206 };
207
208 &pcie {
209 status = "okay";
210 };
211
212 &pcie1 {
213 wifi@0,0 {
214 compatible = "mediatek,mt76";
215 reg = <0x0000 0 0 0 0>;
216 mediatek,mtd-eeprom = <&factory 0x0>;
217 };
218 };
219
220 &state_default {
221 gpio {
222 groups = "uart3", "uart2", "jtag", "wdt";
223 function = "gpio";
224 };
225 };
226
227 &gmac1 {
228 status = "okay";
229 label = "wan";
230 phy-handle = <&ethphy0>;
231 };
232
233 &mdio {
234 ethphy0: ethernet-phy@0 {
235 reg = <0>;
236 };
237 };
238
239 &switch0 {
240 ports {
241 port@1 {
242 status = "okay";
243 label = "lan1";
244 };
245
246 port@2 {
247 status = "okay";
248 label = "lan2";
249 };
250
251 /* port@3 is not used */
252
253 port@4 {
254 status = "okay";
255 label = "lan3";
256 };
257 };
258 };
259
260 &xhci {
261 status = "disabled";
262 };