diff options
author | Philipp Rossak <embed3d@gmail.com> | 2017-08-30 06:01:09 +0300 |
---|---|---|
committer | Maxime Ripard <maxime.ripard@free-electrons.com> | 2017-09-17 13:04:27 +0300 |
commit | 5a8e62eb576c666da6c4fb2626cd0d07dfa74a65 (patch) | |
tree | 1eaf737875dc9d4a32d4c00c286eb9f3a05a16bb /arch/arm | |
parent | 9db79e413a08bbe8d6831ad06cc074d0cfeec433 (diff) | |
download | linux-5a8e62eb576c666da6c4fb2626cd0d07dfa74a65.tar.xz |
ARM: dts: sun8i: h3: Adding UART3 RTS and CTS Pins
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>
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/boot/dts/sunxi-h3-h5.dtsi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/sunxi-h3-h5.dtsi b/arch/arm/boot/dts/sunxi-h3-h5.dtsi index 11240a8313c2..a52a9e6d6eaa 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 { |