ramips: convert mt7628 to new image building code
[openwrt/openwrt.git] / target / linux / ramips / dts / RT-N10-PLUS.dts
index 7bbd221f40d4a5be3c1ef93f3716bb382a03f72b..43535d417bf1c3d96dff562f7345dc6531a47215 100644 (file)
@@ -1,6 +1,6 @@
 /dts-v1/;
 
-/include/ "rt3050.dtsi"
+#include "rt3050.dtsi"
 
 / {
        compatible = "RT-N10-PLUS", "ralink,rt3050-soc";
                };
        };
 
-       ethernet@10100000 {
-               mtd-mac-address = <&devconf 0x4>;
-       };
-
-       esw@10110000 {
-               ralink,portmap = <0x3e>;
-       };
-
-       wmac@10180000 {
-               ralink,mtd-eeprom = <&devconf 0>;
-       };
-
        gpio-leds {
                compatible = "gpio-leds";
 
                wps {
-                       label = "asus:green:wps";
+                       label = "rt-n10-plus:green:wps";
                        gpios = <&gpio0 14 1>;
                };
        };
                };
        };
 };
+
+&ethernet {
+       mtd-mac-address = <&devconf 0x4>;
+};
+
+&esw {
+       mediatek,portmap = <0x3e>;
+};
+
+&wmac {
+       ralink,mtd-eeprom = <&devconf 0>;
+};