mirror of
https://github.com/Fishwaldo/build.git
synced 2025-03-22 23:01:56 +00:00
31 lines
918 B
Diff
31 lines
918 B
Diff
diff --git a/arch/arm/boot/dts/sun8i-h3.dtsi b/arch/arm/boot/dts/sun8i-h3.dtsi
|
|
index 32dd4493..12d2f8e9 100644
|
|
--- a/arch/arm/boot/dts/sun8i-h3.dtsi
|
|
+++ b/arch/arm/boot/dts/sun8i-h3.dtsi
|
|
@@ -528,12 +528,26 @@
|
|
allwinner,pull = <SUN4I_PINCTRL_NO_PULL>;
|
|
};
|
|
|
|
+ uart2_rts_cts_pins: uart2_rts_cts {
|
|
+ allwinner,pins = "PA2", "PA3";
|
|
+ allwinner,function = "uart2";
|
|
+ allwinner,drive = <SUN4I_PINCTRL_10_MA>;
|
|
+ allwinner,pull = <SUN4I_PINCTRL_NO_PULL>;
|
|
+ };
|
|
+
|
|
uart3_pins: uart3 {
|
|
allwinner,pins = "PA13", "PA14";
|
|
allwinner,function = "uart3";
|
|
allwinner,drive = <SUN4I_PINCTRL_10_MA>;
|
|
allwinner,pull = <SUN4I_PINCTRL_NO_PULL>;
|
|
};
|
|
+
|
|
+ uart3_rts_cts_pins: uart3_rts_cts {
|
|
+ allwinner,pins = "PA15", "PA16";
|
|
+ allwinner,function = "uart3";
|
|
+ allwinner,drive = <SUN4I_PINCTRL_10_MA>;
|
|
+ allwinner,pull = <SUN4I_PINCTRL_NO_PULL>;
|
|
+ };
|
|
};
|
|
|
|
timer@01c20c00 {
|