ARM: sun5i: Add UART2 pin group

There's one UART2 pin group that can be used across all sun5i SoCs.
However, the A10s already has one pin group for that controller.

Change the index of the one in the A10s DTSI, and add the common one to
sun5i.dtsi

Acked-by: Chen-Yu Tsai <wens@csie.org>
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
这个提交包含在:
Maxime Ripard
2017-02-05 17:55:01 +01:00
父节点 b8fa6ca601
当前提交 bab86b948e
修改 3 个文件,包含 12 行新增2 行删除

查看文件

@@ -331,6 +331,16 @@
function = "spi2";
};
uart2_pins_a: uart2@0 {
pins = "PD2", "PD3";
function = "uart2";
};
uart2_cts_rts_pins_a: uart2-cts-rts@0 {
pins = "PD4", "PD5";
function = "uart2";
};
uart3_pins_a: uart3@0 {
pins = "PG9", "PG10";
function = "uart3";