diff options
author | John Crispin <john@openwrt.org> | 2013-09-17 21:45:44 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2013-09-17 21:45:44 +0000 |
commit | 8cd1c997079246942680893adbd21d884e131b84 (patch) | |
tree | 2e67af73e7ceed76eba06c8cf1c771dbb9785cda /target/linux/ramips/dts/rt3352.dtsi | |
parent | 66bed0b0194cfc29bfa477bb525e7618eb696263 (diff) | |
download | upstream-8cd1c997079246942680893adbd21d884e131b84.tar.gz upstream-8cd1c997079246942680893adbd21d884e131b84.tar.bz2 upstream-8cd1c997079246942680893adbd21d884e131b84.zip |
ralink: add pinctrl driver
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 38026
Diffstat (limited to 'target/linux/ramips/dts/rt3352.dtsi')
-rw-r--r-- | target/linux/ramips/dts/rt3352.dtsi | 37 |
1 files changed, 29 insertions, 8 deletions
diff --git a/target/linux/ramips/dts/rt3352.dtsi b/target/linux/ramips/dts/rt3352.dtsi index e4d35d87c2..db38b00e63 100644 --- a/target/linux/ramips/dts/rt3352.dtsi +++ b/target/linux/ramips/dts/rt3352.dtsi @@ -106,8 +106,6 @@ interrupt-parent = <&intc>; interrupts = <6>; - - status = "disabled"; }; gpio1: gpio@638 { @@ -151,6 +149,9 @@ resets = <&rstctrl 18>; reset-names = "spi"; + pinctrl-names = "default"; + pinctrl-0 = <&spi_pins>; + status = "disabled"; }; @@ -165,6 +166,32 @@ interrupts = <12>; reg-shift = <2>; + + pinctrl-names = "default"; + pinctrl-0 = <&uartlite_pins>; + }; + }; + + pinctrl { + compatible = "ralink,rt2880-pinmux"; + + pinctrl-names = "default"; + pinctrl-0 = <&state_default>; + + state_default: pinctrl0 { + }; + + spi_pins: spi { + spi { + ralink,group = "spi"; + ralink,function = "spi"; + }; + }; + uartlite_pins: uartlite { + uart { + ralink,group = "uartlite"; + ralink,function = "uartlite"; + }; }; }; @@ -179,8 +206,6 @@ interrupt-parent = <&cpuintc>; interrupts = <5>; - - status = "disabled"; }; esw@10110000 { @@ -189,8 +214,6 @@ interrupt-parent = <&intc>; interrupts = <17>; - - status = "disabled"; }; wmac@10180000 { @@ -201,8 +224,6 @@ interrupts = <6>; ralink,eeprom = "soc_wmac.eeprom"; - - status = "disabled"; }; ehci@101c0000 { |