695f78ed02514bf7d6e49844e8c24c6796424377
[openwrt/openwrt.git] / target / linux / ath79 / dts / qca9563_tplink_re450-v3.dts
1 // SPDX-License-Identifier: GPL-2.0-or-later OR MIT
2
3 #include "qca9563_tplink_re450.dtsi"
4
5 / {
6 compatible = "tplink,re450-v3", "qca,qca9563";
7 model = "TP-Link RE450 v3";
8 };
9
10 &partitions {
11 partition@0 {
12 label = "u-boot";
13 reg = <0x000000 0x020000>;
14 read-only;
15 };
16
17 info: partition@20000 {
18 label = "info";
19 reg = <0x020000 0x002000>;
20 read-only;
21 };
22
23 partition@22000 {
24 label = "partition-table";
25 reg = <0x022000 0x002000>;
26 read-only;
27 };
28
29 partition@24000 {
30 label = "info2";
31 reg = <0x024000 0x00a000>;
32 read-only;
33 };
34
35 partition@2e000 {
36 label = "config";
37 reg = <0x02e000 0x022000>;
38 read-only;
39 };
40
41 partition@50000 {
42 compatible = "tplink,firmware";
43 label = "firmware";
44 reg = <0x050000 0x7a0000>;
45 };
46
47 art: partition@7f0000 {
48 label = "art";
49 reg = <0x7f0000 0x010000>;
50 read-only;
51 };
52 };