Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1722995
| From | Philipp Rossak <embed3d@gmail.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 6/7] ARM: dts: sun8i: h3: Adding UART3 RTS and CTS Pins |
| Date | 2017-08-30 05:10 +0200 |
| Message-ID | <uk1ya-2Ub-21@gated-at.bofh.it> (permalink) |
| References | <uk1y9-2Ub-7@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
From: Philipp Rossak <embed3d@gmail.com>
This node adds the definition for the UART3 RTS and CTS Pins
That makes it able to use UART3 with RTS and CTS.
Signed-off-by: Philipp Rossak <embed3d@gmail.com>
---
arch/arm/boot/dts/sunxi-h3-h5.dtsi | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/arch/arm/boot/dts/sunxi-h3-h5.dtsi b/arch/arm/boot/dts/sunxi-h3-h5.dtsi
index d38282b..7f750ef 100644
--- a/arch/arm/boot/dts/sunxi-h3-h5.dtsi
+++ b/arch/arm/boot/dts/sunxi-h3-h5.dtsi
@@ -381,6 +381,11 @@
pins = "PA13", "PA14";
function = "uart3";
};
+
+ uart3_rts_cts_pins: uart3_rts_cts {
+ pins = "PA15", "PA16";
+ function = "uart3";
+ };
};
timer@01c20c00 {
--
2.7.4
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH 0/7] [DTS] enable hardware for Nanopi M1 & Nanopi M1 Plus Philipp Rossak <embed3d@gmail.com> - 2017-08-30 05:10 +0200
[PATCH 6/7] ARM: dts: sun8i: h3: Adding UART3 RTS and CTS Pins Philipp Rossak <embed3d@gmail.com> - 2017-08-30 05:10 +0200
Re: [PATCH 6/7] ARM: dts: sun8i: h3: Adding UART3 RTS and CTS Pins Maxime Ripard <maxime.ripard@free-electrons.com> - 2017-09-01 15:00 +0200
[PATCH 5/7] ARM: dts: sun8i: h3: Enable dwmac-sun8i on the Nanopi M1 Philipp Rossak <embed3d@gmail.com> - 2017-08-30 05:10 +0200
csiph-web