Skip to content

Commit

Permalink
ARM: ux500: Add UART support to the HREF Device Tree
Browse files Browse the repository at this point in the history
Here we add three nodes enabling UART support on the HREF hardware
reference board.

Acked-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
  • Loading branch information
Lee Jones committed Sep 20, 2012
1 parent 6af7fd8 commit 9905f7c
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions arch/arm/boot/dts/hrefv60plus.dts
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,16 @@
};

soc-u9500 {
uart@80120000 {
status = "okay";
};

uart@80121000 {
status = "okay";
};

uart@80007000 {
status = "okay";
};
};
};

0 comments on commit 9905f7c

Please sign in to comment.