diff options
author | Greg Ungerer | 2006-06-26 02:33:10 +0200 |
---|---|---|
committer | Linus Torvalds | 2006-06-26 02:43:34 +0200 |
commit | f3dd71209472b93340c1a940cc832c2712307b3e (patch) | |
tree | c3f5ffd002af0990dc7749373f07f7affcc23d02 /include/asm-m68knommu/mcfuart.h | |
parent | [PATCH] m68knommu: add ColdFire 532x timer build support (diff) | |
download | kernel-qcow2-linux-f3dd71209472b93340c1a940cc832c2712307b3e.tar.gz kernel-qcow2-linux-f3dd71209472b93340c1a940cc832c2712307b3e.tar.xz kernel-qcow2-linux-f3dd71209472b93340c1a940cc832c2712307b3e.zip |
[PATCH] m68knommu: add ColdFire 532x UART address support
Add support for the UART addressing on the new Freescale M532x CPU family.
Signed-off-by: Greg Ungerer <gerg@uclinux.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'include/asm-m68knommu/mcfuart.h')
-rw-r--r-- | include/asm-m68knommu/mcfuart.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/asm-m68knommu/mcfuart.h b/include/asm-m68knommu/mcfuart.h index 8040e43786be..dc0146c5258b 100644 --- a/include/asm-m68knommu/mcfuart.h +++ b/include/asm-m68knommu/mcfuart.h @@ -44,6 +44,10 @@ #define MCFUART_BASE1 0x60000 /* Base address of UART1 */ #define MCFUART_BASE2 0x64000 /* Base address of UART2 */ #define MCFUART_BASE3 0x68000 /* Base address of UART2 */ +#elif defined(CONFIG_M532x) +#define MCFUART_BASE1 0xfc060000 /* Base address of UART1 */ +#define MCFUART_BASE2 0xfc064000 /* Base address of UART2 */ +#define MCFUART_BASE3 0xfc068000 /* Base address of UART3 */ #endif |