diff options
Diffstat (limited to 'arch/m68k/include/asm/m5206sim.h')
-rw-r--r-- | arch/m68k/include/asm/m5206sim.h | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/arch/m68k/include/asm/m5206sim.h b/arch/m68k/include/asm/m5206sim.h index b882a210ee6e..aa7ee48d5059 100644 --- a/arch/m68k/include/asm/m5206sim.h +++ b/arch/m68k/include/asm/m5206sim.h | |||
@@ -90,6 +90,14 @@ | |||
90 | #define MCFSIM_PADDR (MCF_MBAR + 0x1c5) /* Parallel Direction (r/w) */ | 90 | #define MCFSIM_PADDR (MCF_MBAR + 0x1c5) /* Parallel Direction (r/w) */ |
91 | #define MCFSIM_PADAT (MCF_MBAR + 0x1c9) /* Parallel Port Value (r/w) */ | 91 | #define MCFSIM_PADAT (MCF_MBAR + 0x1c9) /* Parallel Port Value (r/w) */ |
92 | 92 | ||
93 | #if defined(CONFIG_NETtel) | ||
94 | #define MCFUART_BASE1 0x180 /* Base address of UART1 */ | ||
95 | #define MCFUART_BASE2 0x140 /* Base address of UART2 */ | ||
96 | #else | ||
97 | #define MCFUART_BASE1 0x140 /* Base address of UART1 */ | ||
98 | #define MCFUART_BASE2 0x180 /* Base address of UART2 */ | ||
99 | #endif | ||
100 | |||
93 | /* | 101 | /* |
94 | * Define system peripheral IRQ usage. | 102 | * Define system peripheral IRQ usage. |
95 | */ | 103 | */ |
@@ -97,7 +105,7 @@ | |||
97 | #define MCF_IRQ_PROFILER 31 /* Timer1, Level 7 */ | 105 | #define MCF_IRQ_PROFILER 31 /* Timer1, Level 7 */ |
98 | 106 | ||
99 | /* | 107 | /* |
100 | * Generic GPIO | 108 | * Generic GPIO |
101 | */ | 109 | */ |
102 | #define MCFGPIO_PIN_MAX 8 | 110 | #define MCFGPIO_PIN_MAX 8 |
103 | #define MCFGPIO_IRQ_VECBASE -1 | 111 | #define MCFGPIO_IRQ_VECBASE -1 |