ath79: apply Engenius ECB1750 style to OpenMesh MR900 RGMII cfg
[openwrt/openwrt.git] / target / linux / ath79 / dts / qca9558_ocedo_ursus.dts
index b790ed11a28a93657d8816d3139c5d329e200062..79ed751d66ed7c5bbaff8f06ed2045f8de301c92 100644 (file)
@@ -1,30 +1,25 @@
 // SPDX-License-Identifier: GPL-2.0-or-later OR MIT
-/dts-v1/;
+
+#include "qca955x.dtsi"
 
 #include <dt-bindings/gpio/gpio.h>
 #include <dt-bindings/input/input.h>
 
-#include "qca955x.dtsi"
-
 / {
        compatible = "ocedo,ursus", "qca,qca9558";
        model = "OCEDO Ursus";
 
-       chosen {
-               bootargs = "console=ttyS0,115200n8";
-       };
-
        leds {
                compatible = "gpio-leds";
 
                wifi2 {
-                       label = "ursus:green:wlan2g";
+                       label = "green:wlan2g";
                        gpios = <&gpio 14 GPIO_ACTIVE_LOW>;
                        linux,default-trigger = "phy1tpt";
                };
 
                wifi5 {
-                       label = "ursus:green:wlan5g";
+                       label = "green:wlan5g";
                        gpios = <&gpio 15 GPIO_ACTIVE_LOW>;
                        linux,default-trigger = "phy0tpt";
                };
@@ -45,7 +40,6 @@
 
 &spi {
        status = "okay";
-       num-cs = <1>;
 
        flash@0 {
                compatible = "jedec,spi-nor";
 
        phy2: ethernet-phy@2 {
                reg = <2>;
+               at803x-override-sgmii-link-check;
        };
 };
 
        mtd-mac-address = <&art 0x12>;
        phy-handle = <&phy2>;
        pll-data = <0x3000101 0x101 0x1313>;
+       qca955x-sgmii-fixup;
 };