mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 03:40:35 +09:00
ODROID-C4: arm64/dts: add pin mux for UART_AO_B
Change-Id: Ic7607e482b66a226667c9a62f613ec1cc125ed72 Signed-off-by: Lee Seungcheol <john.lee@hardkernel.com>
This commit is contained in:
committed by
Mauro (mdrjr) Ribeiro
parent
1b2e25cdba
commit
46dda4aaa6
@@ -1910,6 +1910,15 @@
|
||||
};
|
||||
};
|
||||
|
||||
uart_ao_b_pins: uart-b-ao {
|
||||
mux {
|
||||
groups = "uart_ao_b_tx_8",
|
||||
"uart_ao_b_rx_9";
|
||||
function = "uart_ao_b";
|
||||
bias-disable;
|
||||
};
|
||||
};
|
||||
|
||||
uart_ao_a_pins: uart-a-ao {
|
||||
mux {
|
||||
groups = "uart_ao_a_tx",
|
||||
|
||||
@@ -459,6 +459,12 @@
|
||||
pinctrl-names = "default";
|
||||
};
|
||||
|
||||
&uart_AO_B {
|
||||
status = "disabled";
|
||||
pinctrl-names = "default";
|
||||
pinctrl-0 = <&uart_ao_b_pins>;
|
||||
};
|
||||
|
||||
&uart_A {
|
||||
status = "disabled";
|
||||
pinctrl-names = "default";
|
||||
|
||||
Reference in New Issue
Block a user