ath79: apply Engenius ECB1750 style to OpenMesh MR900 RGMII cfg
[openwrt/openwrt.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 mtd-mac-address = <&info 0x8>;
24
25 gmac-config {
26 device = <&gmac>;
27 switch-phy-swap = <0>;
28 switch-only-mode = <1>;
29 };
30 };