diff options
Diffstat (limited to 'arch/m68k/include/asm/mcfuart.h')
-rw-r--r-- | arch/m68k/include/asm/mcfuart.h | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/arch/m68k/include/asm/mcfuart.h b/arch/m68k/include/asm/mcfuart.h index 01a8716c5fc5..db72e2b889ca 100644 --- a/arch/m68k/include/asm/mcfuart.h +++ b/arch/m68k/include/asm/mcfuart.h | |||
@@ -47,6 +47,11 @@ | |||
47 | #define MCFUART_BASE1 0xfc060000 /* Base address of UART1 */ | 47 | #define MCFUART_BASE1 0xfc060000 /* Base address of UART1 */ |
48 | #define MCFUART_BASE2 0xfc064000 /* Base address of UART2 */ | 48 | #define MCFUART_BASE2 0xfc064000 /* Base address of UART2 */ |
49 | #define MCFUART_BASE3 0xfc068000 /* Base address of UART3 */ | 49 | #define MCFUART_BASE3 0xfc068000 /* Base address of UART3 */ |
50 | #elif defined(CONFIG_M548x) | ||
51 | #define MCFUART_BASE1 0x8600 /* on M548x */ | ||
52 | #define MCFUART_BASE2 0x8700 /* on M548x */ | ||
53 | #define MCFUART_BASE3 0x8800 /* on M548x */ | ||
54 | #define MCFUART_BASE4 0x8900 /* on M548x */ | ||
50 | #endif | 55 | #endif |
51 | 56 | ||
52 | 57 | ||
@@ -212,7 +217,9 @@ struct mcf_platform_uart { | |||
212 | #define MCFUART_URF_RXS 0xc0 /* Receiver status */ | 217 | #define MCFUART_URF_RXS 0xc0 /* Receiver status */ |
213 | #endif | 218 | #endif |
214 | 219 | ||
215 | #if defined(CONFIG_M5272) | 220 | #if defined(CONFIG_M548x) |
221 | #define MCFUART_TXFIFOSIZE 512 | ||
222 | #elif defined(CONFIG_M5272) | ||
216 | #define MCFUART_TXFIFOSIZE 25 | 223 | #define MCFUART_TXFIFOSIZE 25 |
217 | #else | 224 | #else |
218 | #define MCFUART_TXFIFOSIZE 1 | 225 | #define MCFUART_TXFIFOSIZE 1 |