ath79: add support for Compex WPJ531 (16M)
[openwrt/staging/dedeckeh.git] / target / linux / ath79 / dts / qca9563_tplink_re450-v3.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-v3", "qca,qca9563";
8 model = "TP-Link RE450 v3";
9 };
10
11 &partitions {
12 partition@0 {
13 label = "u-boot";
14 reg = <0x000000 0x020000>;
15 read-only;
16 };
17
18 info: partition@20000 {
19 label = "info";
20 reg = <0x020000 0x002000>;
21 read-only;
22 };
23
24 partition@22000 {
25 label = "partition-table";
26 reg = <0x022000 0x002000>;
27 read-only;
28 };
29
30 partition@24000 {
31 label = "info2";
32 reg = <0x024000 0x00a000>;
33 read-only;
34 };
35
36 partition@2e000 {
37 label = "config";
38 reg = <0x02e000 0x022000>;
39 read-only;
40 };
41
42 partition@50000 {
43 compatible = "tplink,firmware";
44 label = "firmware";
45 reg = <0x050000 0x7a0000>;
46 };
47
48 art: partition@7f0000 {
49 label = "art";
50 reg = <0x7f0000 0x010000>;
51 read-only;
52 };
53 };