ath79: fix nanobeam ac ethernet interface
[openwrt/openwrt.git] / target / linux / ath79 / dts / qca9558_tplink_rex5x.dtsi
index 8827990eb57b191ab410a1864458803c18ed32db..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>;
                };
        };
        status = "okay";
 };
 
-&gpio {
-       status = "okay";
-};
-
 &spi {
        status = "okay";
        num-cs = <1>;