ath79: create common DTSI for Senao qca955x APs
[openwrt/openwrt.git] / target / linux / ath79 / dts / ar7241_netgear_wnr2200-8m.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-8m", "qca,ar7241";
7 model = "Netgear WNR2200 (8M)";
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 0x7a0000>;
25 compatible = "openwrt,uimage", "denx,uimage";
26 openwrt,ih-magic = <0x32323030>;
27 openwrt,ih-type = <IH_TYPE_FILESYSTEM>;
28 };
29
30 art: partition@7f0000 {
31 label = "art";
32 reg = <0x7f0000 0x10000>;
33 read-only;
34 };
35 };