Skip to content

Commit

Permalink
ARM: ux500: Add UART support to the u9540 Device Tree
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Lee Jones committed Nov 20, 2012
1 parent 0c32e98 commit cc3ad84
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion arch/arm/boot/dts/u9540.dts
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,17 @@
};

soc-u9500 {
};

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

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

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

0 comments on commit cc3ad84

Please sign in to comment.