diff options
Diffstat (limited to 'arch/m68k/include/asm/m523xsim.h')
-rw-r--r-- | arch/m68k/include/asm/m523xsim.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/m68k/include/asm/m523xsim.h b/arch/m68k/include/asm/m523xsim.h index 9d597dcb29c0..4ec0f93a7ece 100644 --- a/arch/m68k/include/asm/m523xsim.h +++ b/arch/m68k/include/asm/m523xsim.h | |||
@@ -52,6 +52,13 @@ | |||
52 | #define MCF_RCR_SWRESET 0x80 /* Software reset bit */ | 52 | #define MCF_RCR_SWRESET 0x80 /* Software reset bit */ |
53 | #define MCF_RCR_FRCSTOUT 0x40 /* Force external reset */ | 53 | #define MCF_RCR_FRCSTOUT 0x40 /* Force external reset */ |
54 | 54 | ||
55 | /* | ||
56 | * UART module. | ||
57 | */ | ||
58 | #define MCFUART_BASE1 0x200 /* Base address of UART1 */ | ||
59 | #define MCFUART_BASE2 0x240 /* Base address of UART2 */ | ||
60 | #define MCFUART_BASE3 0x280 /* Base address of UART3 */ | ||
61 | |||
55 | #define MCFGPIO_PODR_ADDR (MCF_IPSBAR + 0x100000) | 62 | #define MCFGPIO_PODR_ADDR (MCF_IPSBAR + 0x100000) |
56 | #define MCFGPIO_PODR_DATAH (MCF_IPSBAR + 0x100001) | 63 | #define MCFGPIO_PODR_DATAH (MCF_IPSBAR + 0x100001) |
57 | #define MCFGPIO_PODR_DATAL (MCF_IPSBAR + 0x100002) | 64 | #define MCFGPIO_PODR_DATAL (MCF_IPSBAR + 0x100002) |