ath79: Add support for TP-Link Archer C60 v1
[openwrt/openwrt.git] / target / linux / ath79 / dts / qca9561_tplink_archer-c60-v1.dts
1 // SPDX-License-Identifier: GPL-2.0-or-later OR MIT
2 /dts-v1/;
3
4 #include "qca9561_tplink_archer-c6x.dtsi"
5
6 / {
7 compatible = "tplink,archer-c60-v1", "qca,qca9561";
8 model = "TP-Link Archer C60 v1";
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 = "u-boot";
27 reg = <0x000000 0x010000>;
28 read-only;
29 };
30
31 mac: partition@10000 {
32 label = "mac";
33 reg = <0x010000 0x010000>;
34 read-only;
35 };
36
37 partition@20000 {
38 compatible = "denx,uimage";
39 label = "firmware";
40 reg = <0x020000 0x7c0000>;
41 };
42
43 partition@7e0000 {
44 label = "tplink";
45 reg = <0x7e0000 0x010000>;
46 read-only;
47 };
48
49 art: partition@7f0000 {
50 label = "art";
51 reg = <0x7f0000 0x010000>;
52 read-only;
53 };
54 };
55 };
56 };