forked from Minki/linux
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 @@
|
|||||||
<1 19 RK_FUNC_2 &pcfg_pull_none>;
|
<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 {
|
uart2_cts: uart2-cts {
|
||||||
rockchip,pins = <0 25 RK_FUNC_1 &pcfg_pull_none>;
|
rockchip,pins = <0 25 RK_FUNC_1 &pcfg_pull_none>;
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user