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