mirror of https://gitee.com/openkylin/linux.git
ARM: gr8: Add UART2 pins
The UART2 pins were missing from the DTSI. Add them. Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com> Acked-by: Chen-Yu Tsai <wens@csie.org>
This commit is contained in:
parent
aade6b90d5
commit
7c432442c8
|
@ -881,6 +881,20 @@ uart1_cts_rts_pins_a: uart1-cts-rts@0 {
|
|||
allwinner,drive = <SUN4I_PINCTRL_10_MA>;
|
||||
allwinner,pull = <SUN4I_PINCTRL_NO_PULL>;
|
||||
};
|
||||
|
||||
uart2_pins_a: uart2@1 {
|
||||
allwinner,pins = "PD2", "PD3";
|
||||
allwinner,function = "uart2";
|
||||
allwinner,drive = <SUN4I_PINCTRL_10_MA>;
|
||||
allwinner,pull = <SUN4I_PINCTRL_NO_PULL>;
|
||||
};
|
||||
|
||||
uart2_cts_rts_pins_a: uart2-cts-rts@0 {
|
||||
allwinner,pins = "PD4", "PD5";
|
||||
allwinner,function = "uart2";
|
||||
allwinner,drive = <SUN4I_PINCTRL_10_MA>;
|
||||
allwinner,pull = <SUN4I_PINCTRL_NO_PULL>;
|
||||
};
|
||||
};
|
||||
|
||||
pwm: pwm@01c20e00 {
|
||||
|
|
Loading…
Reference in New Issue