Skip to content

Commit

Permalink
ARM: dts: sun8i: Add pin muxing option for R_UART
Browse files Browse the repository at this point in the history
R_UART is available on extra pads on certain tablets, which makes it
ideal for use as a console. Here we add the pins for it.

Signed-off-by: Chen-Yu Tsai <wens@csie.org>
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
  • Loading branch information
Chen-Yu Tsai authored and Maxime Ripard committed Aug 17, 2014
1 parent c402157 commit 8130979
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions arch/arm/boot/dts/sun8i-a23.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -378,6 +378,13 @@
#address-cells = <1>;
#size-cells = <0>;
#gpio-cells = <3>;

r_uart_pins_a: r_uart@0 {
allwinner,pins = "PL2", "PL3";
allwinner,function = "s_uart";
allwinner,drive = <0>;
allwinner,pull = <0>;
};
};
};
};

0 comments on commit 8130979

Please sign in to comment.