ralink: add pinctrl driver
[openwrt/openwrt.git] / target / linux / ramips / dts / AIR3GII.dts
index f375a7450bf3334968837a0713bbf832b1ce3aa2..f9fcf075e34e001c91740910267a40d58f501784 100644 (file)
@@ -7,12 +7,6 @@
        model = "AirLive Air3GII";
 
        palmbus@10000000 {
-               sysc@0 {
-                       ralink,pinmux = "i2c", "spi", "uartlite", "jtag", "mdio", "sdram", "rgmii";
-                       ralink,uartmux = "gpio";
-                       ralink,wdtmux = <1>;
-               };
-
                gpio0: gpio@600 {
                        status = "okay";
                };
                };
        };
 
-       ethernet@10100000 {
-               status = "okay";
+       pinctrl {
+               state_default: pinctrl0 {
+                       gpio {
+                               ralink,group = "i2c", "jtag", "uartf";
+                               ralink,function = "gpio";
+                       };
+               };
        };
 
        esw@10110000 {
-               status = "okay";
                ralink,portmap = <0x2f>;
        };
 
@@ -85,8 +83,4 @@
                        linux,code = <0x211>;
                };
        };
-
-       wmac@10180000 {
-               status = "okay";
-       };
 };