Commit 3d77a3e5 authored by Ondrej Jirman's avatar Ondrej Jirman Committed by Heiko Stuebner

arm64: dts: rockchip: Add UART9 M0 pin definitions to rk3588s

This is used on Orange Pi 5 Plus.
Signed-off-by: default avatarOndrej Jirman <megi@xff.cz>
Link: https://lore.kernel.org/r/20231008130515.1155664-3-megi@xff.czSigned-off-by: default avatarHeiko Stuebner <heiko@sntech.de>
parent bf012368
......@@ -3342,6 +3342,15 @@ uart8_xfer: uart8-xfer {
};
uart9 {
/omit-if-no-ref/
uart9m0_xfer: uart9m0-xfer {
rockchip,pins =
/* uart9_rx_m0 */
<2 RK_PC4 10 &pcfg_pull_up>,
/* uart9_tx_m0 */
<2 RK_PC2 10 &pcfg_pull_up>;
};
/omit-if-no-ref/
uart9m1_xfer: uart9m1-xfer {
rockchip,pins =
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment