ath79: move dts-v1 statement to ath79.dtsi
[openwrt/staging/hauke.git] / target / linux / ath79 / dts / ar7241_netgear_wnr2200-16m.dts
1 // SPDX-License-Identifier: GPL-2.0-or-later OR MIT
2
3 #include "ar7241_netgear_wnr2200.dtsi"
4
5 / {
6 compatible = "netgear,wnr2200-16m", "qca,ar7241";
7 model = "Netgear WNR2200 (16M)";
8 };
9
10 &partitions {
11 partition@0 {
12 label = "u-boot";
13 reg = <0x0 0x40000>;
14 read-only;
15 };
16
17 partition@40000 {
18 label = "u-boot-env";
19 reg = <0x40000 0x10000>;
20 };
21
22 partition@50000 {
23 label = "firmware";
24 reg = <0x50000 0xfa0000>;
25 compatible = "netgear,uimage";
26 };
27
28 art: partition@ff0000 {
29 label = "art";
30 reg = <0xff0000 0x10000>;
31 read-only;
32 };
33 };