123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369 |
- /*
- * ColdFire Internal Memory Map and Defines
- *
- * Copyright (C) 2004-2007 Freescale Semiconductor, Inc.
- * TsiChung Liew (Tsi-Chung.Liew@freescale.com)
- *
- * See file CREDITS for list of people who contributed to this
- * project.
- *
- * This program is free software; you can redistribute it and/or
- * modify it under the terms of the GNU General Public License as
- * published by the Free Software Foundation; either version 2 of
- * the License, or (at your option) any later version.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston,
- * MA 02111-1307 USA
- */
- #ifndef __IMMAP_H
- #define __IMMAP_H
- #ifdef CONFIG_M52277
- #include <asm/immap_5227x.h>
- #include <asm/m5227x.h>
- #define CFG_UART_BASE (MMAP_UART0 + (CFG_UART_PORT * 0x4000))
- #define CFG_MCFRTC_BASE (MMAP_RTC)
- #ifdef CONFIG_LCD
- #define CFG_LCD_BASE (MMAP_LCD)
- #endif
- /* Timer */
- #ifdef CONFIG_MCFTMR
- #define CFG_UDELAY_BASE (MMAP_DTMR0)
- #define CFG_TMR_BASE (MMAP_DTMR1)
- #define CFG_TMRPND_REG (((volatile int0_t *)(CFG_INTR_BASE))->iprh0)
- #define CFG_TMRINTR_NO (INT0_HI_DTMR1)
- #define CFG_TMRINTR_MASK (INTC_IPRH_INT33)
- #define CFG_TMRINTR_PEND (CFG_TMRINTR_MASK)
- #define CFG_TMRINTR_PRI (6)
- #define CFG_TIMER_PRESCALER (((gd->bus_clk / 1000000) - 1) << 8)
- #endif
- #ifdef CONFIG_MCFPIT
- #define CFG_UDELAY_BASE (MMAP_PIT0)
- #define CFG_PIT_BASE (MMAP_PIT1)
- #define CFG_PIT_PRESCALE (6)
- #endif
- #define CFG_INTR_BASE (MMAP_INTC0)
- #define CFG_NUM_IRQS (128)
- #endif /* CONFIG_M52277 */
- #ifdef CONFIG_M5235
- #include <asm/immap_5235.h>
- #include <asm/m5235.h>
- #define CFG_FEC0_IOBASE (MMAP_FEC)
- #define CFG_UART_BASE (MMAP_UART0 + (CFG_UART_PORT * 0x40))
- /* Timer */
- #ifdef CONFIG_MCFTMR
- #define CFG_UDELAY_BASE (MMAP_DTMR0)
- #define CFG_TMR_BASE (MMAP_DTMR3)
- #define CFG_TMRPND_REG (((volatile int0_t *)(CFG_INTR_BASE))->iprl0)
- #define CFG_TMRINTR_NO (INT0_LO_DTMR3)
- #define CFG_TMRINTR_MASK (INTC_IPRL_INT22)
- #define CFG_TMRINTR_PEND (CFG_TMRINTR_MASK)
- #define CFG_TMRINTR_PRI (0x1E) /* Level must include inorder to work */
- #define CFG_TIMER_PRESCALER (((gd->bus_clk / 1000000) - 1) << 8)
- #endif
- #ifdef CONFIG_MCFPIT
- #define CFG_UDELAY_BASE (MMAP_PIT0)
- #define CFG_PIT_BASE (MMAP_PIT1)
- #define CFG_PIT_PRESCALE (6)
- #endif
- #define CFG_INTR_BASE (MMAP_INTC0)
- #define CFG_NUM_IRQS (128)
- #endif /* CONFIG_M5235 */
- #ifdef CONFIG_M5249
- #include <asm/immap_5249.h>
- #include <asm/m5249.h>
- #define CFG_UART_BASE (MMAP_UART0 + (CFG_UART_PORT * 0x40))
- #define CFG_INTR_BASE (MMAP_INTC)
- #define CFG_NUM_IRQS (64)
- /* Timer */
- #ifdef CONFIG_MCFTMR
- #define CFG_UDELAY_BASE (MMAP_DTMR0)
- #define CFG_TMR_BASE (MMAP_DTMR1)
- #define CFG_TMRPND_REG (mbar_readLong(MCFSIM_IPR))
- #define CFG_TMRINTR_NO (31)
- #define CFG_TMRINTR_MASK (0x00000400)
- #define CFG_TMRINTR_PEND (CFG_TMRINTR_MASK)
- #define CFG_TMRINTR_PRI (MCFSIM_ICR_AUTOVEC | MCFSIM_ICR_LEVEL7 | MCFSIM_ICR_PRI3)
- #define CFG_TIMER_PRESCALER (((gd->bus_clk / 2000000) - 1) << 8)
- #endif
- #endif /* CONFIG_M5249 */
- #ifdef CONFIG_M5253
- #include <asm/immap_5253.h>
- #include <asm/m5249.h>
- #include <asm/m5253.h>
- #define CFG_UART_BASE (MMAP_UART0 + (CFG_UART_PORT * 0x40))
- #define CFG_INTR_BASE (MMAP_INTC)
- #define CFG_NUM_IRQS (64)
- /* Timer */
- #ifdef CONFIG_MCFTMR
- #define CFG_UDELAY_BASE (MMAP_DTMR0)
- #define CFG_TMR_BASE (MMAP_DTMR1)
- #define CFG_TMRPND_REG (mbar_readLong(MCFSIM_IPR))
- #define CFG_TMRINTR_NO (27)
- #define CFG_TMRINTR_MASK (0x00000400)
- #define CFG_TMRINTR_PEND (CFG_TMRINTR_MASK)
- #define CFG_TMRINTR_PRI (MCFSIM_ICR_AUTOVEC | MCFSIM_ICR_LEVEL3 | MCFSIM_ICR_PRI3)
- #define CFG_TIMER_PRESCALER (((gd->bus_clk / 2000000) - 1) << 8)
- #endif
- #endif /* CONFIG_M5253 */
- #ifdef CONFIG_M5271
- #include <asm/immap_5271.h>
- #include <asm/m5271.h>
- #define CFG_FEC0_IOBASE (MMAP_FEC)
- #define CFG_UART_BASE (MMAP_UART0 + (CFG_UART_PORT * 0x40))
- /* Timer */
- #ifdef CONFIG_MCFTMR
- #define CFG_UDELAY_BASE (MMAP_DTMR0)
- #define CFG_TMR_BASE (MMAP_DTMR3)
- #define CFG_TMRPND_REG (((volatile int0_t *)(CFG_INTR_BASE))->iprl0)
- #define CFG_TMRINTR_NO (INT0_LO_DTMR3)
- #define CFG_TMRINTR_MASK (INTC_IPRL_INT22)
- #define CFG_TMRINTR_PEND (CFG_TMRINTR_MASK)
- #define CFG_TMRINTR_PRI (0) /* Level must include inorder to work */
- #define CFG_TIMER_PRESCALER (((gd->bus_clk / 1000000) - 1) << 8)
- #endif
- #define CFG_INTR_BASE (MMAP_INTC0)
- #define CFG_NUM_IRQS (128)
- #endif /* CONFIG_M5271 */
- #ifdef CONFIG_M5272
- #include <asm/immap_5272.h>
- #include <asm/m5272.h>
- #define CFG_FEC0_IOBASE (MMAP_FEC)
- #define CFG_UART_BASE (MMAP_UART0 + (CFG_UART_PORT * 0x40))
- #define CFG_INTR_BASE (MMAP_INTC)
- #define CFG_NUM_IRQS (64)
- /* Timer */
- #ifdef CONFIG_MCFTMR
- #define CFG_UDELAY_BASE (MMAP_TMR0)
- #define CFG_TMR_BASE (MMAP_TMR3)
- #define CFG_TMRPND_REG (((volatile intctrl_t *)(CFG_INTR_BASE))->int_isr)
- #define CFG_TMRINTR_NO (INT_TMR3)
- #define CFG_TMRINTR_MASK (INT_ISR_INT24)
- #define CFG_TMRINTR_PEND (0)
- #define CFG_TMRINTR_PRI (INT_ICR1_TMR3PI | INT_ICR1_TMR3IPL(5))
- #define CFG_TIMER_PRESCALER (((gd->bus_clk / 1000000) - 1) << 8)
- #endif
- #endif /* CONFIG_M5272 */
- #ifdef CONFIG_M5282
- #include <asm/immap_5282.h>
- #include <asm/m5282.h>
- #define CFG_FEC0_IOBASE (MMAP_FEC)
- #define CFG_UART_BASE (MMAP_UART0 + (CFG_UART_PORT * 0x40))
- #define CFG_INTR_BASE (MMAP_INTC0)
- #define CFG_NUM_IRQS (128)
- /* Timer */
- #ifdef CONFIG_MCFTMR
- #define CFG_UDELAY_BASE (MMAP_DTMR0)
- #define CFG_TMR_BASE (MMAP_DTMR3)
- #define CFG_TMRPND_REG (((volatile int0_t *)(CFG_INTR_BASE))->iprl0)
- #define CFG_TMRINTR_NO (INT0_LO_DTMR3)
- #define CFG_TMRINTR_MASK (1 << INT0_LO_DTMR3)
- #define CFG_TMRINTR_PEND (CFG_TMRINTR_MASK)
- #define CFG_TMRINTR_PRI (0x1E) /* Level must include inorder to work */
- #define CFG_TIMER_PRESCALER (((gd->bus_clk / 1000000) - 1) << 8)
- #endif
- #endif /* CONFIG_M5282 */
- #if defined(CONFIG_M5329) || defined(CONFIG_M5373)
- #include <asm/immap_5329.h>
- #include <asm/m5329.h>
- #define CFG_FEC0_IOBASE (MMAP_FEC)
- #define CFG_UART_BASE (MMAP_UART0 + (CFG_UART_PORT * 0x4000))
- #define CFG_MCFRTC_BASE (MMAP_RTC)
- /* Timer */
- #ifdef CONFIG_MCFTMR
- #define CFG_UDELAY_BASE (MMAP_DTMR0)
- #define CFG_TMR_BASE (MMAP_DTMR1)
- #define CFG_TMRPND_REG (((volatile int0_t *)(CFG_INTR_BASE))->iprh0)
- #define CFG_TMRINTR_NO (INT0_HI_DTMR1)
- #define CFG_TMRINTR_MASK (INTC_IPRH_INT33)
- #define CFG_TMRINTR_PEND (CFG_TMRINTR_MASK)
- #define CFG_TMRINTR_PRI (6)
- #define CFG_TIMER_PRESCALER (((gd->bus_clk / 1000000) - 1) << 8)
- #endif
- #ifdef CONFIG_MCFPIT
- #define CFG_UDELAY_BASE (MMAP_PIT0)
- #define CFG_PIT_BASE (MMAP_PIT1)
- #define CFG_PIT_PRESCALE (6)
- #endif
- #define CFG_INTR_BASE (MMAP_INTC0)
- #define CFG_NUM_IRQS (128)
- #endif /* CONFIG_M5329 && CONFIG_M5373 */
- #ifdef CONFIG_M54455
- #include <asm/immap_5445x.h>
- #include <asm/m5445x.h>
- #define CFG_FEC0_IOBASE (MMAP_FEC0)
- #define CFG_FEC1_IOBASE (MMAP_FEC1)
- #define CFG_UART_BASE (MMAP_UART0 + (CFG_UART_PORT * 0x4000))
- #define CFG_MCFRTC_BASE (MMAP_RTC)
- /* Timer */
- #ifdef CONFIG_MCFTMR
- #define CFG_UDELAY_BASE (MMAP_DTMR0)
- #define CFG_TMR_BASE (MMAP_DTMR1)
- #define CFG_TMRPND_REG (((volatile int0_t *)(CFG_INTR_BASE))->iprh0)
- #define CFG_TMRINTR_NO (INT0_HI_DTMR1)
- #define CFG_TMRINTR_MASK (INTC_IPRH_INT33)
- #define CFG_TMRINTR_PEND (CFG_TMRINTR_MASK)
- #define CFG_TMRINTR_PRI (6)
- #define CFG_TIMER_PRESCALER (((gd->bus_clk / 1000000) - 1) << 8)
- #endif
- #ifdef CONFIG_MCFPIT
- #define CFG_UDELAY_BASE (MMAP_PIT0)
- #define CFG_PIT_BASE (MMAP_PIT1)
- #define CFG_PIT_PRESCALE (6)
- #endif
- #define CFG_INTR_BASE (MMAP_INTC0)
- #define CFG_NUM_IRQS (128)
- #ifdef CONFIG_PCI
- #define CFG_PCI_BAR0 (CFG_MBAR)
- #define CFG_PCI_BAR5 (CFG_SDRAM_BASE)
- #define CFG_PCI_TBATR0 (CFG_MBAR)
- #define CFG_PCI_TBATR5 (CFG_SDRAM_BASE)
- #endif
- #endif /* CONFIG_M54455 */
- #ifdef CONFIG_M547x
- #include <asm/immap_547x_8x.h>
- #include <asm/m547x_8x.h>
- #ifdef CONFIG_FSLDMAFEC
- #define CFG_FEC0_IOBASE (MMAP_FEC0)
- #define CFG_FEC1_IOBASE (MMAP_FEC1)
- #define FEC0_RX_TASK 0
- #define FEC0_TX_TASK 1
- #define FEC0_RX_PRIORITY 6
- #define FEC0_TX_PRIORITY 7
- #define FEC0_RX_INIT 16
- #define FEC0_TX_INIT 17
- #define FEC1_RX_TASK 2
- #define FEC1_TX_TASK 3
- #define FEC1_RX_PRIORITY 6
- #define FEC1_TX_PRIORITY 7
- #define FEC1_RX_INIT 30
- #define FEC1_TX_INIT 31
- #endif
- #define CFG_UART_BASE (MMAP_UART0 + (CFG_UART_PORT * 0x100))
- #ifdef CONFIG_SLTTMR
- #define CFG_UDELAY_BASE (MMAP_SLT1)
- #define CFG_TMR_BASE (MMAP_SLT0)
- #define CFG_TMRPND_REG (((volatile int0_t *)(CFG_INTR_BASE))->iprh0)
- #define CFG_TMRINTR_NO (INT0_HI_SLT0)
- #define CFG_TMRINTR_MASK (INTC_IPRH_INT54)
- #define CFG_TMRINTR_PEND (CFG_TMRINTR_MASK)
- #define CFG_TMRINTR_PRI (0x1E)
- #define CFG_TIMER_PRESCALER (gd->bus_clk / 1000000)
- #endif
- #define CFG_INTR_BASE (MMAP_INTC0)
- #define CFG_NUM_IRQS (128)
- #ifdef CONFIG_PCI
- #define CFG_PCI_BAR0 (0x40000000)
- #define CFG_PCI_BAR1 (CFG_SDRAM_BASE)
- #define CFG_PCI_TBATR0 (CFG_MBAR)
- #define CFG_PCI_TBATR1 (CFG_SDRAM_BASE)
- #endif
- #endif /* CONFIG_M547x */
- #ifdef CONFIG_M548x
- #include <asm/immap_547x_8x.h>
- #include <asm/m547x_8x.h>
- #ifdef CONFIG_FSLDMAFEC
- #define CFG_FEC0_IOBASE (MMAP_FEC0)
- #define CFG_FEC1_IOBASE (MMAP_FEC1)
- #define FEC0_RX_TASK 0
- #define FEC0_TX_TASK 1
- #define FEC0_RX_PRIORITY 6
- #define FEC0_TX_PRIORITY 7
- #define FEC0_RX_INIT 16
- #define FEC0_TX_INIT 17
- #define FEC1_RX_TASK 2
- #define FEC1_TX_TASK 3
- #define FEC1_RX_PRIORITY 6
- #define FEC1_TX_PRIORITY 7
- #define FEC1_RX_INIT 30
- #define FEC1_TX_INIT 31
- #endif
- #define CFG_UART_BASE (MMAP_UART0 + (CFG_UART_PORT * 0x100))
- /* Timer */
- #ifdef CONFIG_SLTTMR
- #define CFG_UDELAY_BASE (MMAP_SLT1)
- #define CFG_TMR_BASE (MMAP_SLT0)
- #define CFG_TMRPND_REG (((volatile int0_t *)(CFG_INTR_BASE))->iprh0)
- #define CFG_TMRINTR_NO (INT0_HI_SLT0)
- #define CFG_TMRINTR_MASK (INTC_IPRH_INT54)
- #define CFG_TMRINTR_PEND (CFG_TMRINTR_MASK)
- #define CFG_TMRINTR_PRI (0x1E)
- #define CFG_TIMER_PRESCALER (gd->bus_clk / 1000000)
- #endif
- #define CFG_INTR_BASE (MMAP_INTC0)
- #define CFG_NUM_IRQS (128)
- #ifdef CONFIG_PCI
- #define CFG_PCI_BAR0 (CFG_MBAR)
- #define CFG_PCI_BAR1 (CFG_SDRAM_BASE)
- #define CFG_PCI_TBATR0 (CFG_MBAR)
- #define CFG_PCI_TBATR1 (CFG_SDRAM_BASE)
- #endif
- #endif /* CONFIG_M548x */
- #endif /* __IMMAP_H */
|