提交 bab86b94 编写于 作者: M Maxime Ripard

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: NChen-Yu Tsai <wens@csie.org>
Signed-off-by: NMaxime Ripard <maxime.ripard@free-electrons.com>
上级 b8fa6ca6
...@@ -257,7 +257,7 @@ ...@@ -257,7 +257,7 @@
&uart2 { &uart2 {
pinctrl-names = "default"; pinctrl-names = "default";
pinctrl-0 = <&uart2_pins_a>; pinctrl-0 = <&uart2_pins_b>;
status = "okay"; status = "okay";
}; };
......
...@@ -151,7 +151,7 @@ ...@@ -151,7 +151,7 @@
function = "uart0"; function = "uart0";
}; };
uart2_pins_a: uart2@0 { uart2_pins_b: uart2@1 {
pins = "PC18", "PC19"; pins = "PC18", "PC19";
function = "uart2"; function = "uart2";
}; };
......
...@@ -331,6 +331,16 @@ ...@@ -331,6 +331,16 @@
function = "spi2"; 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 { uart3_pins_a: uart3@0 {
pins = "PG9", "PG10"; pins = "PG9", "PG10";
function = "uart3"; function = "uart3";
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册