ramips: improve Xiaomi mi-mini indications
[openwrt/openwrt.git] / target / linux / ramips / dts / mt7621_arcadyan_wg4xx223.dtsi
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 #include <dt-bindings/leds/common.h>
8
9 / {
10 aliases {
11 led-boot = &led_status_red;
12 led-failsafe = &led_status_red;
13 led-running = &led_status_green;
14 led-upgrade = &led_status_red;
15 };
16
17 leds {
18 compatible = "gpio-leds";
19
20 led_status_green: led-1 {
21 label = "green:status";
22 color = <LED_COLOR_ID_GREEN>;
23 function = LED_FUNCTION_STATUS;
24 gpios = <&gpio 15 GPIO_ACTIVE_LOW>;
25 };
26
27 led_status_red: led-2 {
28 label = "red:status";
29 color = <LED_COLOR_ID_RED>;
30 function = LED_FUNCTION_STATUS;
31 gpios = <&gpio 16 GPIO_ACTIVE_LOW>;
32 };
33 };
34
35 keys {
36 compatible = "gpio-keys";
37
38 reset {
39 label = "reset";
40 gpios = <&gpio 3 GPIO_ACTIVE_LOW>;
41 linux,code = <KEY_RESTART>;
42 };
43 };
44
45 ubi-concat {
46 compatible = "mtd-concat";
47 devices = <&ubiconcat0 &ubiconcat1>;
48
49 partitions {
50 compatible = "fixed-partitions";
51 #address-cells = <1>;
52 #size-cells = <1>;
53
54 partition@0 {
55 label = "ubi";
56 reg = <0x0 0x5240000>;
57 };
58 };
59 };
60 };
61
62 &nand {
63 status = "okay";
64
65 partitions {
66 compatible = "fixed-partitions";
67 #address-cells = <1>;
68 #size-cells = <1>;
69
70 partition@0 {
71 label = "u-boot";
72 reg = <0x0 0x100000>;
73 read-only;
74 };
75
76 partition@100000 {
77 label = "u-boot-env";
78 reg = <0x100000 0x100000>;
79 };
80
81 factory: partition@200000 {
82 label = "Factory";
83 reg = <0x200000 0x100000>;
84 read-only;
85
86 compatible = "nvmem-cells";
87 #address-cells = <1>;
88 #size-cells = <1>;
89
90 /* We keep the block below to prevent eth0 MAC
91 * from randomization. Unique WAN, LAN, WLAN MACs
92 * are stored in u-boot-env.
93 */
94
95 /* Default Ralink MAC (00:0c:43:28:80:xx) */
96 macaddr_factory_fff0: macaddr@fff0 {
97 reg = <0xfff0 0x6>;
98 };
99 };
100
101 partition@300000 {
102 label = "firmware";
103 reg = <0x300000 0x2000000>;
104
105 compatible = "fixed-partitions";
106 #address-cells = <1>;
107 #size-cells = <1>;
108
109 partition@0 {
110 label = "kernel";
111 reg = <0x0 0x440000>;
112 };
113
114 ubiconcat0: partition@400000 {
115 label = "ubiconcat0";
116 reg = <0x440000 0x1bc0000>;
117 };
118 };
119
120 partition@2300000 {
121 label = "Firmware2";
122 reg = <0x2300000 0x2000000>;
123 read-only;
124 };
125
126 partition@4300000 {
127 label = "glbcfg";
128 reg = <0x4300000 0x200000>;
129 read-only;
130 };
131
132 partition@4500000 {
133 label = "board_data";
134 reg = <0x4500000 0x100000>;
135 read-only;
136 };
137
138 partition@4600000 {
139 label = "glbcfg2";
140 reg = <0x4600000 0x200000>;
141 read-only;
142 };
143
144 partition@4800000 {
145 label = "board_data2";
146 reg = <0x4800000 0x100000>;
147 read-only;
148 };
149
150 ubiconcat1: partition@4900000 {
151 label = "ubiconcat1";
152 reg = <0x4900000 0x3680000>;
153 };
154 };
155 };
156
157 &pcie {
158 status = "okay";
159 };
160
161 &pcie1 {
162 wifi@0,0 {
163 compatible = "mediatek,mt76";
164 reg = <0x0000 0 0 0 0>;
165 mediatek,mtd-eeprom = <&factory 0x0>;
166 };
167 };
168
169 &gmac0 {
170 nvmem-cells = <&macaddr_factory_fff0>;
171 nvmem-cell-names = "mac-address";
172 };
173
174 &gmac1 {
175 status = "okay";
176 label = "wan";
177 phy-handle = <&ethphy4>;
178
179 nvmem-cells = <&macaddr_factory_fff0>;
180 nvmem-cell-names = "mac-address";
181 };
182
183 &mdio {
184 ethphy4: ethernet-phy@4 {
185 reg = <4>;
186 };
187 };
188
189 &switch0 {
190 ports {
191 port@2 {
192 status = "okay";
193 label = "lan2";
194 };
195
196 port@3 {
197 status = "okay";
198 label = "lan1";
199 };
200 };
201 };
202
203 &state_default {
204 gpio {
205 groups = "i2c", "jtag";
206 function = "gpio";
207 };
208 };