ralink: add FireWRT power button
[openwrt.git] / target / linux / ramips / dts / DIR-610-A1.dts
index ed5606a..e345250 100644 (file)
@@ -5,18 +5,8 @@
 / {
        compatible = "DIR-610-A1", "ralink,rt5350-soc";
        model = "D-Link DIR-610 A1";
-       
-       palmbus@10000000 {
-               sysc@0 {
-                       ralink,pinmux = "i2c", "spi", "jtag", "uartlite", "mdio", "sdram", "rgmii";
-                       ralink,uartmux = "gpio";
-                       ralink,wdtmux = <1>;
-               };
-
-               gpio0: gpio@600 {
-                       status = "okay";
-               };
 
+       palmbus@10000000 {
                spi@b00 {
                        status = "okay";
                        m25p80@0 {
                                        read-only;
                                };
 
-                               partition@30000 {
+                               devdata: partition@30000 {
                                        label = "devdata";
                                        reg = <0x30000 0x10000>;
-                                       read-only;
+                                       read-only;
                                };
 
                                factory: partition@40000 {
                };
        };
 
+       pinctrl {
+               state_default: pinctrl0 {
+                       gpio {
+                               ralink,group = "i2c", "jtag", "uartf";
+                               ralink,function = "gpio";
+                       };
+               };
+       };
+
        ethernet@10100000 {
-               status = "okay";
+               mtd-mac-address = <&devdata 0x4004>;
        };
 
        esw@10110000 {
                status = "okay";
-               ralink,portmap = <0x1f>;
-               ralink,led-polarity = <0>;
+               ralink,portmap = <0x2f>;
+               ralink,led_polarity = <0x17>;
+       };
+
+       wmac@10180000 {
+               status = "okay";
+               ralink,led-polarity = <1>;
+               ralink,mtd-eeprom = <&devdata 0x4000>;
        };
 
        gpio-leds {
                        label = "d-link:green:status";
                        gpios = <&gpio0 9 1>;
                };
-               wps {
+               wps {
                        label = "d-link:green:wps";
                        gpios = <&gpio0 13 1>;
                };
-        };
+       };
 
-        gpio-keys-polled {
+       gpio-keys-polled {
                gpio-keys-polled {
                compatible = "gpio-keys-polled";
                #address-cells = <1>;
@@ -93,8 +98,4 @@
                        };
                };
        };
-
-       wmac@10180000 {
-               status = "okay";
-       };
 };