diff options
Diffstat (limited to 'arch/m68k/include/asm/m528xsim.h')
-rw-r--r-- | arch/m68k/include/asm/m528xsim.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/m68k/include/asm/m528xsim.h b/arch/m68k/include/asm/m528xsim.h index 4e35f970f662..47c851ef78d3 100644 --- a/arch/m68k/include/asm/m528xsim.h +++ b/arch/m68k/include/asm/m528xsim.h | |||
@@ -44,6 +44,13 @@ | |||
44 | #define MCFSIM_DMR1 0x54 /* SDRAM address mask 1 */ | 44 | #define MCFSIM_DMR1 0x54 /* SDRAM address mask 1 */ |
45 | 45 | ||
46 | /* | 46 | /* |
47 | * UART module. | ||
48 | */ | ||
49 | #define MCFUART_BASE1 0x200 /* Base address of UART1 */ | ||
50 | #define MCFUART_BASE2 0x240 /* Base address of UART2 */ | ||
51 | #define MCFUART_BASE3 0x280 /* Base address of UART3 */ | ||
52 | |||
53 | /* | ||
47 | * GPIO registers | 54 | * GPIO registers |
48 | */ | 55 | */ |
49 | #define MCFGPIO_PORTA (MCF_IPSBAR + 0x00100000) | 56 | #define MCFGPIO_PORTA (MCF_IPSBAR + 0x00100000) |