Commit 9905f7c1 authored by Lee Jones's avatar Lee Jones

ARM: ux500: Add UART support to the HREF Device Tree

Here we add three nodes enabling UART support on the HREF hardware
reference board.
Acked-by: default avatarLinus Walleij <linus.walleij@linaro.org>
Signed-off-by: default avatarLee Jones <lee.jones@linaro.org>
parent 6af7fd88
......@@ -21,6 +21,16 @@ memory {
};
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