ipq40xx: only include ath10k-board-qca4019 for the generic subtarget
[openwrt/staging/chunkeey.git] / target / linux / ath79 / dts / qca9558_devolo_dvl1200e.dts
index 3164d783fff715f9e91d0ec11f035058f2a1f899..af305f8f07ae0cfe3738936c982c318b914eac36 100644 (file)
                compatible = "gpio-leds";
 
                led_status_blue: status_blue {
-                       label = "dvl1200e:blue:status";
+                       label = "blue:status";
                        gpios = <&gpio 14 GPIO_ACTIVE_LOW>;
                        default-state = "on";
                };
 
                led_status_red: status_red {
-                       label = "dvl1200e:red:status";
+                       label = "red:status";
                        gpios = <&gpio 15 GPIO_ACTIVE_LOW>;
                };
        };
        };
 };
 
+&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";
+
+       nvmem-cells = <&macaddr_art_0>;
+       nvmem-cell-names = "mac-address";
+       mac-address-increment = <1>;
+
+       phy-handle = <&phy1>;
+       pll-data = <0x03000101 0x00000101 0x00001313>;
+
+       qca955x-sgmii-fixup;
 };