ramips: rename to GnuBee GB-PC1 and GnuBee GB-PC2
[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 label = "Factory";
102 reg = <0x200000 0x100000>;
103 sercomm,scpart-id = <2>;
104 read-only;
105
106 compatible = "nvmem-cells";
107 #address-cells = <1>;
108 #size-cells = <1>;
109
110 macaddr_factory_21000: macaddr@21000 {
111 reg = <0x21000 0x6>;
112 };
113 };
114
115 partition@300000 {
116 label = "Boot Flag";
117 reg = <0x300000 0x100000>;
118 sercomm,scpart-id = <3>;
119 };
120
121 partition@400000 {
122 label = "kernel";
123 reg = <0x400000 0x600000>;
124 sercomm,scpart-id = <4>;
125 };
126
127 partition@a00000 {
128 label = "Kernel 2";
129 reg = <0xa00000 0x600000>;
130 sercomm,scpart-id = <5>;
131 read-only;
132 };
133
134 ubiconcat0: partition@1000000 {
135 label = "File System 1";
136 reg = <0x1000000 0x2000000>;
137 sercomm,scpart-id = <6>;
138 };
139
140 partition@3000000 {
141 label = "File System 2";
142 reg = <0x3000000 0x2000000>;
143 sercomm,scpart-id = <7>;
144 read-only;
145 };
146
147 ubiconcat1: partition@5000000 {
148 label = "Configuration/log";
149 reg = <0x5000000 0x1400000>;
150 sercomm,scpart-id = <8>;
151 };
152
153 ubiconcat2: partition@6400000 {
154 label = "Debug (Ftool)";
155 reg = <0x6400000 0x1a00000>;
156 sercomm,scpart-id = <9>;
157 };
158
159 ubiconcat3: partition@8000000 {
160 label = "Container";
161 reg = <0x8000000 0x7c00000>;
162 sercomm,scpart-id = <10>;
163 };
164 };
165 };
166
167 &pcie {
168 status = "okay";
169 };
170
171 &pcie0 {
172 wifi@0,0 {
173 compatible = "mediatek,mt76";
174 reg = <0x0000 0 0 0 0>;
175 mediatek,mtd-eeprom = <&factory 0x8000>;
176 ieee80211-freq-limit = <5000000 6000000>;
177 };
178 };
179
180 &pcie1 {
181 wifi@0,0 {
182 compatible = "mediatek,mt76";
183 reg = <0x0000 0 0 0 0>;
184 mediatek,mtd-eeprom = <&factory 0x0>;
185 ieee80211-freq-limit = <2400000 2500000>;
186 };
187 };
188
189 &gmac0 {
190 nvmem-cells = <&macaddr_factory_21000>;
191 nvmem-cell-names = "mac-address";
192 };
193
194 &gmac1 {
195 status = "okay";
196 label = "wan";
197 phy-handle = <&ethphy0>;
198 };
199
200 &mdio {
201 ethphy0: ethernet-phy@0 {
202 reg = <0>;
203 };
204 };
205
206 &switch0 {
207 ports {
208 port@1 {
209 status = "okay";
210 label = "lan1";
211 };
212
213 port@2 {
214 status = "okay";
215 label = "lan2";
216 };
217
218 port@3 {
219 status = "okay";
220 label = "lan3";
221 };
222
223 port@4 {
224 status = "okay";
225 label = "lan4";
226 };
227 };
228 };
229
230 &uartlite3 {
231 status = "okay";
232 };
233
234 &state_default {
235 gpio {
236 groups = "jtag", "uart2";
237 function = "gpio";
238 };
239 };