From a874c8c65f57ecfbb8c7961525ac4376b6fbab8b Mon Sep 17 00:00:00 2001
From: Wolfgang Denk <wd@pollux.denx.de>
Date: Thu, 6 Jul 2006 22:31:16 +0200
Subject: [PATCH] MCC200: map the 2nd Quad UART into the processor's address
 space.

---
 include/configs/mcc200.h | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/include/configs/mcc200.h b/include/configs/mcc200.h
index d8d63a112ce..a41ddf0576e 100644
--- a/include/configs/mcc200.h
+++ b/include/configs/mcc200.h
@@ -256,6 +256,11 @@
 #define CFG_CS2_SIZE		0x00001000
 #define CFG_CS2_CFG		0x1d300
 
+/* Second Quad UART @0x80010000 */
+#define CFG_CS1_START		0x80010000
+#define CFG_CS1_SIZE		0x00001000
+#define CFG_CS1_CFG		0x1d300
+
 #define CFG_CS_BURST		0x00000000
 #define CFG_CS_DEADCYCLE	0x33333333
 
-- 
GitLab