ath79: sync naming of Ubiquiti devices
[oweals/openwrt.git] / target / linux / ath79 / dts / ar9331_embeddedwireless_dorin.dts
index 4b204b7561c07f6d9f7d1867a0847006f8f9d7b7..db4cd76bec10a1a4196f118622cebe85189b4fcf 100644 (file)
        compatible = "embeddedwireless,dorin", "qca,ar9331";
 
        aliases {
+               led-status = &status;
                serial0 = &uart;
        };
 
-       memory@0 {
-               device_type = "memory";
-               reg = <0x0 0x4000000>;
-       };
-
        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>;
+};