ramips: provide common definition for ELECOM WRC GS devices
[openwrt/openwrt.git] / target / linux / ramips / dts / mt7621_elecom_wrc-2533gst2.dts
1 // SPDX-License-Identifier: GPL-2.0-or-later OR MIT
2 /dts-v1/;
3
4 #include "mt7621_elecom_wrc-gs.dtsi"
5
6 / {
7 compatible = "elecom,wrc-2533gst2", "mediatek,mt7621-soc";
8 model = "ELECOM WRC-2533GST2";
9 };
10
11 &partitions {
12 partition@50000 {
13 compatible = "denx,uimage";
14 label = "firmware";
15 reg = <0x50000 0x1800000>;
16 };
17
18 partition@1850000 {
19 label = "tm_pattern";
20 reg = <0x1850000 0x400000>;
21 read-only;
22 };
23
24 partition@1c50000 {
25 label = "tm_key";
26 reg = <0x1c50000 0x100000>;
27 read-only;
28 };
29
30 partition@1d50000 {
31 label = "nvram";
32 reg = <0x1d50000 0xb0000>;
33 read-only;
34 };
35
36 partition@1e00000 {
37 label = "user_data";
38 reg = <0x1e00000 0x200000>;
39 read-only;
40 };
41 };