diff options
author | blogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2013-09-17 21:45:44 +0000 |
---|---|---|
committer | blogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2013-09-17 21:45:44 +0000 |
commit | 1c23a45a8579a61e11693139122f37d0275d3426 (patch) | |
tree | 90e78e100dc8eccdf083816d81e33bed47cc4c16 /target/linux/ramips/dts/MZK-W300NH2.dts | |
parent | a14dc5f844f0a3a6b4546d2505bab7825efadb8f (diff) |
ralink: add pinctrl driver
Signed-off-by: John Crispin <blogic@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38026 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ramips/dts/MZK-W300NH2.dts')
-rw-r--r-- | target/linux/ramips/dts/MZK-W300NH2.dts | 25 |
1 files changed, 6 insertions, 19 deletions
diff --git a/target/linux/ramips/dts/MZK-W300NH2.dts b/target/linux/ramips/dts/MZK-W300NH2.dts index 29032b450f..78c120a5bf 100644 --- a/target/linux/ramips/dts/MZK-W300NH2.dts +++ b/target/linux/ramips/dts/MZK-W300NH2.dts @@ -6,16 +6,12 @@ compatible = "MZK-W300NH2", "ralink,rt3052-soc"; model = "Planex MZK-W300NH2"; - palmbus@10000000 { - sysc@0 { - ralink,pinmux = "uartlite", "mdio", "sdram", "rgmii"; - ralink,gpiomux = "i2c", "spi", "jtag"; - ralink,uartmux = "gpio"; - ralink,wdtmux = <1>; - }; - - gpio0: gpio@600 { - status = "okay"; + pinctrl { + state_default: pinctrl0 { + gpio { + ralink,group = "spi", "i2c", "jtag", "rgmii", "mdio", "uartf"; + ralink,function = "gpio"; + }; }; }; @@ -58,12 +54,7 @@ }; }; - ethernet@10100000 { - status = "okay"; - }; - esw@10110000 { - status = "okay"; ralink,portmap = <0x2f>; }; @@ -104,8 +95,4 @@ linux,code = <0x100>; }; }; - - wmac@10180000 { - status = "okay"; - }; }; |