ath79: do not build TP-Link tiny images by default
[oweals/openwrt.git] / target / linux / ath79 / dts / qca9563_tplink_re450-v2.dts
1 // SPDX-License-Identifier: GPL-2.0-or-later OR MIT
2 /dts-v1/;
3
4 #include "qca9563_tplink_re450.dtsi"
5
6 / {
7         compatible = "tplink,re450-v2", "qca,qca9563";
8         model = "TP-Link RE450 v2";
9 };
10
11 &partitions {
12         partition@0 {
13                 label = "u-boot";
14                 reg = <0x000000 0x020000>;
15                 read-only;
16         };
17
18         partition@20000 {
19                 compatible = "tplink,firmware";
20                 label = "firmware";
21                 reg = <0x020000 0x5e0000>;
22         };
23
24         partition@600000 {
25                 label = "partition-table";
26                 reg = <0x600000 0x010000>;
27                 read-only;
28         };
29
30         info: partition@610000 {
31                 label = "info";
32                 reg = <0x610000 0x020000>;
33                 read-only;
34         };
35
36         partition@630000 {
37                 label = "config";
38                 reg = <0x630000 0x020000>;
39                 read-only;
40         };
41
42         art: partition@7f0000 {
43                 label = "art";
44                 reg = <0x7f0000 0x010000>;
45                 read-only;
46         };
47 };