a3bbf3e49c4ff8dd8c4ad2cf88ce16ffb9811b02
[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
3 #include "qca9561_tplink_archer-c6x.dtsi"
4
5 / {
6 compatible = "tplink,archer-c60-v1", "qca,qca9561";
7 model = "TP-Link Archer C60 v1";
8 };
9
10 &leds {
11 wan_amber {
12 label = "amber:wan";
13 gpios = <&gpio 22 GPIO_ACTIVE_LOW>;
14 };
15
16 wps {
17 label = "green:wps";
18 gpios = <&gpio 19 GPIO_ACTIVE_LOW>;
19 };
20 };
21
22 &spi {
23 status = "okay";
24
25 flash@0 {
26 compatible = "jedec,spi-nor";
27 reg = <0>;
28 spi-max-frequency = <25000000>;
29
30 partitions {
31 compatible = "fixed-partitions";
32 #address-cells = <1>;
33 #size-cells = <1>;
34
35 partition@0 {
36 label = "u-boot";
37 reg = <0x000000 0x010000>;
38 read-only;
39 };
40
41 info: partition@10000 {
42 label = "info";
43 reg = <0x010000 0x010000>;
44 read-only;
45 };
46
47 partition@20000 {
48 compatible = "denx,uimage";
49 label = "firmware";
50 reg = <0x020000 0x7c0000>;
51 };
52
53 partition@7e0000 {
54 label = "tplink";
55 reg = <0x7e0000 0x010000>;
56 read-only;
57 };
58
59 art: partition@7f0000 {
60 label = "art";
61 reg = <0x7f0000 0x010000>;
62 read-only;
63 };
64 };
65 };
66 };