ath79: update WA/XC devices UBNT_VERSION to 8.7.4
[openwrt/staging/wigyori.git] / target / linux / ath79 / dts / qca9533_tplink_cpe220-v3.dts
1 // SPDX-License-Identifier: GPL-2.0-or-later OR MIT
2
3 #include "qca9533_tplink_cpexxx.dtsi"
4
5 / {
6 compatible = "tplink,cpe220-v3", "qca,qca9533";
7 model = "TP-Link CPE220 v3";
8 };
9
10 &leds {
11 lan0 {
12 label = "green:lan0";
13 gpios = <&gpio 11 GPIO_ACTIVE_LOW>;
14 };
15
16 lan1 {
17 label = "green:lan1";
18 gpios = <&gpio 12 GPIO_ACTIVE_LOW>;
19 };
20 };
21
22 &eth1 {
23 nvmem-cells = <&macaddr_info_8>;
24 nvmem-cell-names = "mac-address";
25
26 gmac-config {
27 device = <&gmac>;
28 switch-phy-swap = <0>;
29 switch-only-mode = <1>;
30 };
31 };