|
@@ -12,29 +12,6 @@
|
|
|
#define mcftimer_h
|
|
|
/****************************************************************************/
|
|
|
|
|
|
-
|
|
|
-/*
|
|
|
- * Get address specific defines for this ColdFire member.
|
|
|
- */
|
|
|
-#if defined(CONFIG_M5206) || defined(CONFIG_M5206e)
|
|
|
-#define MCFTIMER_BASE1 0x100 /* Base address of TIMER1 */
|
|
|
-#define MCFTIMER_BASE2 0x120 /* Base address of TIMER2 */
|
|
|
-#elif defined(CONFIG_M5272)
|
|
|
-#define MCFTIMER_BASE1 0x200 /* Base address of TIMER1 */
|
|
|
-#define MCFTIMER_BASE2 0x220 /* Base address of TIMER2 */
|
|
|
-#define MCFTIMER_BASE3 0x240 /* Base address of TIMER4 */
|
|
|
-#define MCFTIMER_BASE4 0x260 /* Base address of TIMER3 */
|
|
|
-#elif defined(CONFIG_M5249) || defined(CONFIG_M5307) || defined(CONFIG_M5407)
|
|
|
-#define MCFTIMER_BASE1 0x140 /* Base address of TIMER1 */
|
|
|
-#define MCFTIMER_BASE2 0x180 /* Base address of TIMER2 */
|
|
|
-#elif defined(CONFIG_M532x)
|
|
|
-#define MCFTIMER_BASE1 0xfc070000 /* Base address of TIMER1 */
|
|
|
-#define MCFTIMER_BASE2 0xfc074000 /* Base address of TIMER2 */
|
|
|
-#define MCFTIMER_BASE3 0xfc078000 /* Base address of TIMER3 */
|
|
|
-#define MCFTIMER_BASE4 0xfc07c000 /* Base address of TIMER4 */
|
|
|
-#endif
|
|
|
-
|
|
|
-
|
|
|
/*
|
|
|
* Define the TIMER register set addresses.
|
|
|
*/
|