[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1333956052-25319-3-git-send-email-tinamdar@apm.com>
Date: Mon, 9 Apr 2012 12:50:50 +0530
From: Tanmay Inamdar <tinamdar@....com>
To: benh@...nel.crashing.org, jwboyer@...il.com,
grant.likely@...retlab.ca, linuxppc-dev@...ts.ozlabs.org,
linux-kernel@...r.kernel.org, devicetree-discuss@...ts.ozlabs.org
Cc: Tanmay Inamdar <tinamdar@....com>
Subject: [V2 3/5] powerpc: dts: klondike: Add UART nodes
Adding UART nodes in Klondike device tree file.
Version 2:
Removed unnecessary 'virtual-reg' property from UART node.
Signed-off-by: Tanmay Inamdar <tinamdar@....com>
---
:100644 100644 4ff2852... b1e516e... M arch/powerpc/boot/dts/klondike.dts
arch/powerpc/boot/dts/klondike.dts | 22 ++++++++++++++++++++++
1 files changed, 22 insertions(+), 0 deletions(-)
diff --git a/arch/powerpc/boot/dts/klondike.dts b/arch/powerpc/boot/dts/klondike.dts
index 4ff2852..b1e516e 100644
--- a/arch/powerpc/boot/dts/klondike.dts
+++ b/arch/powerpc/boot/dts/klondike.dts
@@ -222,6 +222,28 @@
#size-cells = <1>;
ranges;
clock-frequency = <0>;
+
+ UART0: serial@...01000 {
+ device_type = "serial";
+ compatible = "ns16550";
+ reg = <0x50001000 0x00000100>;
+ clock-frequency = <0>; /* Filled in by U-Boot */
+ current-speed = <115200>;
+ interrupt-parent = <&UIC0>;
+ interrupts = <0x0 0x4>;
+ reg-shift = <2>;
+ };
+
+ UART1: serial@...02000 {
+ device_type = "serial";
+ compatible = "ns16550";
+ reg = <0x50002000 0x00000100>;
+ clock-frequency = <0>; /* Filled in by U-Boot */
+ current-speed = <115200>;
+ interrupt-parent = <&UIC0>;
+ interrupts = <0x1 0x4>;
+ reg-shift = <2>;
+ };
};
};
};
--
1.6.1.rc3
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists