diff options
-rw-r--r-- | arch/arm64/boot/dts/marvell/armada-3720-db.dts | 9 |
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"; |