mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-22 01:16:57 +07:00
ARM: dts: rockchip: add second uart2 pinctrl on rk322x
Add secondary pinctrl set for UART2 which can be used to prevent conflicts with sdmmc pins. Signed-off-by: Frank Wang <frank.wang@rock-chips.com> Signed-off-by: Heiko Stuebner <heiko@sntech.de>
This commit is contained in:
parent
02131477b9
commit
738e451174
@ -705,6 +705,11 @@ uart2_xfer: uart2-xfer {
|
||||
<1 19 RK_FUNC_2 &pcfg_pull_none>;
|
||||
};
|
||||
|
||||
uart21_xfer: uart21-xfer {
|
||||
rockchip,pins = <1 10 RK_FUNC_2 &pcfg_pull_up>,
|
||||
<1 9 RK_FUNC_2 &pcfg_pull_none>;
|
||||
};
|
||||
|
||||
uart2_cts: uart2-cts {
|
||||
rockchip,pins = <0 25 RK_FUNC_1 &pcfg_pull_none>;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user