ath79: prepare for 1-port TP-Link EAP2x5 devices
[openwrt/openwrt.git] / target / linux / ath79 / dts / qca9561_tplink_archer-c60-v3.dts
1 // SPDX-License-Identifier: GPL-2.0-or-later OR MIT
2
3 #include "qca9561_tplink_archer-c6x.dtsi"
4
5 / {
6 compatible = "tplink,archer-c60-v3", "qca,qca9561";
7 model = "TP-Link Archer C60 v3";
8 };
9
10 &leds {
11 wan_amber {
12 label = "amber:wan";
13 gpios = <&gpio 19 GPIO_ACTIVE_LOW>;
14 };
15 };
16 &spi {
17 status = "okay";
18
19 num-cs = <1>;
20
21 flash@0 {
22 compatible = "jedec,spi-nor";
23 reg = <0>;
24 spi-max-frequency = <25000000>;
25
26 partitions {
27 compatible = "fixed-partitions";
28 #address-cells = <1>;
29 #size-cells = <1>;
30
31 partition@0 {
32 label = "factory-boot";
33 reg = <0x000000 0x01fb00>;
34 read-only;
35 };
36
37 info: partition@1fb00 {
38 label = "info";
39 reg = <0x01fb00 0x000500>;
40 read-only;
41 };
42
43 partition@20000 {
44 label = "u-boot";
45 reg = <0x020000 0x010000>;
46 read-only;
47 };
48
49 partition@30000 {
50 compatible = "denx,uimage";
51 label = "firmware";
52 reg = <0x030000 0x7a0000>;
53 };
54
55 partition@7d0000 {
56 label = "tplink";
57 reg = <0x7d0000 0x020000>;
58 read-only;
59 };
60
61 art: partition@7f0000 {
62 label = "art";
63 reg = <0x7f0000 0x010000>;
64 read-only;
65 };
66 };
67 };
68 };