ramips: DTS rework
[openwrt/openwrt.git] / target / linux / ramips / dts / ALL0239-3G.dts
index ac8a4e9ec68d9d05583659ccd0c974ce51ead26b..d1d92e168c9b0e11414589f173e9d394cd333b42 100644 (file)
@@ -1,19 +1,11 @@
 /dts-v1/;
 
-/include/ "rt3050.dtsi"
+#include "rt3050.dtsi"
 
 / {
        compatible = "ALL0239-3G", "ralink,rt3052-soc";
        model = "Allnet ALL0239-3G";
 
-       pinctrl {
-               state_default: pinctrl0 {
-                       gpio {
-                               ralink,group = "i2c", "jtag", "rgmii", "mdio", "uartf";
-                               ralink,function = "gpio";
-                       };
-               };
-       };
 
        cfi@1f000000 {
                compatible = "cfi-flash";
                };
        };
 
-       ethernet@10100000 {
-               mtd-mac-address = <&factory 0x28>;
-       };
-
-       esw@10110000 {
-               status = "okay";
-               ralink,portmap = <0x3e>;
-       };
-
-       wmac@10180000 {
-               ralink,mtd-eeprom = <&factory 0>;
-       };
-
        gpio-leds {
                compatible = "gpio-leds";
 
                usb {
-                       label = "hw550-3g:green:usb";
+                       label = "all0239-3g:green:usb";
                        gpios = <&gpio0 8 1>;
                };
 
                3g {
-                       label = "hw550-3g:green:3g";
+                       label = "all0239-3g:green:3g";
                        gpios = <&gpio0 11 1>;
                };
 
                status {
-                       label = "hw550-3g:green:status";
+                       label = "all0239-3g:green:status";
                        gpios = <&gpio0 12 1>;
                };
 
                wps {
-                       label = "hw550-3g:green:wps";
+                       label = "all0239-3g:green:wps";
                        gpios = <&gpio0 14 1>;
                };
        };
                        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 = <&factory 0x28>;
+};
+
+&esw {
+       status = "okay";
+       mediatek,portmap = <0x3e>;
+};
+
+&wmac {
+       ralink,mtd-eeprom = <&factory 0>;
+};
+
+&otg {
+       status = "okay";
+};