ramips: enable second SPI for VoCore
[openwrt/svn-archive/archive.git] / target / linux / ramips / dts / OMNI-EMB-HPM.dts
index 875df14c660889cf2eb46c4a12c9ee187eb82a2c..4f4ecd492be157e13c42166989a018b1d6b69539 100644 (file)
        };
 
        palmbus@10000000 {
-               sysc@0 {
-                       ralink,pinmux = "uartlite", "spi";
-                       ralink,gpiomux = "i2c", "jtag";
-                       ralink,uartmux = "gpio";
-                       ralink,wdtmux = <1>;
-               };
-
-               timer@100 {
-                       status = "okay";
-               };
-
-               gpio0: gpio@600 {
-                       status = "okay";
-               };
-
                spi@b00 {
                        status = "okay";
 
@@ -49,7 +34,7 @@
                                        read-only;
                                };
 
-                               partition@40000 {
+                               factory: partition@40000 {
                                        reg = <0x00040000 0x00010000>;
                                        label = "factory";
                                        read-only;
                };
        };
 
-       ethernet@10100000 {
-               status = "okay";
+       pinctrl {
+               state_default: pinctrl0 {
+                       gpio {
+                               ralink,group = "i2c", "jtag", "uartf";
+                               ralink,function = "gpio";
+                       };
+               };
+       };
 
+       ethernet@10100000 {
                phy-handle = <&phy0>;
                phy-mode = "rgmii";
+               mtd-mac-address = <&factory 0x28>;
 
                mdio-bus {
                        status = "okay";
@@ -79,7 +72,7 @@
        };
 
        wmac@10180000 {
-               status = "okay";
+               ralink,mtd-eeprom = <&factory 0>;
        };
 
        ehci@101c0000 {
                };
        };
 
-       /* gpio 12 and 13 handle the OC input */
-       usb0: gpio-regulator {
-               compatible = "regulator-gpio";
-
-               regulator-name = "usb0-power";
-               regulator-min-microvolt = <5000000>;
-               regulator-max-microvolt = <5000000>;
-               regulator-boot-on;
-
-               enable-active-high;
-               enable-gpio = <&gpio0 2 0>;
-       };
-
-       usb1: gpio-regulator {
-               compatible = "regulator-gpio";
-
-               regulator-name = "usb1-power";
-               regulator-min-microvolt = <5000000>;
-               regulator-max-microvolt = <5000000>;
-               regulator-boot-on;
-
-               enable-active-high;
-               enable-gpio = <&gpio0 1 0>;
+       gpio_export {
+               compatible = "gpio-export";
+               #size-cells = <0>;
+               /* gpio 12 and 13 handle the OC input */
+               usb0 {
+                       gpio-export,name = "usb0";
+                       gpio-export,output = <1>;
+                       gpios = <&gpio0 2 0>;
+               };
+               usb1 {
+                       gpio-export,name = "usb1";
+                       gpio-export,output = <1>;
+                       gpios = <&gpio0 1 0>;
+               };
        };
 };