]> git.karo-electronics.de Git - karo-tx-linux.git/blob - arch/mips/include/asm/mips-boards/sead3int.h
MIPS: SEAD3: Probe UARTs using DT
[karo-tx-linux.git] / arch / mips / include / asm / mips-boards / sead3int.h
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 #include <linux/irqchip/mips-gic.h>
14
15 /* CPU interrupt offsets */
16 #define CPU_INT_EHCI            2
17 #define CPU_INT_NET             6
18
19 /* GIC interrupt offsets */
20 #define GIC_INT_NET             GIC_SHARED_TO_HWIRQ(0)
21 #define GIC_INT_EHCI            GIC_SHARED_TO_HWIRQ(5)
22
23 #endif /* !(_MIPS_SEAD3INT_H) */