ebtables: fix compilation with GCC14
[openwrt/openwrt.git] / target / linux / ramips / dts / mt7621_wifire_s1500-nbn.dts
1 // SPDX-License-Identifier: GPL-2.0-or-later
2
3 #include "mt7621_sercomm_s1500.dtsi"
4
5 / {
6 compatible = "wifire,s1500-nbn", "mediatek,mt7621-soc";
7 model = "WiFire S1500.NBN";
8
9 aliases {
10 label-mac-device = &wan;
11 };
12
13 ubi-concat {
14 compatible = "mtd-concat";
15 devices = <&ubiconcat0 &ubiconcat1 &ubiconcat2 &ubiconcat3>;
16
17 partitions {
18 compatible = "fixed-partitions";
19 #address-cells = <1>;
20 #size-cells = <1>;
21
22 partition@0 {
23 label = "ubi";
24 reg = <0x0 0x4680000>;
25 };
26 };
27 };
28 };
29
30 &led_wps {
31 color = <LED_COLOR_ID_WHITE>;
32 };
33
34 &partitions {
35 partition@0_all {
36 label = "ALL";
37 reg = <0x0 0x7f80000>;
38 read-only;
39 };
40
41 partition@80000 {
42 label = "u-boot-env";
43 reg = <0x80000 0x20000>;
44 };
45
46 ubiconcat1: partition@200000 {
47 label = "sys_data";
48 reg = <0x200000 0x1400000>;
49 };
50
51 ubiconcat0: partition@1f00000 {
52 label = "RootFS_1";
53 reg = <0x1f00000 0x2e00000>;
54 };
55
56 partition@4d00000 {
57 label = "RootFS_2";
58 reg = <0x4d00000 0x2e00000>;
59 read-only;
60 };
61
62 ubiconcat2: partition@7b00000 {
63 label = "Ftool";
64 reg = <0x7b00000 0x100000>;
65 };
66
67 ubiconcat3: partition@7c00000 {
68 label = "BCT";
69 reg = <0x7c00000 0x380000>;
70 };
71
72 /*
73 * 512 KiB reserved for the Bad Blocks
74 * 0x8000000-0x7f80000=0x80000
75 */
76 };
77
78 &pcie1 {
79 wlan_2g: wifi@0,0 {
80 compatible = "mediatek,mt76";
81 reg = <0x0000 0 0 0 0>;
82 ieee80211-freq-limit = <2400000 2500000>;
83
84 nvmem-cells = <&eeprom_factory_0>, <&macaddr_factory_1000 1>;
85 nvmem-cell-names = "eeprom", "mac-address";
86 };
87 };