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: Miquel Raynal <miquel.raynal@free-electrons.com>
Acked-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
This commit is contained in:
Miquel Raynal
2017-10-13 11:01:59 +02:00
committed by Gregory CLEMENT
parent 7c48dc201b
commit 71e278ce81

View File

@ -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 @@
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";