ramips: separate and update dtsi of ELECOM WRC-2533GHBK-I/GHBK2-T
[openwrt/staging/stintel.git] / target / linux / ramips / dts / mt7621_elecom_wrc-2533ghbk-i.dts
1 // SPDX-License-Identifier: GPL-2.0-or-later OR MIT
2
3 #include "mt7621_elecom_wrc-2533ghbk.dtsi"
4
5 / {
6 compatible = "elecom,wrc-2533ghbk-i", "mediatek,mt7621-soc";
7 model = "ELECOM WRC-2533GHBK-I";
8 };
9
10 &partitions {
11 partition@50000 {
12 compatible = "denx,uimage";
13 label = "firmware";
14 reg = <0x50000 0x9a0000>;
15 };
16
17 partition@9f0000 {
18 label = "TM_1";
19 reg = <0x9f0000 0x200000>;
20 read-only;
21 };
22
23 partition@bf0000 {
24 label = "TM_2";
25 reg = <0xbf0000 0x200000>;
26 read-only;
27 };
28
29 partition@df0000 {
30 label = "manufacture";
31 reg = <0xdf0000 0x180000>;
32 read-only;
33 };
34
35 partition@f70000 {
36 label = "backup";
37 reg = <0xf70000 0x10000>;
38 read-only;
39 };
40
41 partition@f80000 {
42 label = "storage";
43 reg = <0xf80000 0x80000>;
44 read-only;
45 };
46 };