diff options
Diffstat (limited to 'arch/m68k/include/asm/m5407sim.h')
-rw-r--r-- | arch/m68k/include/asm/m5407sim.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/m68k/include/asm/m5407sim.h b/arch/m68k/include/asm/m5407sim.h index e07d4d8cf31f..ddfff88629fe 100644 --- a/arch/m68k/include/asm/m5407sim.h +++ b/arch/m68k/include/asm/m5407sim.h | |||
@@ -76,6 +76,9 @@ | |||
76 | #define MCFSIM_DACR1 0x110 /* DRAM 1 Addr and Ctrl (r/w) */ | 76 | #define MCFSIM_DACR1 0x110 /* DRAM 1 Addr and Ctrl (r/w) */ |
77 | #define MCFSIM_DMR1 0x114 /* DRAM 1 Mask reg (r/w) */ | 77 | #define MCFSIM_DMR1 0x114 /* DRAM 1 Mask reg (r/w) */ |
78 | 78 | ||
79 | #define MCFUART_BASE1 0x1c0 /* Base address of UART1 */ | ||
80 | #define MCFUART_BASE2 0x200 /* Base address of UART2 */ | ||
81 | |||
79 | #define MCFSIM_PADDR (MCF_MBAR + 0x244) | 82 | #define MCFSIM_PADDR (MCF_MBAR + 0x244) |
80 | #define MCFSIM_PADAT (MCF_MBAR + 0x248) | 83 | #define MCFSIM_PADAT (MCF_MBAR + 0x248) |
81 | 84 | ||