Tom Rini | 10e4779 | 2018-05-06 17:58:06 -0400 | [diff] [blame] | 1 | /* SPDX-License-Identifier: GPL-2.0+ */ |
stroese | 8960792 | 2004-12-16 17:56:09 +0000 | [diff] [blame] | 2 | /* |
| 3 | * MCF5249 Internal Memory Map |
| 4 | * |
| 5 | * Copyright (c) 2003 Josef Baumgartner <josef.baumgartner@telex.de> |
stroese | 8960792 | 2004-12-16 17:56:09 +0000 | [diff] [blame] | 6 | */ |
| 7 | |
| 8 | #ifndef __IMMAP_5249__ |
| 9 | #define __IMMAP_5249__ |
| 10 | |
Jean-Christophe PLAGNIOL-VILLARD | 0383694 | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 11 | #define MMAP_INTC (CONFIG_SYS_MBAR + 0x00000040) |
TsiChung Liew | 7f1a046 | 2008-10-21 10:03:07 +0000 | [diff] [blame] | 12 | #define MMAP_FBCS (CONFIG_SYS_MBAR + 0x00000080) |
Jean-Christophe PLAGNIOL-VILLARD | 0383694 | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 13 | #define MMAP_DTMR0 (CONFIG_SYS_MBAR + 0x00000140) |
| 14 | #define MMAP_DTMR1 (CONFIG_SYS_MBAR + 0x00000180) |
| 15 | #define MMAP_UART0 (CONFIG_SYS_MBAR + 0x000001C0) |
| 16 | #define MMAP_UART1 (CONFIG_SYS_MBAR + 0x00000200) |
| 17 | #define MMAP_QSPI (CONFIG_SYS_MBAR + 0x00000400) |
stroese | 8960792 | 2004-12-16 17:56:09 +0000 | [diff] [blame] | 18 | |
TsiChung Liew | 7f1a046 | 2008-10-21 10:03:07 +0000 | [diff] [blame] | 19 | #include <asm/coldfire/flexbus.h> |
| 20 | #include <asm/coldfire/qspi.h> |
| 21 | |
TsiChungLiew | 0e81abc | 2007-08-15 19:38:15 -0500 | [diff] [blame] | 22 | #endif /* __IMMAP_5249__ */ |