2018-12-23 20:12:56 +09:00
|
|
|
// SPDX-License-Identifier: GPL-2.0
|
2018-08-19 08:05:15 +09:00
|
|
|
/dts-v1/;
|
|
|
|
|
2020-07-15 20:08:22 +02:00
|
|
|
#include "mt7621_elecom_wrc-gs.dtsi"
|
2018-08-19 08:05:15 +09:00
|
|
|
|
|
|
|
/ {
|
|
|
|
compatible = "elecom,wrc-1900gst", "mediatek,mt7621-soc";
|
|
|
|
model = "ELECOM WRC-1900GST";
|
2019-09-20 14:03:03 +02:00
|
|
|
};
|
2020-05-16 17:39:26 +09:00
|
|
|
|
|
|
|
&partitions {
|
|
|
|
partition@50000 {
|
|
|
|
compatible = "denx,uimage";
|
|
|
|
label = "firmware";
|
|
|
|
reg = <0x50000 0xb00000>;
|
|
|
|
};
|
|
|
|
|
|
|
|
partition@b50000 {
|
|
|
|
label = "tm_pattern";
|
|
|
|
reg = <0xb50000 0x380000>;
|
|
|
|
read-only;
|
|
|
|
};
|
|
|
|
|
|
|
|
partition@ed0000 {
|
|
|
|
label = "tm_key";
|
|
|
|
reg = <0xed0000 0x80000>;
|
|
|
|
read-only;
|
|
|
|
};
|
|
|
|
|
|
|
|
partition@f50000 {
|
|
|
|
label = "art_block";
|
|
|
|
reg = <0xf50000 0x30000>;
|
|
|
|
read-only;
|
|
|
|
};
|
|
|
|
|
|
|
|
partition@f80000 {
|
|
|
|
label = "user_data";
|
|
|
|
reg = <0xf80000 0x80000>;
|
|
|
|
read-only;
|
|
|
|
};
|
|
|
|
};
|