ramips: DTS rework
[openwrt/staging/mkresin.git] / target / linux / ramips / dts / WL-341V3.dts
index 47226b47d9fd0fee064c399c34fde2ce73995ae1..5f9e1dd9246cd1e130bc159ad9c3f00fd23f81f3 100644 (file)
                };
        };
 
-       pinctrl {
-               state_default: pinctrl0 {
-                       gpio {
-                               ralink,group = "i2c", "jtag", "rgmii", "mdio", "uartf";
-                               ralink,function = "gpio";
-                       };
-               };
-       };
-
-       ethernet@10100000 {
-               mtd-mac-address = <&boardnvram 0xffa0>;
-       };
-
-       esw@10110000 {
-               mediatek,portmap = <0x3e>;
-       };
-
-       wmac@10180000 {
-               ralink,mtd-eeprom = <&boardnvram 0xfd70>;
-       };
-
        gpio-leds {
                compatible = "gpio-leds";
 
                        linux,code = <0x211>;
                };
        };
+};
 
-       otg@101c0000 {
-               status = "okay";
+&pinctrl {
+       state_default: pinctrl0 {
+               gpio {
+                       ralink,group = "i2c", "jtag", "rgmii", "mdio", "uartf";
+                       ralink,function = "gpio";
+               };
        };
 };
+
+&ethernet {
+       mtd-mac-address = <&boardnvram 0xffa0>;
+};
+
+&esw {
+       mediatek,portmap = <0x3e>;
+};
+
+&wmac {
+       ralink,mtd-eeprom = <&boardnvram 0xfd70>;
+};
+
+&otg {
+       status = "okay";
+};