Browse Source

ralink: add FireWRT IO multiplexing

Signed-off-by: wengbj <[email protected]>

SVN-Revision: 44660
John Crispin 11 years ago
parent
commit
260dea38fb
1 changed files with 8 additions and 0 deletions
  1. 8 0
      target/linux/ramips/dts/FIREWRT.dts

+ 8 - 0
target/linux/ramips/dts/FIREWRT.dts

@@ -105,4 +105,12 @@
 		};
 	};
 
+	pinctrl {
+		state_default: pinctrl0 {
+		gpio {
+				ralink,group = "wdt", "rgmii2";
+				ralink,function = "gpio";
+			};
+		};
+	};
 };