diff options
Diffstat (limited to 'arch/m68k/include/asm/m5249sim.h')
-rw-r--r-- | arch/m68k/include/asm/m5249sim.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/m68k/include/asm/m5249sim.h b/arch/m68k/include/asm/m5249sim.h index c107228728db..21d0bbfbc0c9 100644 --- a/arch/m68k/include/asm/m5249sim.h +++ b/arch/m68k/include/asm/m5249sim.h | |||
@@ -59,6 +59,11 @@ | |||
59 | #define MCFSIM_DACR1 0x110 /* DRAM 1 Addr and Ctrl (r/w) */ | 59 | #define MCFSIM_DACR1 0x110 /* DRAM 1 Addr and Ctrl (r/w) */ |
60 | #define MCFSIM_DMR1 0x114 /* DRAM 1 Mask reg (r/w) */ | 60 | #define MCFSIM_DMR1 0x114 /* DRAM 1 Mask reg (r/w) */ |
61 | 61 | ||
62 | /* | ||
63 | * UART module. | ||
64 | */ | ||
65 | #define MCFUART_BASE1 0x1c0 /* Base address of UART1 */ | ||
66 | #define MCFUART_BASE2 0x200 /* Base address of UART2 */ | ||
62 | 67 | ||
63 | /* | 68 | /* |
64 | * Some symbol defines for the above... | 69 | * Some symbol defines for the above... |