Committer: Michael Beasley <mike@snafu.setup>
[mikesnafu-overlay.git] / include / asm-mips / vr41xx / tb0287.h
blob61bead68abf0dd6638b5684158af4479e7f4670a
1 /*
2 * tb0287.h, Include file for TANBAC TB0287 mini-ITX board.
4 * Copyright (C) 2005 Media Lab Inc. <ito@mlb.co.jp>
6 * This code is largely based on tb0219.h.
8 * This program is free software; you can redistribute it and/or modify
9 * it under the terms of the GNU General Public License as published by
10 * the Free Software Foundation; either version 2 of the License, or
11 * (at your option) any later version.
13 * This program is distributed in the hope that it will be useful,
14 * but WITHOUT ANY WARRANTY; without even the implied warranty of
15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16 * GNU General Public License for more details.
18 * You should have received a copy of the GNU General Public License
19 * along with this program; if not, write to the Free Software
20 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
22 #ifndef __TANBAC_TB0287_H
23 #define __TANBAC_TB0287_H
25 #include <asm/vr41xx/irq.h>
28 * General-Purpose I/O Pin Number
30 #define TB0287_PCI_SLOT_PIN 2
31 #define TB0287_SM501_PIN 3
32 #define TB0287_SIL680A_PIN 8
33 #define TB0287_RTL8110_PIN 13
36 * Interrupt Number
38 #define TB0287_PCI_SLOT_IRQ GIU_IRQ(TB0287_PCI_SLOT_PIN)
39 #define TB0287_SM501_IRQ GIU_IRQ(TB0287_SM501_PIN)
40 #define TB0287_SIL680A_IRQ GIU_IRQ(TB0287_SIL680A_PIN)
41 #define TB0287_RTL8110_IRQ GIU_IRQ(TB0287_RTL8110_PIN)
43 #endif /* __TANBAC_TB0287_H */