diff options
author | Hans de Goede <hdegoede@redhat.com> | 2014-10-01 09:26:05 +0200 |
---|---|---|
committer | Maxime Ripard <maxime.ripard@free-electrons.com> | 2014-10-20 14:52:11 +0200 |
commit | 46e9fd407fad0e9442d0feb9b678d81839ea29a1 (patch) | |
tree | e6d34504d650b1afdce11b509c79f795965e1fff | |
parent | a99eb770b4ab561434c9049b7b09cf40e27d3a55 (diff) | |
download | blackbird-op-linux-46e9fd407fad0e9442d0feb9b678d81839ea29a1.tar.gz blackbird-op-linux-46e9fd407fad0e9442d0feb9b678d81839ea29a1.zip |
ARM: dts: sun7i: Add uart3_pins_b pinctrl setting
The uart3_pins_a multiplexes the uart3 pins to port G, add a pinctrl entry
for mapping them to port H (as used on the Bananapi).
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
-rw-r--r-- | arch/arm/boot/dts/sun7i-a20.dtsi | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/sun7i-a20.dtsi b/arch/arm/boot/dts/sun7i-a20.dtsi index 4fb893080722..cecf32ce9ade 100644 --- a/arch/arm/boot/dts/sun7i-a20.dtsi +++ b/arch/arm/boot/dts/sun7i-a20.dtsi @@ -677,6 +677,13 @@ allwinner,pull = <0>; }; + uart3_pins_b: uart3@1 { + allwinner,pins = "PH0", "PH1"; + allwinner,function = "uart3"; + allwinner,drive = <0>; + allwinner,pull = <0>; + }; + uart4_pins_a: uart4@0 { allwinner,pins = "PG10", "PG11"; allwinner,function = "uart4"; |