diff options
author | Angelo Dureghello <angelo@sysam.it> | 2017-10-13 01:09:32 +0200 |
---|---|---|
committer | Greg Ungerer <gerg@linux-m68k.org> | 2017-11-07 13:27:32 +1000 |
commit | 08fe92e2052c79e79d0570902f64bf991d6dd563 (patch) | |
tree | b2c14a3488d41f5d0dc0f4ec5e343d4353bee0ec /arch/m68k/include | |
parent | 375bc91e634195b094aa4acb30e1d19807122eca (diff) | |
download | linux-08fe92e2052c79e79d0570902f64bf991d6dd563.tar.bz2 |
m68k: coldfire: add dspi0 module support
This patch adds initial module base address and irq for dspi0.
It also defines the dspi0 clock to be used by the Freescale driver.
Signed-off-by: Angelo Dureghello <angelo@sysam.it>
Signed-off-by: Greg Ungerer <gerg@linux-m68k.org>
Diffstat (limited to 'arch/m68k/include')
-rw-r--r-- | arch/m68k/include/asm/m5441xsim.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/m68k/include/asm/m5441xsim.h b/arch/m68k/include/asm/m5441xsim.h index 4e9095b9480a..c87556d5581c 100644 --- a/arch/m68k/include/asm/m5441xsim.h +++ b/arch/m68k/include/asm/m5441xsim.h @@ -278,4 +278,10 @@ #define MCFGPIO_IRQ_VECBASE (MCFINT_VECBASE - MCFGPIO_IRQ_MIN) #define MCFGPIO_PIN_MAX 87 +/* + * DSPI module. + */ +#define MCFDSPI_BASE0 0xfc05c000 +#define MCF_IRQ_DSPI0 (MCFINT0_VECBASE + MCFINT0_DSPI0) + #endif /* m5441xsim_h */ |