mirror of
https://github.com/Fishwaldo/build.git
synced 2025-07-23 05:18:55 +00:00
add RTS/CTSto uart2
This commit is contained in:
parent
85f1810486
commit
e0382d1ad2
1 changed files with 10 additions and 7 deletions
|
@ -2,13 +2,16 @@ diff --git a/arch/arm/boot/dts/sunxi-h3-h5.dtsi b/arch/arm/boot/dts/sunxi-h3-h5.
|
|||
index 2e9316e..0f3e441
|
||||
--- a/arch/arm/boot/dts/sunxi-h3-h5.dtsi
|
||||
+++ b/arch/arm/boot/dts/sunxi-h3-h5.dtsi
|
||||
@@ -1,4 +1,4 @@
|
||||
-/*
|
||||
+ /*
|
||||
* Copyright (C) 2015 Jens Kuske <jenskuske@gmail.com>
|
||||
*
|
||||
* This file is dual-licensed: you can use it either under the terms
|
||||
@@ -617,6 +617,12 @@
|
||||
@@ -377,10 +613,21 @@
|
||||
function = "uart2";
|
||||
};
|
||||
|
||||
+ uart2_rts_cts_pins: uart2_rts_cts {
|
||||
+ pins = "PA2", "PA3";
|
||||
+ function = "uart2";
|
||||
+ };
|
||||
+
|
||||
uart3_pins: uart3 {
|
||||
pins = "PA13", "PA14";
|
||||
function = "uart3";
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue