kernel: mtdsplit_uimage: replace "netgear, uimage" parser
[openwrt/openwrt.git] / target / linux / ath79 / dts / ar7161_netgear_wndr3800.dts
1 // SPDX-License-Identifier: GPL-2.0-or-later OR MIT
2
3 #include "ar7161_netgear_wndr.dtsi"
4
5 / {
6 compatible = "netgear,wndr3800", "qca,ar7161";
7 model = "Netgear WNDR3800";
8 };
9
10 &partitions {
11 partition@0 {
12 label = "u-boot";
13 reg = <0x000000 0x050000>;
14 read-only;
15 };
16
17 partition@50000 {
18 label = "u-boot-env";
19 reg = <0x050000 0x020000>;
20 read-only;
21 };
22
23 partition@70000 {
24 label = "firmware";
25 reg = <0x070000 0xf80000>;
26 compatible = "openwrt,uimage", "denx,uimage";
27 openwrt,ih-magic = <0x33373031>;
28 openwrt,ih-type = <IH_TYPE_FILESYSTEM>;
29 };
30
31 art: partition@ff0000 {
32 label = "art";
33 reg = <0xff0000 0x010000>;
34 read-only;
35 };
36 };