From: Greg Ungerer <gerg@xxxxxxxxxxx> The Coldfire 5441x CPU family also contains the ColdFire DMA Timer hardware unit. Add address definitions for it. Signed-off-by: Greg Ungerer <gerg@xxxxxxxxxxx> --- arch/m68k/include/asm/m5441xsim.h | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/arch/m68k/include/asm/m5441xsim.h b/arch/m68k/include/asm/m5441xsim.h index cc798ab..973e817 100644 --- a/arch/m68k/include/asm/m5441xsim.h +++ b/arch/m68k/include/asm/m5441xsim.h @@ -102,6 +102,14 @@ #define MCF_IRQ_PIT1 (MCFINT2_VECBASE + MCFINT2_PIT1) /* + * DMA Timer module. + */ +#define MCFDTIM_BASE0 0xFC070000 /* Base of DMA TIMER 0 */ +#define MCFDTIM_BASE1 0xFC074000 /* Base of DMA TIMER 1 */ +#define MCFDTIM_BASE2 0xFC078000 /* Base of DMA TIMER 2 */ +#define MCFDTIM_BASE3 0xFC07C000 /* Base of DMA TIMER 3 */ + +/* * Power Management */ #define MCFPM_WCR 0xfc040013 -- 1.8.1.4 -- To unsubscribe from this list: send the line "unsubscribe linux-m68k" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html