projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6db1aaf
)
arm64: dts: allwinner: h6: Add pin configs for uart1
author
Ondrej Jirman
<megous@megous.com>
Mon, 7 Oct 2019 20:31:51 +0000
(22:31 +0200)
committer
Maxime Ripard
<mripard@kernel.org>
Tue, 8 Oct 2019 05:57:52 +0000
(07:57 +0200)
Orange Pi 3 uses UART1 for bluetooth. Add pinconfigs so that we can use
them.
Signed-off-by: Ondrej Jirman <megous@megous.com>
Signed-off-by: Maxime Ripard <mripard@kernel.org>
arch/arm64/boot/dts/allwinner/sun50i-h6.dtsi
patch
|
blob
|
history
diff --git
a/arch/arm64/boot/dts/allwinner/sun50i-h6.dtsi
b/arch/arm64/boot/dts/allwinner/sun50i-h6.dtsi
index 4020a1aafa3e33bdd79caba258751bb19091be89..0754f01fd73124e657ef35a08a6ac3bca05644a1 100644
(file)
--- a/
arch/arm64/boot/dts/allwinner/sun50i-h6.dtsi
+++ b/
arch/arm64/boot/dts/allwinner/sun50i-h6.dtsi
@@
-299,6
+299,16
@@
pins = "PH0", "PH1";
function = "uart0";
};
+
+ uart1_pins: uart1-pins {
+ pins = "PG6", "PG7";
+ function = "uart1";
+ };
+
+ uart1_rts_cts_pins: uart1-rts-cts-pins {
+ pins = "PG8", "PG9";
+ function = "uart1";
+ };
};
gic: interrupt-controller@3021000 {