ramips: Change all '/include/' clauses to '#include' so preprocessing can be done...
[openwrt/svn-archive/archive.git] / target / linux / ramips / dts / RT-N13U.dts
index 162a5c85d92f5990dcf5c87e9a455c77afa952be..49a83149b64853965fe9bd5c5701cfbf1a7c5f24 100644 (file)
@@ -1,27 +1,23 @@
 /dts-v1/;
 
-/include/ "rt3050.dtsi"
+#include "rt3050.dtsi"
 
 / {
        compatible = "RT-N13U", "ralink,rt3052-soc";
        model = "Asus RT-N13U";
 
-       palmbus@10000000 {
-               sysc@0 {
-                       ralink,pinmux = "i2c", "spi", "uartlite", "jtag", "mdio", "sdram", "rgmii";
-                       ralink,uartmux = "gpio";
-                       ralink,wdtmux = <1>;
-               };
-
-               gpio0: gpio@600 {
-                       status = "okay";
+       pinctrl {
+               state_default: pinctrl0 {
+                       gpio {
+                               ralink,group = "spi", "i2c", "jtag", "rgmii", "mdio", "uartf";
+                               ralink,function = "gpio";
+                       };
                };
        };
 
        cfi@1f000000 {
                compatible = "cfi-flash";
                reg = <0x1f000000 0x800000>;
-
                bank-width = <2>;
                device-width = <2>;
                #address-cells = <1>;
 
        gpio-leds {
                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>;
                };
        };
                #address-cells = <1>;
                #size-cells = <0>;
                poll-interval = <10>;
+
                reset {
                        label = "reset";
                        gpios = <&gpio0 10 1>;
                        linux,code = <0x198>;
                };
+
                wps {
                        label = "wps";
                        gpios = <&gpio0 0 1>;
        };
 
        ethernet@10100000 {
-               status = "okay";
+               mtd-mac-address = <&factory 0x28>;
        };
 
        esw@10110000 {
-               status = "okay";
-               ralink,portmap = <0x2f>;
+               mediatek,portmap = <0x2f>;
        };
 
        wmac@10180000 {
-               status = "okay";
+               ralink,mtd-eeprom = <&factory 0>;
        };
 
        otg@101c0000 {