Skip to content

Commit

Permalink
arm64: dts: allwinner: a64: Add UART2 pin nodes
Browse files Browse the repository at this point in the history
UART2 is exposed on the Pi connector of Pine64. Make a pinctrl node
available at the SoC level, to simplify enabling UART2 via DT overlay.

Signed-off-by: Andreas Färber <afaerber@suse.de>
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
  • Loading branch information
Andreas Färber authored and Maxime Ripard committed Jun 7, 2017
1 parent 8543e62 commit 7982571
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions arch/arm64/boot/dts/allwinner/sun50i-a64.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -317,6 +317,11 @@
pins = "PG8", "PG9";
function = "uart1";
};

uart2_pins: uart2-pins {
pins = "PB0", "PB1";
function = "uart2";
};
};

uart0: serial@1c28000 {
Expand Down

0 comments on commit 7982571

Please sign in to comment.