From: Greg Ungerer <gerg@xxxxxxxxxxx> The Coldfire 523x 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/m523xsim.h | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/arch/m68k/include/asm/m523xsim.h b/arch/m68k/include/asm/m523xsim.h index 5e06b4e..2d06b1e 100644 --- a/arch/m68k/include/asm/m523xsim.h +++ b/arch/m68k/include/asm/m523xsim.h @@ -164,6 +164,14 @@ #define MCFPIT_BASE4 (MCF_IPSBAR + 0x180000) /* + * DMA timer base addresses. + */ +#define MCFDTIM_BASE0 (MCF_IPSBAR + 0x000400) +#define MCFDTIM_BASE1 (MCF_IPSBAR + 0x000440) +#define MCFDTIM_BASE2 (MCF_IPSBAR + 0x000480) +#define MCFDTIM_BASE3 (MCF_IPSBAR + 0x0004C0) + +/* * EPort */ #define MCFEPORT_EPPAR (MCF_IPSBAR + 0x130000) -- 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