31e61de175c36647fe9f29a29141e38f721d4444
[openwrt/staging/hauke.git] / target / linux / ath79 / dts / qca9533_qca_ap143-16m.dts
1 // SPDX-License-Identifier: GPL-2.0-or-later OR MIT
2
3 #include "qca9533_qca_ap143.dtsi"
4
5 / {
6 model = "Qualcomm Atheros AP143 (16M) reference board";
7 compatible = "qca,ap143-16m", "qca,qca9533";
8
9 virtual_flash {
10 compatible = "mtd-concat";
11 devices = <&fwconcat0 &fwconcat1>;
12
13 partitions {
14 compatible = "fixed-partitions";
15 #address-cells = <1>;
16 #size-cells = <1>;
17
18 partition@0 {
19 reg = <0x0 0x0>;
20 label = "firmware";
21 compatible = "openwrt,uimage", "denx,uimage";
22 openwrt,ih-magic = <IH_MAGIC_OKLI>;
23 };
24 };
25 };
26 };
27
28 &partitions {
29 fwconcat0: partition@50000 {
30 label = "fwconcat0";
31 reg = <0x050000 0xe30000>;
32 };
33
34 partition@e80000 {
35 label = "loader";
36 reg = <0xe80000 0x10000>;
37 };
38
39 fwconcat1: partition@e90000 {
40 label = "fwconcat1";
41 reg = <0xe90000 0x160000>;
42 };
43
44 art: partition@ff0000 {
45 label = "art";
46 reg = <0xff0000 0x010000>;
47 read-only;
48 };
49 };