ath79: fix nanobeam ac ethernet interface
[openwrt/openwrt.git] / target / linux / ath79 / dts / qca9558_tplink_rex5x.dtsi
index 17e172d5471f8a03870b529ff23d58904a263b01..55f4edf19e857761a8d1f7933ed09c3ea2fe92ba 100644 (file)
@@ -1,15 +1,11 @@
 // SPDX-License-Identifier: GPL-2.0-or-later OR MIT
 
+#include "qca955x.dtsi"
+
 #include <dt-bindings/gpio/gpio.h>
 #include <dt-bindings/input/input.h>
 
-#include "qca9557.dtsi"
-
 / {
-       chosen {
-               bootargs = "console=ttyS0,115200n8";
-       };
-
        aliases {
                led-boot = &led_power;
                led-failsafe = &led_power;
                compatible = "gpio-leds";
 
                led_power: power {
-                       label = "tp-link:blue:power";
+                       label = "blue:power";
                        gpios = <&gpio 12 GPIO_ACTIVE_LOW>;
                };
 
                wlan2g {
-                       label = "tp-link:blue:wlan2g";
+                       label = "blue:wlan2g";
                        gpios = <&gpio 13 GPIO_ACTIVE_LOW>;
                        linux,default-trigger = "phy1tpt";
                };
 
                wlan5g {
-                       label = "tp-link:blue:wlan5g";
+                       label = "blue:wlan5g";
                        gpios = <&gpio 14 GPIO_ACTIVE_LOW>;
                        linux,default-trigger = "phy0tpt";
                };
 
                lan_link {
-                       label = "tp-link:green:lan_link";
+                       label = "green:lan_link";
                        gpios = <&gpio 23 GPIO_ACTIVE_LOW>;
                };
 
                lan_data {
-                       label = "tp-link:green:lan_data";
+                       label = "green:lan_data";
                        gpios = <&gpio 17 GPIO_ACTIVE_LOW>;
                };
 
                wps_blue {
-                       label = "tp-link:blue:wps";
+                       label = "blue:wps";
                        gpios = <&gpio 21 GPIO_ACTIVE_HIGH>;
                };
 
                wps_red {
-                       label = "tp-link:red:wps";
+                       label = "red:wps";
                        gpios = <&gpio 22 GPIO_ACTIVE_HIGH>;
                };
        };
@@ -93,7 +89,7 @@
                #address-cells = <1>;
                #size-cells = <0>;
 
-               phy0: ethernet-phy@4 {
+               phy4: ethernet-phy@4 {
                        reg = <4>;
                        reset-gpios = <&gpio 11 GPIO_ACTIVE_LOW>;
                };
        status = "okay";
 };
 
-&gpio {
-       status = "okay";
-};
-
 &spi {
        status = "okay";
        num-cs = <1>;
 
 &eth0 {
        status = "okay";
-       mtd-mac-address = <&info 0x8>;
+
+       phy-handle = <&phy4>;
        pll-data = <0xa6000000 0x00000101 0x00001616>;
-       phy-handle = <&phy0>;
+
+       mtd-mac-address = <&info 0x8>;
 };
 
 &wmac {
        status = "okay";
+
        mtd-cal-data = <&art 0x1000>;
        mtd-mac-address = <&info 0x8>;
        mtd-mac-address-increment = <(-1)>;