ramips: DTS rework
[openwrt/openwrt.git] / target / linux / ramips / dts / RT-N13U.dts
index 4e1737ef2b03d5d878e2ee0822971724c4807e8d..14cff67855a9edff97d66ce085c3107d3d770ead 100644 (file)
@@ -1,20 +1,11 @@
 /dts-v1/;
 
-/include/ "rt3050.dtsi"
+#include "rt3050.dtsi"
 
 / {
        compatible = "RT-N13U", "ralink,rt3052-soc";
        model = "Asus RT-N13U";
 
-       pinctrl {
-               state_default: pinctrl0 {
-                       gpio {
-                               ralink,group = "spi", "i2c", "jtag", "rgmii", "mdio", "uartf";
-                               ralink,function = "gpio";
-                       };
-               };
-       };
-
        cfi@1f000000 {
                compatible = "cfi-flash";
                reg = <0x1f000000 0x800000>;
                compatible = "gpio-leds";
 
                power {
-                       label = "rt-n13u:power";
+                       label = "rt-n13u:blue:power";
                        gpios = <&gpio0 7 1>;
                };
 
                wifi {
-                       label = "rt-n13u:wifi";
+                       label = "rt-n13u:blue:wifi";
                        gpios = <&gpio0 8 1>;
                };
        };
                        linux,code = <0x211>;
                };
        };
+};
 
-       ethernet@10100000 {
-               mtd-mac-address = <&factory 0x28>;
+&pinctrl {
+       state_default: pinctrl0 {
+               gpio {
+                       ralink,group = "spi", "i2c", "jtag", "rgmii", "mdio", "uartf";
+                       ralink,function = "gpio";
+               };
        };
+};
 
-       esw@10110000 {
-               ralink,portmap = <0x2f>;
-       };
+&ethernet {
+       mtd-mac-address = <&factory 0x28>;
+};
 
-       wmac@10180000 {
-               ralink,mtd-eeprom = <&factory 0>;
-       };
+&esw {
+       mediatek,portmap = <0x2f>;
+};
 
-       otg@101c0000 {
-               status = "okay";
-       };
+&wmac {
+       ralink,mtd-eeprom = <&factory 0>;
+};
+
+&otg {
+       status = "okay";
 };