ramips: DTS rework
[openwrt/staging/yousong.git] / target / linux / ramips / dts / RT-N10-PLUS.dts
index 2ce6b598a71b27c19e16f25fa15456eae07dd4f3..43535d417bf1c3d96dff562f7345dc6531a47215 100644 (file)
                };
        };
 
-       ethernet@10100000 {
-               mtd-mac-address = <&devconf 0x4>;
-       };
-
-       esw@10110000 {
-               mediatek,portmap = <0x3e>;
-       };
-
-       wmac@10180000 {
-               ralink,mtd-eeprom = <&devconf 0>;
-       };
-
        gpio-leds {
                compatible = "gpio-leds";
 
                };
        };
 };
+
+&ethernet {
+       mtd-mac-address = <&devconf 0x4>;
+};
+
+&esw {
+       mediatek,portmap = <0x3e>;
+};
+
+&wmac {
+       ralink,mtd-eeprom = <&devconf 0>;
+};