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>
This commit is contained in:

committed by
Greg Ungerer

parent
375bc91e63
commit
08fe92e205
@@ -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 */
|
||||
|
Reference in New Issue
Block a user