diff options
Diffstat (limited to 'arch/m68k/include/asm/m523xsim.h')
-rw-r--r-- | arch/m68k/include/asm/m523xsim.h | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/arch/m68k/include/asm/m523xsim.h b/arch/m68k/include/asm/m523xsim.h index 9701ed34d234..6be94f6831ae 100644 --- a/arch/m68k/include/asm/m523xsim.h +++ b/arch/m68k/include/asm/m523xsim.h | |||
@@ -119,9 +119,16 @@ | |||
119 | #define MCFGPIO_PCLRR_ETPU (MCF_IPSBAR + 0x10003C) | 119 | #define MCFGPIO_PCLRR_ETPU (MCF_IPSBAR + 0x10003C) |
120 | 120 | ||
121 | /* | 121 | /* |
122 | * EPort | 122 | * PIT timer base addresses. |
123 | */ | 123 | */ |
124 | #define MCFPIT_BASE1 (MCF_IPSBAR + 0x150000) | ||
125 | #define MCFPIT_BASE2 (MCF_IPSBAR + 0x160000) | ||
126 | #define MCFPIT_BASE3 (MCF_IPSBAR + 0x170000) | ||
127 | #define MCFPIT_BASE4 (MCF_IPSBAR + 0x180000) | ||
124 | 128 | ||
129 | /* | ||
130 | * EPort | ||
131 | */ | ||
125 | #define MCFEPORT_EPDDR (MCF_IPSBAR + 0x130002) | 132 | #define MCFEPORT_EPDDR (MCF_IPSBAR + 0x130002) |
126 | #define MCFEPORT_EPDR (MCF_IPSBAR + 0x130004) | 133 | #define MCFEPORT_EPDR (MCF_IPSBAR + 0x130004) |
127 | #define MCFEPORT_EPPDR (MCF_IPSBAR + 0x130005) | 134 | #define MCFEPORT_EPPDR (MCF_IPSBAR + 0x130005) |