diff options
author | Ondrej Jirman <megous@megous.com> | 2019-04-01 14:56:13 +0300 |
---|---|---|
committer | Maxime Ripard <maxime.ripard@bootlin.com> | 2019-04-01 15:53:26 +0300 |
commit | 31ec8c14566e2bad88a71daf209d2caf80036a3e (patch) | |
tree | 178304463d68369bd40c6c75a4141b0072b0899d /arch | |
parent | 2efcca8ae68897a5b4c4994fc9ee4c7366e57e24 (diff) | |
download | linux-31ec8c14566e2bad88a71daf209d2caf80036a3e.tar.xz |
ARM: dts: sun8i: a83t: Add UART2 PB pins
Add pin definitions for UART2 PB pins. These are used on TBS-A711
tablet.
Signed-off-by: Ondrej Jirman <megous@megous.com>
Signed-off-by: Maxime Ripard <maxime.ripard@bootlin.com>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/boot/dts/sun8i-a83t.dtsi | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/sun8i-a83t.dtsi b/arch/arm/boot/dts/sun8i-a83t.dtsi index da25d50ea5d4..59a48ce26fec 100644 --- a/arch/arm/boot/dts/sun8i-a83t.dtsi +++ b/arch/arm/boot/dts/sun8i-a83t.dtsi @@ -776,6 +776,12 @@ pins = "PG8", "PG9"; function = "uart1"; }; + + /omit-if-no-ref/ + uart2_pb_pins: uart2-pb-pins { + pins = "PB0", "PB1"; + function = "uart2"; + }; }; timer@1c20c00 { |