ath79: apply Engenius ECB1750 style to OpenMesh MR900 RGMII cfg
[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
3 #include "qca9563_tplink_tl-wr1043n.dtsi"
4
5 / {
6 compatible = "tplink,tl-wr1043n-v5", "qca,qca9563";
7 model = "TP-Link TL-WR1043N v5";
8 };
9
10 &spi {
11 status = "okay";
12
13 flash@0 {
14 compatible = "jedec,spi-nor";
15 reg = <0>;
16 spi-max-frequency = <25000000>;
17
18 partitions {
19 compatible = "fixed-partitions";
20 #address-cells = <1>;
21 #size-cells = <1>;
22
23 partition@0 {
24 label = "factory-uboot";
25 reg = <0x000000 0x020000>;
26 read-only;
27 };
28
29 partition@20000 {
30 label = "u-boot";
31 reg = <0x020000 0x020000>;
32 read-only;
33 };
34
35 partition@40000 {
36 compatible = "denx,uimage";
37 label = "firmware";
38 reg = <0x040000 0xec0000>;
39 };
40
41 info: partition@f00000 {
42 label = "info";
43 reg = <0xf00000 0x020000>;
44 read-only;
45 };
46
47 partition@f20000 {
48 label = "config";
49 reg = <0xf20000 0x0a0000>;
50 read-only;
51 };
52
53 partition@fc0000 {
54 label = "partition-table";
55 reg = <0xfc0000 0x010000>;
56 read-only;
57 };
58
59 partition@fd0000 {
60 label = "logs";
61 reg = <0xfd0000 0x020000>;
62 read-only;
63 };
64
65 art: partition@ff0000 {
66 label = "art";
67 reg = <0xff0000 0x010000>;
68 read-only;
69 };
70 };
71 };
72 };