ramips: soc wmac eeprom cleanup
[openwrt.git] / target / linux / ramips / dts / F5D8235_V2.dts
index 10b8037..7eaf165 100644 (file)
@@ -6,18 +6,13 @@
        compatible = "F5D8235_V2", "ralink,rt3052-soc";
        model = "Belkin F5D8235 v2";
 
-       palmbus@10000000 {
-               sysc@0 {
-                       ralink,pinmux = "uartlite", "jtag", "sdram", "rgmii";
-                       ralink,gpiomux = "i2c", "spi", "mdio";
-                       ralink,uartmux = "gpio";
-                       ralink,wdtmux = <1>;
+       pinctrl {
+               state_default: pinctrl0 {
+                       gpio {
+                               ralink,group = "spi", "i2c", "jtag", "rgmii", "mdio", "uartf";
+                               ralink,function = "gpio";
+                       };
                };
-
-               gpio0: gpio@600 {
-                       status = "okay";
-               };
-
        };
 
        cfi@1f000000 {
@@ -29,8 +24,8 @@
                #address-cells = <1>;
                #size-cells = <1>;
 
-               partition@0 {
-                       label = "u-boot";
+               uboot: partition@0 {
+                       label = "uboot";
                        reg = <0x0 0x50000>;
                        read-only;
                };
        };
 
        ethernet@10100000 {
-               status = "okay";
+               mtd-mac-address = <&uboot 0x40004>;
        };
 
        esw@10110000 {
-               status = "okay";
                ralink,portmap = <0x3f>;
        };
 
        wmac@10180000 {
-               status = "okay";
+               ralink,mtd-eeprom = <&uboot 0x40000>;
        };
 
        otg@101c0000 {