m68knommu: make 532x QSPI platform addressing consistent
If we make all QSPI (SPI protocol) addressing consistent across all ColdFire family members then we will be able to remove the duplicated plaform data and code and use a single setup for all. So modify the ColdFire 532x QSPI addressing so that: . base addresses are absolute (not relative to MBAR peripheral register) . use a common name for IRQs used . move chip select definitions (CS) to appropriate header Signed-off-by: Greg Ungerer <gerg@uclinux.org>
This commit is contained in:
@@ -36,6 +36,8 @@
|
||||
#define MCF_IRQ_FECTX0 (MCFINT_VECBASE + MCFINT_FECTX0)
|
||||
#define MCF_IRQ_FECENTC0 (MCFINT_VECBASE + MCFINT_FECENTC0)
|
||||
|
||||
#define MCF_IRQ_QSPI (MCFINT_VECBASE + MCFINT_QSPI)
|
||||
|
||||
#define MCF_WTM_WCR MCF_REG16(0xFC098000)
|
||||
|
||||
/*
|
||||
@@ -103,6 +105,16 @@
|
||||
#define MCFFEC_BASE0 0xFC030000 /* Base address of FEC0 */
|
||||
#define MCFFEC_SIZE0 0x800 /* Size of FEC0 region */
|
||||
|
||||
/*
|
||||
* QSPI module.
|
||||
*/
|
||||
#define MCFQSPI_BASE 0xFC058000 /* Base address of QSPI */
|
||||
#define MCFQSPI_SIZE 0x40 /* Size of QSPI region */
|
||||
|
||||
#define MCFQSPI_CS0 84
|
||||
#define MCFQSPI_CS1 85
|
||||
#define MCFQSPI_CS2 86
|
||||
|
||||
/*
|
||||
* Timer module.
|
||||
*/
|
||||
|
مرجع در شماره جدید
Block a user