License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[linux-block.git] / arch / m68k / include / asm / mcfsim.h
CommitLineData
b2441318 1/* SPDX-License-Identifier: GPL-2.0 */
1da177e4
LT
2/****************************************************************************/
3
4/*
5 * mcfsim.h -- ColdFire System Integration Module support.
6 *
7 * (C) Copyright 1999-2003, Greg Ungerer (gerg@snapgear.com)
5938084b 8 * (C) Copyright 2000, Lineo Inc. (www.lineo.com)
1da177e4
LT
9 */
10
11/****************************************************************************/
12#ifndef mcfsim_h
13#define mcfsim_h
14/****************************************************************************/
15
1da177e4 16/*
5938084b
GU
17 * Include the appropriate ColdFire CPU specific System Integration Module
18 * (SIM) definitions.
1da177e4 19 */
c155f3f9 20#if defined(CONFIG_M5206) || defined(CONFIG_M5206e)
1da177e4 21#include <asm/m5206sim.h>
5938084b 22#include <asm/mcfintc.h>
4a1cc1ab
GU
23#elif defined(CONFIG_M520x)
24#include <asm/m520xsim.h>
d9b9d5dd
GU
25#elif defined(CONFIG_M523x)
26#include <asm/m523xsim.h>
5938084b 27#include <asm/mcfintc.h>
5a4acf3e 28#elif defined(CONFIG_M5249) || defined(CONFIG_M525x)
04e037aa
SK
29#include <asm/m525xsim.h>
30#include <asm/mcfintc.h>
1da177e4
LT
31#elif defined(CONFIG_M527x)
32#include <asm/m527xsim.h>
33#elif defined(CONFIG_M5272)
34#include <asm/m5272sim.h>
35#elif defined(CONFIG_M528x)
36#include <asm/m528xsim.h>
37#elif defined(CONFIG_M5307)
38#include <asm/m5307sim.h>
5938084b 39#include <asm/mcfintc.h>
6eac4027
GU
40#elif defined(CONFIG_M53xx)
41#include <asm/m53xxsim.h>
1da177e4
LT
42#elif defined(CONFIG_M5407)
43#include <asm/m5407sim.h>
5938084b 44#include <asm/mcfintc.h>
5b2e6555
GU
45#elif defined(CONFIG_M54xx)
46#include <asm/m54xxsim.h>
bea8bcb1
SK
47#elif defined(CONFIG_M5441x)
48#include <asm/m5441xsim.h>
1da177e4
LT
49#endif
50
1da177e4
LT
51/****************************************************************************/
52#endif /* mcfsim_h */