Commit d6fea1e0 authored by Lee Jones's avatar Lee Jones

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: default avatarLinus Walleij <linus.walleij@linaro.org>
Signed-off-by: default avatarLee Jones <lee.jones@linaro.org>
parent 661c6af0
...@@ -21,6 +21,17 @@ memory { ...@@ -21,6 +21,17 @@ memory {
}; };
soc-u9500 { soc-u9500 {
uart@80120000 {
status = "okay";
};
uart@80121000 {
status = "okay";
}; };
uart@80007000 {
status = "okay";
};
};
}; };
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment