Add the rt linux 4.1.3-rt3 as base
[kvmfornfv.git] / kernel / arch / sh / include / mach-common / mach / titan.h
1 /*
2  * Platform definitions for Titan
3  */
4 #ifndef _ASM_SH_TITAN_H
5 #define _ASM_SH_TITAN_H
6
7 #include <linux/sh_intc.h>
8
9 #define __IO_PREFIX titan
10 #include <asm/io_generic.h>
11
12 /* IRQ assignments */
13 #define TITAN_IRQ_WAN           evt2irq(0x240)  /* eth0 (WAN) */
14 #define TITAN_IRQ_LAN           evt2irq(0x2a0)  /* eth1 (LAN) */
15 #define TITAN_IRQ_MPCIA         evt2irq(0x300)  /* mPCI A */
16 #define TITAN_IRQ_MPCIB         evt2irq(0x360)  /* mPCI B */
17 #define TITAN_IRQ_USB           evt2irq(0x360)  /* USB */
18
19 #endif /* __ASM_SH_TITAN_H */