mirror of https://github.com/hak5/openwrt-owl.git
ramips: fix pinmux settings for the RT-N56U
Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 36248owl
parent
66fbe78a93
commit
0c3c29ca38
|
@ -12,9 +12,10 @@
|
||||||
|
|
||||||
palmbus@10000000 {
|
palmbus@10000000 {
|
||||||
sysc@0 {
|
sysc@0 {
|
||||||
ralink,pinmux = "uartlite", "spi";
|
ralink,pinmux = "uartlite";
|
||||||
ralink,gpiomux = "i2c", "jtag";
|
ralink,gpiomux = "i2c", "jtag";
|
||||||
ralink,uartmux = "gpio";
|
ralink,uartmux = "gpio";
|
||||||
|
ralink,pcimux = "pci-fnc";
|
||||||
ralink,wdtmux = <0>;
|
ralink,wdtmux = <0>;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue