linux/arch/mips/include/asm/vr41xx/tb0287.h
<<
>>
Prefs
   1/*
   2 *  tb0287.h, Include file for TANBAC TB0287 mini-ITX board.
   3 *
   4 *  Copyright (C) 2005  Media Lab Inc. <ito@mlb.co.jp>
   5 *
   6 *  This code is largely based on tb0219.h.
   7 *
   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.
  12 *
  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.
  17 *
  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
  21 */
  22#ifndef __TANBAC_TB0287_H
  23#define __TANBAC_TB0287_H
  24
  25#include <asm/vr41xx/irq.h>
  26
  27/*
  28 * General-Purpose I/O Pin Number
  29 */
  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
  34
  35/*
  36 * Interrupt Number
  37 */
  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)
  42
  43#endif /* __TANBAC_TB0287_H */
  44