aboutsummaryrefslogtreecommitdiffstats
path: root/arch/m68k
diff options
context:
space:
mode:
Diffstat (limited to 'arch/m68k')
-rw-r--r--arch/m68k/include/asm/m528xsim.h12
1 files changed, 9 insertions, 3 deletions
diff --git a/arch/m68k/include/asm/m528xsim.h b/arch/m68k/include/asm/m528xsim.h
index 014098a7de89..d7c92419f2b5 100644
--- a/arch/m68k/include/asm/m528xsim.h
+++ b/arch/m68k/include/asm/m528xsim.h
@@ -49,9 +49,15 @@
49/* 49/*
50 * UART module. 50 * UART module.
51 */ 51 */
52#define MCFUART_BASE1 0x200 /* Base address of UART1 */ 52#define MCFUART_BASE1 (MCF_IPSBAR + 0x00000200)
53#define MCFUART_BASE2 0x240 /* Base address of UART2 */ 53#define MCFUART_BASE2 (MCF_IPSBAR + 0x00000240)
54#define MCFUART_BASE3 0x280 /* Base address of UART3 */ 54#define MCFUART_BASE3 (MCF_IPSBAR + 0x00000280)
55
56/*
57 * FEC ethernet module.
58 */
59#define MCFFEC_BASE (MCF_IPSBAR + 0x00001000)
60#define MCFFEC_SIZE 0x800
55 61
56/* 62/*
57 * GPIO registers 63 * GPIO registers