2018-05-07 08:10:49 +00:00
|
|
|
// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
|
2018-05-06 08:20:11 +00:00
|
|
|
/dts-v1/;
|
|
|
|
|
2018-08-11 11:47:21 +00:00
|
|
|
#include "ar7161_netgear_wndr3700.dtsi"
|
2018-05-06 08:20:11 +00:00
|
|
|
|
|
|
|
/ {
|
|
|
|
compatible = "netgear,wndr3800", "qca,ar7161";
|
|
|
|
model = "Netgear WNDR3800";
|
|
|
|
};
|
|
|
|
|
2018-08-11 11:47:21 +00:00
|
|
|
&partitions {
|
|
|
|
partition@0 {
|
|
|
|
label = "u-boot";
|
|
|
|
reg = <0x000000 0x050000>;
|
|
|
|
read-only;
|
2018-06-15 16:49:42 +00:00
|
|
|
};
|
|
|
|
|
2018-08-11 11:47:21 +00:00
|
|
|
partition@50000 {
|
|
|
|
label = "u-boot-env";
|
|
|
|
reg = <0x050000 0x020000>;
|
|
|
|
read-only;
|
2018-06-15 16:49:42 +00:00
|
|
|
};
|
2018-05-06 08:20:11 +00:00
|
|
|
|
2018-08-11 11:47:21 +00:00
|
|
|
partition@70000 {
|
|
|
|
label = "firmware";
|
|
|
|
reg = <0x070000 0xf80000>;
|
2018-05-06 08:20:11 +00:00
|
|
|
};
|
|
|
|
|
2018-08-11 11:47:21 +00:00
|
|
|
art: partition@ff0000 {
|
|
|
|
label = "art";
|
|
|
|
reg = <0xff0000 0x010000>;
|
|
|
|
read-only;
|
2018-05-06 08:20:11 +00:00
|
|
|
};
|
|
|
|
};
|
|
|
|
|