aboutsummaryrefslogtreecommitdiffstats
path: root/arch/m68k/include/asm/mcfuart.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/m68k/include/asm/mcfuart.h')
-rw-r--r--arch/m68k/include/asm/mcfuart.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/arch/m68k/include/asm/mcfuart.h b/arch/m68k/include/asm/mcfuart.h
index db72e2b889c..c67dacad7c1 100644
--- a/arch/m68k/include/asm/mcfuart.h
+++ b/arch/m68k/include/asm/mcfuart.h
@@ -47,11 +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) 50#elif defined(CONFIG_M54xx)
51#define MCFUART_BASE1 0x8600 /* on M548x */ 51#define MCFUART_BASE1 0x8600 /* on M54xx */
52#define MCFUART_BASE2 0x8700 /* on M548x */ 52#define MCFUART_BASE2 0x8700 /* on M54xx */
53#define MCFUART_BASE3 0x8800 /* on M548x */ 53#define MCFUART_BASE3 0x8800 /* on M54xx */
54#define MCFUART_BASE4 0x8900 /* on M548x */ 54#define MCFUART_BASE4 0x8900 /* on M54xx */
55#endif 55#endif
56 56
57 57
@@ -217,7 +217,7 @@ struct mcf_platform_uart {
217#define MCFUART_URF_RXS 0xc0 /* Receiver status */ 217#define MCFUART_URF_RXS 0xc0 /* Receiver status */
218#endif 218#endif
219 219
220#if defined(CONFIG_M548x) 220#if defined(CONFIG_M54xx)
221#define MCFUART_TXFIFOSIZE 512 221#define MCFUART_TXFIFOSIZE 512
222#elif defined(CONFIG_M5272) 222#elif defined(CONFIG_M5272)
223#define MCFUART_TXFIFOSIZE 25 223#define MCFUART_TXFIFOSIZE 25