generic: ar8216: fix unknown packet flooding for ar8229/ar8236
[oweals/openwrt.git] / target / linux / ath79 / dts / qca9558_ocedo_ursus.dts
index 1a92da3946962704438d209c543a62e9647e25dd..d629f5b6bafb1b816766126c75cf2371b1fc8a16 100644 (file)
@@ -4,7 +4,7 @@
 #include <dt-bindings/gpio/gpio.h>
 #include <dt-bindings/input/input.h>
 
-#include "qca9557.dtsi"
+#include "qca955x.dtsi"
 
 / {
        compatible = "ocedo,ursus", "qca,qca9558";
@@ -28,9 +28,7 @@
                        gpios = <&gpio 15 GPIO_ACTIVE_LOW>;
                        linux,default-trigger = "phy0tpt";
                };
-
        };
-
 };
 
 &pcie1 {
 
        phy2: ethernet-phy@2 {
                reg = <2>;
+               at803x-override-sgmii-link-check;
        };
 };
 
 &eth0 {
        status = "okay";
        mtd-mac-address = <&art 0x00>;
+
+       phy-mode = "rgmii-rxid";
        phy-handle = <&phy1>;
-       pll-data = <0xa6000000 0x80000101 0x80001313>;
+       pll-data = <0x8e000000 0x80000101 0x80001313>;
 
        gmac_config: gmac-config {
                device = <&gmac>;
        mtd-mac-address = <&art 0x12>;
        phy-handle = <&phy2>;
        pll-data = <0x3000101 0x101 0x1313>;
+       qca955x-sgmii-fixup;
 };