ipq40xx: set DEVICE_DTS_DIR to /qcom by default
[openwrt/openwrt.git] / target / linux / ramips / dts / mt7621_elecom_wrc-1900gst.dts
1 // SPDX-License-Identifier: GPL-2.0
2 /dts-v1/;
3
4 #include "mt7621_elecom_wrc-gst.dtsi"
5
6 / {
7 compatible = "elecom,wrc-1900gst", "mediatek,mt7621-soc";
8 model = "ELECOM WRC-1900GST";
9 };
10
11 &partitions {
12 partition@50000 {
13 compatible = "denx,uimage";
14 label = "firmware";
15 reg = <0x50000 0xb00000>;
16 };
17
18 partition@b50000 {
19 label = "tm_pattern";
20 reg = <0xb50000 0x380000>;
21 read-only;
22 };
23
24 partition@ed0000 {
25 label = "tm_key";
26 reg = <0xed0000 0x80000>;
27 read-only;
28 };
29
30 partition@f50000 {
31 label = "art_block";
32 reg = <0xf50000 0x30000>;
33 read-only;
34 };
35
36 partition@f80000 {
37 label = "user_data";
38 reg = <0xf80000 0x80000>;
39 read-only;
40 };
41 };