From 5f037f128db5596c89452e4a297c69b419bd1401 Mon Sep 17 00:00:00 2001 From: Greg Ungerer Date: Wed, 2 Nov 2005 15:11:08 +1000 Subject: [PATCH] --- yaml --- r: 12129 b: refs/heads/master c: 06227039b5eb8ed5965f995e45c8cfee154fb883 h: refs/heads/master i: 12127: 13e144c4d3f07477fe02f258492a24e02c68d18f v: v3 --- [refs] | 2 +- trunk/include/asm-m68knommu/mcfuart.h | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 6dc0a32ebf15..cbc0521577c8 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 4a1cc1ab40d6c29f07a56ba6b0c83b723f7c2f6c +refs/heads/master: 06227039b5eb8ed5965f995e45c8cfee154fb883 diff --git a/trunk/include/asm-m68knommu/mcfuart.h b/trunk/include/asm-m68knommu/mcfuart.h index 9c1210613bc7..b016fad83119 100644 --- a/trunk/include/asm-m68knommu/mcfuart.h +++ b/trunk/include/asm-m68knommu/mcfuart.h @@ -41,6 +41,10 @@ #define MCFUART_BASE1 0x1c0 /* Base address of UART1 */ #define MCFUART_BASE2 0x200 /* Base address of UART2 */ #endif +#elif defined(CONFIG_M520x) +#define MCFUART_BASE1 0x60000 /* Base address of UART1 */ +#define MCFUART_BASE2 0x64000 /* Base address of UART2 */ +#define MCFUART_BASE3 0x68000 /* Base address of UART2 */ #endif