aboutsummaryrefslogtreecommitdiffstats
path: root/arch/m68k
diff options
context:
space:
mode:
Diffstat (limited to 'arch/m68k')
-rw-r--r--arch/m68k/include/asm/m527xsim.h14
1 files changed, 11 insertions, 3 deletions
diff --git a/arch/m68k/include/asm/m527xsim.h b/arch/m68k/include/asm/m527xsim.h
index cb7df04ad0c4..d299552ab5b0 100644
--- a/arch/m68k/include/asm/m527xsim.h
+++ b/arch/m68k/include/asm/m527xsim.h
@@ -63,9 +63,17 @@
63/* 63/*
64 * UART module. 64 * UART module.
65 */ 65 */
66#define MCFUART_BASE1 0x200 /* Base address of UART1 */ 66#define MCFUART_BASE1 (MCF_IPSBAR + 0x200)
67#define MCFUART_BASE2 0x240 /* Base address of UART2 */ 67#define MCFUART_BASE2 (MCF_IPSBAR + 0x240)
68#define MCFUART_BASE3 0x280 /* Base address of UART3 */ 68#define MCFUART_BASE3 (MCF_IPSBAR + 0x280)
69
70/*
71 * FEC ethernet module.
72 */
73#define MCFFEC_BASE0 (MCF_IPSBAR + 0x1000)
74#define MCFFEC_SIZE0 0x800
75#define MCFFEC_BASE1 (MCF_IPSBAR + 0x1800)
76#define MCFFEC_SIZE1 0x800
69 77
70#ifdef CONFIG_M5271 78#ifdef CONFIG_M5271
71#define MCFGPIO_PODR_ADDR (MCF_IPSBAR + 0x100000) 79#define MCFGPIO_PODR_ADDR (MCF_IPSBAR + 0x100000)