diff options
author | Lee Jones <lee.jones@linaro.org> | 2012-03-07 17:35:04 +0000 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2012-03-16 19:48:46 +0000 |
commit | 4905af0e13a665da5f72d2629e93161ba781d03b (patch) | |
tree | de661eb4c83a2e70b3c553a02d563f94a882aa5b /arch/arm/boot/dts/snowball.dts | |
parent | dab6487e35680ac5043c58a60554c49052276f5e (diff) | |
download | blackbird-obmc-linux-4905af0e13a665da5f72d2629e93161ba781d03b.tar.gz blackbird-obmc-linux-4905af0e13a665da5f72d2629e93161ba781d03b.zip |
ARM: ux500: Enable PL011 AMBA UART Controller for Device Tree
Enables the 3 UARTs found on a u8500 using DT.
Acked-by: Linus Walleij <linus.walleij@linaro.org>
Reviewed-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm/boot/dts/snowball.dts')
-rw-r--r-- | arch/arm/boot/dts/snowball.dts | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/snowball.dts b/arch/arm/boot/dts/snowball.dts index 34bfd79fb073..359c6d679156 100644 --- a/arch/arm/boot/dts/snowball.dts +++ b/arch/arm/boot/dts/snowball.dts @@ -96,6 +96,18 @@ status = "enabled"; }; + uart@80120000 { + status = "okay"; + }; + + uart@80121000 { + status = "okay"; + }; + + uart@80007000 { + status = "okay"; + }; + i2c@80004000 { tc3589x@42 { //compatible = "tc3589x"; |