diff options
author | Lee Jones <lee.jones@linaro.org> | 2012-10-08 04:19:31 -0400 |
---|---|---|
committer | Lee Jones <lee.jones@linaro.org> | 2012-11-01 08:02:21 -0400 |
commit | d6fea1e03e0531fb55d4fc590ee136c17fcd139c (patch) | |
tree | d4fa88b4426860e78fe61829dd345314e11b3d3d | |
parent | 661c6af0a5823870c986ab0c387b8ab8543edbd3 (diff) |
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 <linus.walleij@linaro.org>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
-rw-r--r-- | arch/arm/boot/dts/u9540.dts | 13 |
1 files changed, 12 insertions, 1 deletions
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 @@ | |||
21 | }; | 21 | }; |
22 | 22 | ||
23 | soc-u9500 { | 23 | soc-u9500 { |
24 | }; | ||
25 | 24 | ||
25 | uart@80120000 { | ||
26 | status = "okay"; | ||
27 | }; | ||
28 | |||
29 | uart@80121000 { | ||
30 | status = "okay"; | ||
31 | }; | ||
32 | |||
33 | uart@80007000 { | ||
34 | status = "okay"; | ||
35 | }; | ||
36 | }; | ||
26 | }; | 37 | }; |