]> git.ipfire.org Git - people/ms/u-boot.git/blame - arch/m68k/include/asm/immap_5249.h
Add GPL-2.0+ SPDX-License-Identifier to source files
[people/ms/u-boot.git] / arch / m68k / include / asm / immap_5249.h
CommitLineData
cd42deeb
SR
1/*
2 * MCF5249 Internal Memory Map
3 *
4 * Copyright (c) 2003 Josef Baumgartner <josef.baumgartner@telex.de>
5 *
1a459660 6 * SPDX-License-Identifier: GPL-2.0+
cd42deeb
SR
7 */
8
9#ifndef __IMMAP_5249__
10#define __IMMAP_5249__
11
6d0f6bcf 12#define MMAP_INTC (CONFIG_SYS_MBAR + 0x00000040)
012522fe 13#define MMAP_FBCS (CONFIG_SYS_MBAR + 0x00000080)
6d0f6bcf
JCPV
14#define MMAP_DTMR0 (CONFIG_SYS_MBAR + 0x00000140)
15#define MMAP_DTMR1 (CONFIG_SYS_MBAR + 0x00000180)
16#define MMAP_UART0 (CONFIG_SYS_MBAR + 0x000001C0)
17#define MMAP_UART1 (CONFIG_SYS_MBAR + 0x00000200)
18#define MMAP_QSPI (CONFIG_SYS_MBAR + 0x00000400)
cd42deeb 19
012522fe
TL
20#include <asm/coldfire/flexbus.h>
21#include <asm/coldfire/qspi.h>
22
56115665 23#endif /* __IMMAP_5249__ */