ath79: add support for TP-Link TL-WR841N/ND v12
[openwrt/openwrt.git] / target / linux / ath79 / dts / qca9563_tplink_tl-wr1043n-v5.dts
1 // SPDX-License-Identifier: GPL-2.0-or-later OR MIT
2 /dts-v1/;
3
4 #include "qca9563_tplink_tl-wr1043n.dtsi"
5
6 / {
7 compatible = "tplink,tl-wr1043n-v5", "qca,qca9563";
8 model = "TP-Link TL-WR1043N v5";
9 };
10
11 &spi {
12 status = "okay";
13 num-cs = <1>;
14
15 flash@0 {
16 compatible = "jedec,spi-nor";
17 reg = <0>;
18 spi-max-frequency = <25000000>;
19
20 partitions {
21 compatible = "fixed-partitions";
22 #address-cells = <1>;
23 #size-cells = <1>;
24
25 partition@0 {
26 label = "factory-uboot";
27 reg = <0x000000 0x020000>;
28 read-only;
29 };
30
31 partition@20000 {
32 label = "u-boot";
33 reg = <0x020000 0x020000>;
34 read-only;
35 };
36
37 partition@40000 {
38 compatible = "denx,uimage";
39 label = "firmware";
40 reg = <0x040000 0xec0000>;
41 };
42
43 info: partition@f00000 {
44 label = "info";
45 reg = <0xf00000 0x020000>;
46 read-only;
47 };
48
49 partition@f20000 {
50 label = "config";
51 reg = <0xf20000 0x0a0000>;
52 read-only;
53 };
54
55 partition@fc0000 {
56 label = "partition-table";
57 reg = <0xfc0000 0x010000>;
58 read-only;
59 };
60
61 partition@fd0000 {
62 label = "logs";
63 reg = <0xfd0000 0x020000>;
64 read-only;
65 };
66
67 art: partition@ff0000 {
68 label = "art";
69 reg = <0xff0000 0x010000>;
70 read-only;
71 };
72 };
73 };
74 };