[ramips]: add support for the Linksys E1700
[openwrt.git] / target / linux / ramips / dts / ALL0256N-8M.dts
index 974a4bd..c4815d9 100644 (file)
@@ -7,12 +7,6 @@
        model = "Allnet ALL0256N";
 
        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 = "i2c", "jtag", "rgmii", "mdio", "uartf";
+                               ralink,function = "gpio";
+                       };
+               };
+       };
+
        ethernet@10100000 {
-               status = "okay";
+               mtd-mac-address = <&factory 0x28>;
        };
 
        esw@10110000 {
-               status = "okay";
                ralink,portmap = <0x3f>;
        };
 
+       wmac@10180000 {
+               ralink,mtd-eeprom = <&factory 0>;
+       };
+
        gpio-leds {
                compatible = "gpio-leds";
                rssilow {
@@ -89,8 +95,4 @@
                        linux,code = <0x198>;
                };
        };
-
-       wmac@10180000 {
-               status = "okay";
-       };
 };