blob: 03f3583c891882803cf600e33e59aa4231a932ed [file] [log] [blame]
Jamie Lenehana09749d2006-09-27 15:05:39 +09001/*
2 * Platform defintions for Titan
3 */
Jamie Lenehanea0f8fe2006-12-06 12:05:02 +09004#ifndef _ASM_SH_TITAN_H
5#define _ASM_SH_TITAN_H
Jamie Lenehana09749d2006-09-27 15:05:39 +09006
7#define __IO_PREFIX titan
8#include <asm/io_generic.h>
9
10/* IRQ assignments */
11#define TITAN_IRQ_WAN 2 /* eth0 (WAN) */
12#define TITAN_IRQ_LAN 5 /* eth1 (LAN) */
13#define TITAN_IRQ_MPCIA 8 /* mPCI A */
14#define TITAN_IRQ_MPCIB 11 /* mPCI B */
15#define TITAN_IRQ_USB 11 /* USB */
16
Jamie Lenehanea0f8fe2006-12-06 12:05:02 +090017#endif /* __ASM_SH_TITAN_H */