aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJorik Jonker <jorik@kippendief.biz>2016-09-12 14:12:43 -0400
committerMaxime Ripard <maxime.ripard@free-electrons.com>2016-09-21 04:48:08 -0400
commite3d11d3c45c5ef6dac68b49f68ce2bc6d6ddefce (patch)
treeb0129c3b40d0e0390314e8559de01ee9afc691a5
parent013ace36f89b38c59a0adb5ffe215dab6eeabb2f (diff)
dts: sun8i-h3: add pinmux definitions for UART2-3
These are the pinmux definitions for UART2-3 on H3. These UARTs can only be muxed to these pins, so _a and @0 do not really make sense. I have left out RTS/CTS, since these are rarely used. These can easily be enabled using an additional pinmux set. Signed-off-by: Jorik Jonker <jorik@kippendief.biz> Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
-rw-r--r--arch/arm/boot/dts/sun8i-h3.dtsi14
1 files changed, 14 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/sun8i-h3.dtsi b/arch/arm/boot/dts/sun8i-h3.dtsi
index 6d83b8674201..9571512fdd77 100644
--- a/arch/arm/boot/dts/sun8i-h3.dtsi
+++ b/arch/arm/boot/dts/sun8i-h3.dtsi
@@ -373,6 +373,20 @@
373 allwinner,drive = <SUN4I_PINCTRL_10_MA>; 373 allwinner,drive = <SUN4I_PINCTRL_10_MA>;
374 allwinner,pull = <SUN4I_PINCTRL_NO_PULL>; 374 allwinner,pull = <SUN4I_PINCTRL_NO_PULL>;
375 }; 375 };
376
377 uart2_pins: uart2 {
378 allwinner,pins = "PA0", "PA1";
379 allwinner,function = "uart2";
380 allwinner,drive = <SUN4I_PINCTRL_10_MA>;
381 allwinner,pull = <SUN4I_PINCTRL_NO_PULL>;
382 };
383
384 uart3_pins: uart3 {
385 allwinner,pins = "PG13", "PG14";
386 allwinner,function = "uart3";
387 allwinner,drive = <SUN4I_PINCTRL_10_MA>;
388 allwinner,pull = <SUN4I_PINCTRL_NO_PULL>;
389 };
376 }; 390 };
377 391
378 timer@01c20c00 { 392 timer@01c20c00 {