ath79: qca955x: remove redundant phy-mode
[openwrt/openwrt.git] / target / linux / ath79 / dts / qca9561_tplink_archer-c60-v2.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-v2", "qca,qca9561";
7 model = "TP-Link Archer C60 v2";
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 = "factory-boot";
37 reg = <0x000000 0x01fb00>;
38 read-only;
39 };
40
41 info: partition@1fb00 {
42 label = "info";
43 reg = <0x01fb00 0x000500>;
44 read-only;
45 };
46
47 partition@20000 {
48 label = "u-boot";
49 reg = <0x020000 0x010000>;
50 read-only;
51 };
52
53 partition@30000 {
54 compatible = "denx,uimage";
55 label = "firmware";
56 reg = <0x030000 0x7a0000>;
57 };
58
59 partition@7d0000 {
60 label = "tplink";
61 reg = <0x7d0000 0x020000>;
62 read-only;
63 };
64
65 art: partition@7f0000 {
66 label = "art";
67 reg = <0x7f0000 0x010000>;
68 read-only;
69 };
70 };
71 };
72 };