aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/dts/CARAMBOLA.dts
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2013-09-17 21:45:44 +0000
committerJohn Crispin <blogic@openwrt.org>2013-09-17 21:45:44 +0000
commit88f6536f5b02b5f0cbe9375b2e027d1c16edc8b7 (patch)
tree90e78e100dc8eccdf083816d81e33bed47cc4c16 /target/linux/ramips/dts/CARAMBOLA.dts
parenta01168134eba92ce7b44b0b495921dc4ab3f670b (diff)
downloadupstream-88f6536f5b02b5f0cbe9375b2e027d1c16edc8b7.tar.gz
upstream-88f6536f5b02b5f0cbe9375b2e027d1c16edc8b7.tar.bz2
upstream-88f6536f5b02b5f0cbe9375b2e027d1c16edc8b7.zip
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/CARAMBOLA.dts')
-rw-r--r--target/linux/ramips/dts/CARAMBOLA.dts26
1 files changed, 6 insertions, 20 deletions
diff --git a/target/linux/ramips/dts/CARAMBOLA.dts b/target/linux/ramips/dts/CARAMBOLA.dts
index 68048edcf2..5c63e0315a 100644
--- a/target/linux/ramips/dts/CARAMBOLA.dts
+++ b/target/linux/ramips/dts/CARAMBOLA.dts
@@ -10,18 +10,13 @@
bootargs = "console=ttyS0,115200";
};
- palmbus@10000000 {
- sysc@0 {
- ralink,pinmux = "uartlite", "sdram", "rgmii";
- ralink,gpiomux = "i2c", "spi", "jtag", "mdio";
- ralink,uartmux = "gpio";
- ralink,wdtmux = <1>;
+ pinctrl {
+ state_default: pinctrl0 {
+ gpio {
+ ralink,group = "spi", "i2c", "jtag", "rgmii", "mdio", "uartf";
+ ralink,function = "gpio";
+ };
};
-
- gpio0: gpio@600 {
- status = "okay";
- };
-
};
cfi@1f000000 {
@@ -57,19 +52,10 @@
};
};
- ethernet@10100000 {
- status = "okay";
- };
-
esw@10110000 {
- status = "okay";
ralink,portmap = <0x3f>;
};
- wmac@10180000 {
- status = "okay";
- };
-
otg@101c0000 {
status = "okay";
};