ODROID-G12: arm64/overlays: Moved uart pinmux to overlay.

Signed-off-by: Luke Go <sangch.go@gmail.com>
Change-Id: I865665108503c45e6ba5f9721fec6add5932dcc9
This commit is contained in:
Luke Go
2023-04-10 15:01:54 +09:00
committed by Chris
parent f92e4a25e7
commit 600936d78d
2 changed files with 11 additions and 8 deletions

View File

@@ -345,14 +345,6 @@
};
};
&a_uart_pins {
mux {
groups = "uart_tx_a",
"uart_rx_a";
function = "uart_a";
};
};
&usb2_phy_v2 {
status = "okay";
portnum = <2>;

View File

@@ -9,4 +9,15 @@
status = "okay";
};
};
fragment@1 {
target = <&a_uart_pins>;
__overlay__ {
mux {
groups = "uart_tx_a",
"uart_rx_a";
};
};
};
};