diff options
author | Greg Ungerer <gerg@uclinux.org> | 2010-11-02 22:50:30 -0400 |
---|---|---|
committer | Greg Ungerer <gerg@uclinux.org> | 2011-01-05 00:19:17 -0500 |
commit | 57015421d3f3deafb1f6ccf03a6fe0539763dbee (patch) | |
tree | 965daef9dd9f5ee351dec0f4dfa7037a50e94ecc /arch/m68k/include/asm/m54xxsim.h | |
parent | 733f31b764061d976a60c5ee454632d9562900ea (diff) |
m68knommu: move UART addressing to part specific includes
The ColdFire UART base addresses varies between the different ColdFire
family members. Instead of keeping the base addresses with the UART
definitions keep them with the other addresses definitions for each
ColdFire part.
The motivation for this move is so that when we add new ColdFire
part definitions, they are all in a single file (and we shouldn't
normally need to modify the UART definitions in mcfuart.h at all).
Signed-off-by: Greg Ungerer <gerg@uclinux.org>
Diffstat (limited to 'arch/m68k/include/asm/m54xxsim.h')
-rw-r--r-- | arch/m68k/include/asm/m54xxsim.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/m68k/include/asm/m54xxsim.h b/arch/m68k/include/asm/m54xxsim.h index 6072248916ac..a08a7ae776b1 100644 --- a/arch/m68k/include/asm/m54xxsim.h +++ b/arch/m68k/include/asm/m54xxsim.h | |||
@@ -25,6 +25,14 @@ | |||
25 | #define MCFINTC_ICR0 0x40 /* Base ICR register */ | 25 | #define MCFINTC_ICR0 0x40 /* Base ICR register */ |
26 | 26 | ||
27 | /* | 27 | /* |
28 | * UART module. | ||
29 | */ | ||
30 | #define MCFUART_BASE1 0x8600 /* Base address of UART1 */ | ||
31 | #define MCFUART_BASE2 0x8700 /* Base address of UART2 */ | ||
32 | #define MCFUART_BASE3 0x8800 /* Base address of UART3 */ | ||
33 | #define MCFUART_BASE4 0x8900 /* Base address of UART4 */ | ||
34 | |||
35 | /* | ||
28 | * Define system peripheral IRQ usage. | 36 | * Define system peripheral IRQ usage. |
29 | */ | 37 | */ |
30 | #define MCF_IRQ_TIMER (64 + 54) /* Slice Timer 0 */ | 38 | #define MCF_IRQ_TIMER (64 + 54) /* Slice Timer 0 */ |