aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiquel Raynal <miquel.raynal@free-electrons.com>2017-10-13 05:01:59 -0400
committerGregory CLEMENT <gregory.clement@free-electrons.com>2017-10-30 10:56:28 -0400
commit71e278ce814d9ffc9d02fed76ed9a40ce4aaffcd (patch)
tree9f67eaf88bb4892c5a10218fcb7cf5680fe3b2de
parent7c48dc201bf9aa8636716bccaa78f37a165e725b (diff)
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>
-rw-r--r--arch/arm64/boot/dts/marvell/armada-3720-db.dts9
1 files changed, 8 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/marvell/armada-3720-db.dts b/arch/arm64/boot/dts/marvell/armada-3720-db.dts
index e6e0f38ce6e1..0f3468e777f7 100644
--- a/arch/arm64/boot/dts/marvell/armada-3720-db.dts
+++ b/arch/arm64/boot/dts/marvell/armada-3720-db.dts
@@ -227,7 +227,7 @@
227 227
228/* 228/*
229 * Exported on the micro USB connector CON30(V2.0)/CON32(V1.4) through 229 * Exported on the micro USB connector CON30(V2.0)/CON32(V1.4) through
230 * an FTDI 230 * an FTDI (also on CON24(V2.0)/CON26(V1.4)).
231 */ 231 */
232&uart0 { 232&uart0 {
233 pinctrl-names = "default"; 233 pinctrl-names = "default";
@@ -235,6 +235,13 @@
235 status = "okay"; 235 status = "okay";
236}; 236};
237 237
238/* CON26(V2.0)/CON28(V1.4) */
239&uart1 {
240 pinctrl-names = "default";
241 pinctrl-0 = <&uart2_pins>;
242 status = "okay";
243};
244
238/* CON27(V2.0)/CON29(V1.4) */ 245/* CON27(V2.0)/CON29(V1.4) */
239&usb2 { 246&usb2 {
240 status = "okay"; 247 status = "okay";