From cc3ad84aa00189d557c90f736f51573842ab452a Mon Sep 17 00:00:00 2001 From: Lee Jones Date: Mon, 8 Oct 2012 09:19:31 +0100 Subject: [PATCH] ARM: ux500: Add UART support to the u9540 Device Tree Add the 3 UART nodes required to enable serial ports on the u9540. Acked-by: Linus Walleij Signed-off-by: Lee Jones --- arch/arm/boot/dts/u9540.dts | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/arch/arm/boot/dts/u9540.dts b/arch/arm/boot/dts/u9540.dts index 0a66f34a976f..28efe2088552 100644 --- a/arch/arm/boot/dts/u9540.dts +++ b/arch/arm/boot/dts/u9540.dts @@ -21,6 +21,17 @@ }; soc-u9500 { - }; + uart@80120000 { + status = "okay"; + }; + + uart@80121000 { + status = "okay"; + }; + + uart@80007000 { + status = "okay"; + }; + }; }; -- 2.39.2