aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/kirkwood-dreamplug.dts
diff options
context:
space:
mode:
authorJason Cooper <jason@lakedaemon.net>2012-02-27 11:07:14 -0500
committerArnd Bergmann <arnd@arndb.de>2012-02-27 11:21:44 -0500
commit759a45185ac0e4dfaf8bbfcb390ec73aca4b7a34 (patch)
tree5c4a889632637e0ad0d44dadd1880275ae06413d /arch/arm/boot/dts/kirkwood-dreamplug.dts
parent3d468b6d6052293ad3b8538b8277077981c28286 (diff)
ARM: kirkwood: convert uart0 to devicetree.
This uart is the primary console for the dreamplug. Removed kirkwood_uart0_init() call from board-dt.c. Signed-off-by: Jason Cooper <jason@lakedaemon.net> Reviewed-by: Arnd Bergmann <arnd@arndb.de> Acked-by: Nicolas Pitre <nico@linaro.org> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm/boot/dts/kirkwood-dreamplug.dts')
-rw-r--r--arch/arm/boot/dts/kirkwood-dreamplug.dts7
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/kirkwood-dreamplug.dts b/arch/arm/boot/dts/kirkwood-dreamplug.dts
index 0424d9931a3d..8a5dff807b45 100644
--- a/arch/arm/boot/dts/kirkwood-dreamplug.dts
+++ b/arch/arm/boot/dts/kirkwood-dreamplug.dts
@@ -15,4 +15,11 @@
15 bootargs = "console=ttyS0,115200n8 earlyprintk"; 15 bootargs = "console=ttyS0,115200n8 earlyprintk";
16 }; 16 };
17 17
18 serial@f1012000 {
19 compatible = "ns16550a";
20 reg = <0xf1012000 0xff>;
21 reg-shift = <2>;
22 interrupts = <33>;
23 clock-frequency = <200000000>;
24 };
18}; 25};