Commit 46e9fd40 authored by Hans de Goede's avatar Hans de Goede Committed by Maxime Ripard

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: default avatarHans de Goede <hdegoede@redhat.com>
Signed-off-by: default avatarMaxime Ripard <maxime.ripard@free-electrons.com>
parent a99eb770
...@@ -677,6 +677,13 @@ uart3_pins_a: uart3@0 { ...@@ -677,6 +677,13 @@ uart3_pins_a: uart3@0 {
allwinner,pull = <0>; 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 { uart4_pins_a: uart4@0 {
allwinner,pins = "PG10", "PG11"; allwinner,pins = "PG10", "PG11";
allwinner,function = "uart4"; allwinner,function = "uart4";
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment