2 * MCF5253 Internal Memory Map
4 * Copyright (C) 2004-2007 Freescale Semiconductor, Inc.
5 * TsiChung Liew (Tsi-Chung.Liew@freescale.com)
7 * See file CREDITS for list of people who contributed to this
10 * This program is free software; you can redistribute it and/or
11 * modify it under the terms of the GNU General Public License as
12 * published by the Free Software Foundation; either version 2 of
13 * the License, or (at your option) any later version.
15 * This program is distributed in the hope that it will be useful,
16 * but WITHOUT ANY WARRANTY; without even the implied warranty of
17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18 * GNU General Public License for more details.
20 * You should have received a copy of the GNU General Public License
21 * along with this program; if not, write to the Free Software
22 * Foundation, Inc., 59 Temple Place, Suite 330, Boston,
26 #ifndef __IMMAP_5249__
27 #define __IMMAP_5249__
29 #define MMAP_INTC (CFG_MBAR + 0x00000040)
30 #define MMAP_DTMR0 (CFG_MBAR + 0x00000140)
31 #define MMAP_DTMR1 (CFG_MBAR + 0x00000180)
32 #define MMAP_UART0 (CFG_MBAR + 0x000001C0)
33 #define MMAP_UART1 (CFG_MBAR + 0x00000200)
34 #define MMAP_I2C0 (CFG_MBAR + 0x00000280)
35 #define MMAP_QSPI (CFG_MBAR + 0x00000400)
36 #define MMAP_CAN0 (CFG_MBAR + 0x00010000)
37 #define MMAP_CAN1 (CFG_MBAR + 0x00011000)
39 #define MMAP_I2C1 (CFG_MBAR2 + 0x00000440)
40 #define MMAP_UART2 (CFG_MBAR2 + 0x00000C00)
42 /*********************************************************************
44 *********************************************************************/
46 /* Register read/write struct */
77 u32 fifo32
; /* 0x18 */
78 u16 fifo16
; /* 0x1C */
95 #endif /* __IMMAP_5249__ */