diff options
Diffstat (limited to 'arch/m68k/include/asm/m5307sim.h')
-rw-r--r-- | arch/m68k/include/asm/m5307sim.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/arch/m68k/include/asm/m5307sim.h b/arch/m68k/include/asm/m5307sim.h index 008f36bd66c3..7003d7268ae8 100644 --- a/arch/m68k/include/asm/m5307sim.h +++ b/arch/m68k/include/asm/m5307sim.h | |||
@@ -97,6 +97,17 @@ | |||
97 | #define MCFSIM_PADAT (MCF_MBAR + 0x248) | 97 | #define MCFSIM_PADAT (MCF_MBAR + 0x248) |
98 | 98 | ||
99 | /* | 99 | /* |
100 | * UART module. | ||
101 | */ | ||
102 | #if defined(CONFIG_NETtel) || defined(CONFIG_SECUREEDGEMP3) | ||
103 | #define MCFUART_BASE1 0x200 /* Base address of UART1 */ | ||
104 | #define MCFUART_BASE2 0x1c0 /* Base address of UART2 */ | ||
105 | #else | ||
106 | #define MCFUART_BASE1 0x1c0 /* Base address of UART1 */ | ||
107 | #define MCFUART_BASE2 0x200 /* Base address of UART2 */ | ||
108 | #endif | ||
109 | |||
110 | /* | ||
100 | * Generic GPIO support | 111 | * Generic GPIO support |
101 | */ | 112 | */ |
102 | #define MCFGPIO_PIN_MAX 16 | 113 | #define MCFGPIO_PIN_MAX 16 |