aboutsummaryrefslogtreecommitdiffstats
path: root/arch/m68k/include/asm/m5407sim.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/m68k/include/asm/m5407sim.h')
-rw-r--r--arch/m68k/include/asm/m5407sim.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/m68k/include/asm/m5407sim.h b/arch/m68k/include/asm/m5407sim.h
index 75f5c28a551d..70181727326f 100644
--- a/arch/m68k/include/asm/m5407sim.h
+++ b/arch/m68k/include/asm/m5407sim.h
@@ -85,6 +85,14 @@
85#define MCFSIM_PADAT (MCF_MBAR + 0x248) 85#define MCFSIM_PADAT (MCF_MBAR + 0x248)
86 86
87/* 87/*
88 * DMA unit base addresses.
89 */
90#define MCFDMA_BASE0 (MCF_MBAR + 0x300) /* Base address DMA 0 */
91#define MCFDMA_BASE1 (MCF_MBAR + 0x340) /* Base address DMA 1 */
92#define MCFDMA_BASE2 (MCF_MBAR + 0x380) /* Base address DMA 2 */
93#define MCFDMA_BASE3 (MCF_MBAR + 0x3C0) /* Base address DMA 3 */
94
95/*
88 * Generic GPIO support 96 * Generic GPIO support
89 */ 97 */
90#define MCFGPIO_PIN_MAX 16 98#define MCFGPIO_PIN_MAX 16