diff options
Diffstat (limited to 'arch/m68k/include/asm/m527xsim.h')
-rw-r--r-- | arch/m68k/include/asm/m527xsim.h | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/arch/m68k/include/asm/m527xsim.h b/arch/m68k/include/asm/m527xsim.h index 59bb776a5e3c..f1c5b2c8d447 100644 --- a/arch/m68k/include/asm/m527xsim.h +++ b/arch/m68k/include/asm/m527xsim.h | |||
@@ -59,6 +59,8 @@ | |||
59 | #define MCF_IRQ_FECTX1 (MCFINT2_VECBASE + MCFINT2_FECTX1) | 59 | #define MCF_IRQ_FECTX1 (MCFINT2_VECBASE + MCFINT2_FECTX1) |
60 | #define MCF_IRQ_FECENTC1 (MCFINT2_VECBASE + MCFINT2_FECENTC1) | 60 | #define MCF_IRQ_FECENTC1 (MCFINT2_VECBASE + MCFINT2_FECENTC1) |
61 | 61 | ||
62 | #define MCF_IRQ_QSPI (MCFINT_VECBASE + MCFINT_QSPI) | ||
63 | |||
62 | /* | 64 | /* |
63 | * SDRAM configuration registers. | 65 | * SDRAM configuration registers. |
64 | */ | 66 | */ |
@@ -103,6 +105,28 @@ | |||
103 | #define MCFFEC_BASE1 (MCF_IPSBAR + 0x1800) | 105 | #define MCFFEC_BASE1 (MCF_IPSBAR + 0x1800) |
104 | #define MCFFEC_SIZE1 0x800 | 106 | #define MCFFEC_SIZE1 0x800 |
105 | 107 | ||
108 | /* | ||
109 | * QSPI module. | ||
110 | */ | ||
111 | #define MCFQSPI_BASE (MCF_IPSBAR + 0x340) | ||
112 | #define MCFQSPI_SIZE 0x40 | ||
113 | |||
114 | #ifdef CONFIG_M5271 | ||
115 | #define MCFQSPI_CS0 91 | ||
116 | #define MCFQSPI_CS1 92 | ||
117 | #define MCFQSPI_CS2 99 | ||
118 | #define MCFQSPI_CS3 103 | ||
119 | #endif | ||
120 | #ifdef CONFIG_M5275 | ||
121 | #define MCFQSPI_CS0 59 | ||
122 | #define MCFQSPI_CS1 60 | ||
123 | #define MCFQSPI_CS2 61 | ||
124 | #define MCFQSPI_CS3 62 | ||
125 | #endif | ||
126 | |||
127 | /* | ||
128 | * GPIO module. | ||
129 | */ | ||
106 | #ifdef CONFIG_M5271 | 130 | #ifdef CONFIG_M5271 |
107 | #define MCFGPIO_PODR_ADDR (MCF_IPSBAR + 0x100000) | 131 | #define MCFGPIO_PODR_ADDR (MCF_IPSBAR + 0x100000) |
108 | #define MCFGPIO_PODR_DATAH (MCF_IPSBAR + 0x100001) | 132 | #define MCFGPIO_PODR_DATAH (MCF_IPSBAR + 0x100001) |