diff options
Diffstat (limited to 'arch/mips/include/asm/mips-boards/sead3int.h')
-rw-r--r-- | arch/mips/include/asm/mips-boards/sead3int.h | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/arch/mips/include/asm/mips-boards/sead3int.h b/arch/mips/include/asm/mips-boards/sead3int.h new file mode 100644 index 000000000000..d634d9a807f6 --- /dev/null +++ b/arch/mips/include/asm/mips-boards/sead3int.h | |||
@@ -0,0 +1,19 @@ | |||
1 | /* | ||
2 | * This file is subject to the terms and conditions of the GNU General Public | ||
3 | * License. See the file "COPYING" in the main directory of this archive | ||
4 | * for more details. | ||
5 | * | ||
6 | * Copyright (C) 2000,2012 MIPS Technologies, Inc. All rights reserved. | ||
7 | * Douglas Leung <douglas@mips.com> | ||
8 | * Steven J. Hill <sjhill@mips.com> | ||
9 | */ | ||
10 | #ifndef _MIPS_SEAD3INT_H | ||
11 | #define _MIPS_SEAD3INT_H | ||
12 | |||
13 | /* SEAD-3 GIC address space definitions. */ | ||
14 | #define GIC_BASE_ADDR 0x1b1c0000 | ||
15 | #define GIC_ADDRSPACE_SZ (128 * 1024) | ||
16 | |||
17 | #define MIPS_GIC_IRQ_BASE (MIPS_CPU_IRQ_BASE + 0) | ||
18 | |||
19 | #endif /* !(_MIPS_SEAD3INT_H) */ | ||