ramips: add support for ZyXEL LTE5398-M904
[openwrt/openwrt.git] / target / linux / ramips / dts / mt7621_sercomm_dxx_nand_256m.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 label-mac-device = &gmac0;
12
13 led-boot = &led_status_green;
14 led-failsafe = &led_status_red;
15 led-running = &led_status_green;
16 led-upgrade = &led_status_red;
17 };
18
19 leds {
20 compatible = "gpio-leds";
21
22 led-1 {
23 label = "blue:wan";
24 color = <LED_COLOR_ID_BLUE>;
25 function = LED_FUNCTION_WAN;
26 gpios = <&gpio 13 GPIO_ACTIVE_HIGH>;
27 };
28
29 led_status_green: led-0 {
30 label = "green:status";
31 color = <LED_COLOR_ID_GREEN>;
32 function = LED_FUNCTION_STATUS;
33 gpios = <&gpio 15 GPIO_ACTIVE_HIGH>;
34 };
35
36 led_status_red: led-2 {
37 label = "red:status";
38 color = <LED_COLOR_ID_RED>;
39 function = LED_FUNCTION_STATUS;
40 gpios = <&gpio 16 GPIO_ACTIVE_HIGH>;
41 };
42 };
43
44 keys {
45 compatible = "gpio-keys";
46
47 wps {
48 label = "wps";
49 gpios = <&gpio 11 GPIO_ACTIVE_HIGH>;
50 linux,code = <KEY_WPS_BUTTON>;
51 };
52
53 reset {
54 label = "reset";
55 gpios = <&gpio 14 GPIO_ACTIVE_LOW>;
56 linux,code = <KEY_RESTART>;
57 };
58 };
59
60 ubi-concat {
61 compatible = "mtd-concat";
62 devices = <&ubiconcat0 &ubiconcat1 &ubiconcat2 \
63 &ubiconcat3>;
64
65 partitions {
66 compatible = "fixed-partitions";
67 #address-cells = <1>;
68 #size-cells = <1>;
69
70 partition@0 {
71 label = "ubi";
72 reg = <0x0 0xca00000>;
73 };
74 };
75 };
76 };
77
78 &nand {
79 status = "okay";
80
81 partitions {
82 compatible = "sercomm,sc-partitions", "fixed-partitions";
83 #address-cells = <1>;
84 #size-cells = <1>;
85
86 partition@0 {
87 label = "u-boot";
88 reg = <0x0 0x100000>;
89 sercomm,scpart-id = <0>;
90 read-only;
91 };
92
93 partition@100000 {
94 label = "dynamic partition map";
95 reg = <0x100000 0x100000>;
96 sercomm,scpart-id = <1>;
97 read-only;
98 };
99
100 factory: partition@200000 {
101 compatible = "nvmem-cells";
102 label = "Factory";
103 reg = <0x200000 0x100000>;
104 sercomm,scpart-id = <2>;
105 #address-cells = <1>;
106 #size-cells = <1>;
107 read-only;
108
109 eeprom_factory_0: eeprom@0 {
110 reg = <0x0 0x400>;
111 };
112
113 eeprom_factory_8000: eeprom@8000 {
114 reg = <0x8000 0x4da8>;
115 };
116
117 macaddr_factory_21000: macaddr@21000 {
118 reg = <0x21000 0x6>;
119 };
120 };
121
122 partition@300000 {
123 label = "Boot Flag";
124 reg = <0x300000 0x100000>;
125 sercomm,scpart-id = <3>;
126 };
127
128 partition@400000 {
129 label = "kernel";
130 reg = <0x400000 0x600000>;
131 sercomm,scpart-id = <4>;
132 };
133
134 partition@a00000 {
135 label = "Kernel 2";
136 reg = <0xa00000 0x600000>;
137 sercomm,scpart-id = <5>;
138 read-only;
139 };
140
141 ubiconcat0: partition@1000000 {
142 label = "File System 1";
143 reg = <0x1000000 0x2000000>;
144 sercomm,scpart-id = <6>;
145 };
146
147 partition@3000000 {
148 label = "File System 2";
149 reg = <0x3000000 0x2000000>;
150 sercomm,scpart-id = <7>;
151 read-only;
152 };
153
154 ubiconcat1: partition@5000000 {
155 label = "Configuration/log";
156 reg = <0x5000000 0x1400000>;
157 sercomm,scpart-id = <8>;
158 };
159
160 ubiconcat2: partition@6400000 {
161 label = "Debug (Ftool)";
162 reg = <0x6400000 0x1a00000>;
163 sercomm,scpart-id = <9>;
164 };
165
166 ubiconcat3: partition@8000000 {
167 label = "Container";
168 reg = <0x8000000 0x7c00000>;
169 sercomm,scpart-id = <10>;
170 };
171 };
172 };
173
174 &pcie {
175 status = "okay";
176 };
177
178 &pcie0 {
179 wifi@0,0 {
180 compatible = "mediatek,mt76";
181 reg = <0x0000 0 0 0 0>;
182 nvmem-cells = <&eeprom_factory_8000>;
183 nvmem-cell-names = "eeprom";
184 ieee80211-freq-limit = <5000000 6000000>;
185 };
186 };
187
188 &pcie1 {
189 wifi@0,0 {
190 compatible = "mediatek,mt76";
191 reg = <0x0000 0 0 0 0>;
192 nvmem-cells = <&eeprom_factory_0>;
193 nvmem-cell-names = "eeprom";
194 ieee80211-freq-limit = <2400000 2500000>;
195 };
196 };
197
198 &gmac0 {
199 nvmem-cells = <&macaddr_factory_21000>;
200 nvmem-cell-names = "mac-address";
201 };
202
203 &gmac1 {
204 status = "okay";
205 label = "wan";
206 phy-handle = <&ethphy0>;
207 };
208
209 &mdio {
210 ethphy0: ethernet-phy@0 {
211 reg = <0>;
212 };
213 };
214
215 &switch0 {
216 ports {
217 port@1 {
218 status = "okay";
219 label = "lan1";
220 };
221
222 port@2 {
223 status = "okay";
224 label = "lan2";
225 };
226
227 port@3 {
228 status = "okay";
229 label = "lan3";
230 };
231
232 port@4 {
233 status = "okay";
234 label = "lan4";
235 };
236 };
237 };
238
239 &uartlite3 {
240 status = "okay";
241 };
242
243 &state_default {
244 gpio {
245 groups = "jtag", "uart2";
246 function = "gpio";
247 };
248 };