ramips: add missing syscon compatible strings for MT7688 and RT3052
[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 label = "white:wps";
32 color = <LED_COLOR_ID_WHITE>;
33 };
34
35 &partitions {
36 partition@0_all {
37 label = "ALL";
38 reg = <0x0 0x7f80000>;
39 read-only;
40 };
41
42 partition@80000 {
43 label = "u-boot-env";
44 reg = <0x80000 0x20000>;
45 };
46
47 ubiconcat1: partition@200000 {
48 label = "sys_data";
49 reg = <0x200000 0x1400000>;
50 };
51
52 ubiconcat0: partition@1f00000 {
53 label = "RootFS_1";
54 reg = <0x1f00000 0x2e00000>;
55 };
56
57 partition@4d00000 {
58 label = "RootFS_2";
59 reg = <0x4d00000 0x2e00000>;
60 read-only;
61 };
62
63 ubiconcat2: partition@7b00000 {
64 label = "Ftool";
65 reg = <0x7b00000 0x100000>;
66 };
67
68 ubiconcat3: partition@7c00000 {
69 label = "BCT";
70 reg = <0x7c00000 0x380000>;
71 };
72
73 /*
74 * 512 KiB reserved for the Bad Blocks
75 * 0x8000000-0x7f80000=0x80000
76 */
77 };
78
79 &pcie1 {
80 wlan_2g: wifi@0,0 {
81 compatible = "mediatek,mt76";
82 reg = <0x0000 0 0 0 0>;
83 ieee80211-freq-limit = <2400000 2500000>;
84
85 nvmem-cells = <&eeprom_factory_0>, <&macaddr_factory_1000 1>;
86 nvmem-cell-names = "eeprom", "mac-address";
87 };
88 };