ath79: move device specific nodes to DTS files for Devolo 1xxx
[openwrt/staging/jow.git] / target / linux / ath79 / dts / qca9558_devolo_dvl1750e.dts
index 6a6228327f227bed26dd5ebceb1439e50b47a2c4..0a1c9cb6dd27f6d6467d2116dc7cddd26390ef06 100644 (file)
        status = "okay";
 };
 
+&eth0 {
+       pll-data = <0xae000000 0x80000101 0x80001313>;
+       phy-mode = "rgmii-rxid";
+};
+
+&gmac_config {
+       rxdv-delay = <3>;
+       rxd-delay = <3>;
+       txen-delay = <0>;
+       txd-delay = <0>;
+};
+
 &mdio1 {
        status = "okay";
+
+       phy1: ethernet-phy@1 {
+               reg = <1>;
+               at803x-override-sgmii-link-check;
+       };
 };
 
 &eth1 {
        status = "okay";
+
+       mtd-mac-address = <&art 0x00>;
+       mtd-mac-address-increment = <1>;
+
+       phy-handle = <&phy1>;
+       pll-data = <0x03000101 0x00000101 0x00001313>;
+
+       qca955x-sgmii-fixup;
 };