mirror of
https://github.com/Fishwaldo/build.git
synced 2025-06-18 12:21:56 +00:00
Fix duplicate sunxi-H6 uart1_pins
This commit is contained in:
parent
fc34b44b7f
commit
5e49b9a13f
1 changed files with 1 additions and 6 deletions
|
@ -2,16 +2,11 @@ diff --git a/arch/arm64/boot/dts/allwinner/sun50i-h6.dtsi b/arch/arm64/boot/dts/
|
||||||
index c72da8c..41a057e 100644
|
index c72da8c..41a057e 100644
|
||||||
--- a/arch/arm64/boot/dts/allwinner/sun50i-h6.dtsi
|
--- a/arch/arm64/boot/dts/allwinner/sun50i-h6.dtsi
|
||||||
+++ b/arch/arm64/boot/dts/allwinner/sun50i-h6.dtsi
|
+++ b/arch/arm64/boot/dts/allwinner/sun50i-h6.dtsi
|
||||||
@@ -128,6 +128,21 @@
|
@@ -128,6 +128,16 @@
|
||||||
pins = "PH0", "PH1";
|
pins = "PH0", "PH1";
|
||||||
function = "uart0";
|
function = "uart0";
|
||||||
};
|
};
|
||||||
+
|
+
|
||||||
+ uart1_pins: uart1 {
|
|
||||||
+ pins = "PG6", "PG7", "PG8", "PG9";
|
|
||||||
+ function = "uart1";
|
|
||||||
+ };
|
|
||||||
+
|
|
||||||
+ uart2_pins: uart2 {
|
+ uart2_pins: uart2 {
|
||||||
+ pins = "PD19", "PD20";
|
+ pins = "PD19", "PD20";
|
||||||
+ function = "uart2";
|
+ function = "uart2";
|
||||||
|
|
Loading…
Add table
Reference in a new issue