ath79: fix dts of Teltonika RUT9xx devices
[openwrt/staging/wigyori.git] / target / linux / ath79 / dts / ar7161_netgear_wndr3800ch.dts
1 // SPDX-License-Identifier: GPL-2.0-or-later OR MIT
2 /dts-v1/;
3
4 #include "ar7161_netgear_wndr3700.dtsi"
5
6 / {
7 compatible = "netgear,wndr3800ch", "qca,ar7161";
8 model = "Netgear WNDR3800CH";
9 };
10
11 &partitions {
12 partition@0 {
13 label = "u-boot";
14 reg = <0x000000 0x050000>;
15 read-only;
16 };
17
18 partition@50000 {
19 label = "u-boot-env";
20 reg = <0x050000 0x020000>;
21 read-only;
22 };
23
24 partition@70000 {
25 label = "firmware";
26 reg = <0x070000 0xf80000>;
27 compatible = "netgear,uimage";
28 };
29
30 art: partition@ff0000 {
31 label = "art";
32 reg = <0xff0000 0x010000>;
33 read-only;
34 };
35 };
36