ramips: DTS rework
[openwrt/staging/blogic.git] / target / linux / ramips / dts / AWM002-EVB-8M.dts
index 563090ec0e6031ba296ba7f8d7d350fdca0f4891..f2f91bb3d93e2750ae251427bfcf95b6390cea96 100644 (file)
@@ -5,14 +5,6 @@
 / {
        model = "AsiaRF AWM002 EVB";
 
-       ethernet@10100000 {
-               mtd-mac-address = <&factory 0x28>;
-       };
-
-       wmac@10180000 {
-               ralink,mtd-eeprom = <&factory 0>;
-       };
-
        gpio-leds {
                compatible = "gpio-leds";
 
                };
        };
 };
+
+&ethernet {
+       mtd-mac-address = <&factory 0x28>;
+};
+
+&wmac {
+       ralink,mtd-eeprom = <&factory 0>;
+};