ath79: add support for Ubiquiti airCube AC
[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 flash@0 {
20 compatible = "jedec,spi-nor";
21 reg = <0>;
22 spi-max-frequency = <25000000>;
23
24 partitions {
25 compatible = "fixed-partitions";
26 #address-cells = <1>;
27 #size-cells = <1>;
28
29 partition@0 {
30 label = "factory-boot";
31 reg = <0x000000 0x01fb00>;
32 read-only;
33 };
34
35 info: partition@1fb00 {
36 label = "info";
37 reg = <0x01fb00 0x000500>;
38 read-only;
39 };
40
41 partition@20000 {
42 label = "u-boot";
43 reg = <0x020000 0x010000>;
44 read-only;
45 };
46
47 partition@30000 {
48 compatible = "denx,uimage";
49 label = "firmware";
50 reg = <0x030000 0x7a0000>;
51 };
52
53 partition@7d0000 {
54 label = "tplink";
55 reg = <0x7d0000 0x020000>;
56 read-only;
57 };
58
59 art: partition@7f0000 {
60 label = "art";
61 reg = <0x7f0000 0x010000>;
62 read-only;
63 };
64 };
65 };
66 };