1
0
Fork 0

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>
hifive-unleashed-5.1
Lee Jones 2012-10-08 09:19:31 +01:00
parent 0c32e98fbc
commit cc3ad84aa0
1 changed files with 12 additions and 1 deletions

View File

@ -21,6 +21,17 @@
};
soc-u9500 {
};
uart@80120000 {
status = "okay";
};
uart@80121000 {
status = "okay";
};
uart@80007000 {
status = "okay";
};
};
};