提交 71e278ce 编写于 作者: M Miquel Raynal 提交者: Gregory CLEMENT

arm64: dts: marvell: armada-3720-db: enable second UART port

Enable Armada-3720-DB second UART port by adding the corresponding
device tree node in the board DTS and enabling it.
Signed-off-by: NMiquel Raynal <miquel.raynal@free-electrons.com>
Acked-by: NGregory CLEMENT <gregory.clement@free-electrons.com>
Signed-off-by: NGregory CLEMENT <gregory.clement@free-electrons.com>
上级 7c48dc20
...@@ -227,7 +227,7 @@ ...@@ -227,7 +227,7 @@
/* /*
* Exported on the micro USB connector CON30(V2.0)/CON32(V1.4) through * Exported on the micro USB connector CON30(V2.0)/CON32(V1.4) through
* an FTDI * an FTDI (also on CON24(V2.0)/CON26(V1.4)).
*/ */
&uart0 { &uart0 {
pinctrl-names = "default"; pinctrl-names = "default";
...@@ -235,6 +235,13 @@ ...@@ -235,6 +235,13 @@
status = "okay"; status = "okay";
}; };
/* CON26(V2.0)/CON28(V1.4) */
&uart1 {
pinctrl-names = "default";
pinctrl-0 = <&uart2_pins>;
status = "okay";
};
/* CON27(V2.0)/CON29(V1.4) */ /* CON27(V2.0)/CON29(V1.4) */
&usb2 { &usb2 {
status = "okay"; status = "okay";
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册