diff options
author | Greg Ungerer <gerg@snapgear.com> | 2006-06-25 20:33:10 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-06-25 20:43:34 -0400 |
commit | f3dd71209472b93340c1a940cc832c2712307b3e (patch) | |
tree | c3f5ffd002af0990dc7749373f07f7affcc23d02 /include/asm-m68knommu/mcfuart.h | |
parent | f7399c3d96d852ae2105f51de766a50b9b021b18 (diff) |
[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 @@ | |||
44 | #define MCFUART_BASE1 0x60000 /* Base address of UART1 */ | 44 | #define MCFUART_BASE1 0x60000 /* Base address of UART1 */ |
45 | #define MCFUART_BASE2 0x64000 /* Base address of UART2 */ | 45 | #define MCFUART_BASE2 0x64000 /* Base address of UART2 */ |
46 | #define MCFUART_BASE3 0x68000 /* Base address of UART2 */ | 46 | #define MCFUART_BASE3 0x68000 /* Base address of UART2 */ |
47 | #elif defined(CONFIG_M532x) | ||
48 | #define MCFUART_BASE1 0xfc060000 /* Base address of UART1 */ | ||
49 | #define MCFUART_BASE2 0xfc064000 /* Base address of UART2 */ | ||
50 | #define MCFUART_BASE3 0xfc068000 /* Base address of UART3 */ | ||
47 | #endif | 51 | #endif |
48 | 52 | ||
49 | 53 | ||