diff options
Diffstat (limited to 'arch/m68k/include/asm/m527xsim.h')
-rw-r--r-- | arch/m68k/include/asm/m527xsim.h | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/arch/m68k/include/asm/m527xsim.h b/arch/m68k/include/asm/m527xsim.h index 3712f611bd5e..cb7df04ad0c4 100644 --- a/arch/m68k/include/asm/m527xsim.h +++ b/arch/m68k/include/asm/m527xsim.h | |||
@@ -232,15 +232,20 @@ | |||
232 | #endif | 232 | #endif |
233 | 233 | ||
234 | /* | 234 | /* |
235 | * EPort | 235 | * PIT timer base addresses. |
236 | */ | 236 | */ |
237 | #define MCFPIT_BASE1 (MCF_IPSBAR + 0x150000) | ||
238 | #define MCFPIT_BASE2 (MCF_IPSBAR + 0x160000) | ||
239 | #define MCFPIT_BASE3 (MCF_IPSBAR + 0x170000) | ||
240 | #define MCFPIT_BASE4 (MCF_IPSBAR + 0x180000) | ||
237 | 241 | ||
242 | /* | ||
243 | * EPort | ||
244 | */ | ||
238 | #define MCFEPORT_EPDDR (MCF_IPSBAR + 0x130002) | 245 | #define MCFEPORT_EPDDR (MCF_IPSBAR + 0x130002) |
239 | #define MCFEPORT_EPDR (MCF_IPSBAR + 0x130004) | 246 | #define MCFEPORT_EPDR (MCF_IPSBAR + 0x130004) |
240 | #define MCFEPORT_EPPDR (MCF_IPSBAR + 0x130005) | 247 | #define MCFEPORT_EPPDR (MCF_IPSBAR + 0x130005) |
241 | 248 | ||
242 | |||
243 | |||
244 | /* | 249 | /* |
245 | * GPIO pins setups to enable the UARTs. | 250 | * GPIO pins setups to enable the UARTs. |
246 | */ | 251 | */ |