ath79: add support for TP-Link Archer c7 v2
[oweals/openwrt.git] / target / linux / ath79 / dts / ar9331_embeddedwireless_dorin.dts
index 4b204b7561c07f6d9f7d1867a0847006f8f9d7b7..19ec733865423bc0d8948e3210e9011bea66855f 100644 (file)
@@ -11,6 +11,7 @@
        compatible = "embeddedwireless,dorin", "qca,ar9331";
 
        aliases {
+               led-status = &status;
                serial0 = &uart;
        };
 
@@ -22,7 +23,7 @@
        leds {
                compatible = "gpio-leds";
 
-               status {
+               status: status {
                        label = "dorin:green:status";
                        gpios = <&gpio 21 GPIO_ACTIVE_LOW>;
                        default-state = "off";
        status = "okay";
 
        mtd-mac-address = <&art 0x1002>;
+       mtd-mac-address-increment = <0x40>;
 
        fixed-link {
                speed = <1000>;
                full-duplex;
        };
 
-       gmac-config {
-               device = <&gmac>;
-
-               switch-phy-addr-swap = <1>;
-               switch-phy-swap = <1>;
-       };
 };
 
 &mdio1 {
        status = "okay";
 };
+
+&wmac {
+       status = "okay";
+       mtd-cal-data = <&art 0x1000>;
+       mtd-mac-address = <&art 0x1002>;
+};