tb0287.h 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  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. #include <asm/vr41xx/irq.h>
  25. /*
  26. * General-Purpose I/O Pin Number
  27. */
  28. #define TB0287_PCI_SLOT_PIN 2
  29. #define TB0287_SM501_PIN 3
  30. #define TB0287_SIL680A_PIN 8
  31. #define TB0287_RTL8110_PIN 13
  32. /*
  33. * Interrupt Number
  34. */
  35. #define TB0287_PCI_SLOT_IRQ GIU_IRQ(TB0287_PCI_SLOT_PIN)
  36. #define TB0287_SM501_IRQ GIU_IRQ(TB0287_SM501_PIN)
  37. #define TB0287_SIL680A_IRQ GIU_IRQ(TB0287_SIL680A_PIN)
  38. #define TB0287_RTL8110_IRQ GIU_IRQ(TB0287_RTL8110_PIN)
  39. #endif /* __TANBAC_TB0287_H */