treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156
[linux-block.git] / arch / mips / include / asm / vr41xx / tb0287.h
CommitLineData
1a59d1b8 1/* SPDX-License-Identifier: GPL-2.0-or-later */
4d666d7a
YY
2/*
3 * tb0287.h, Include file for TANBAC TB0287 mini-ITX board.
4 *
70342287 5 * Copyright (C) 2005 Media Lab Inc. <ito@mlb.co.jp>
4d666d7a
YY
6 *
7 * This code is largely based on tb0219.h.
4d666d7a
YY
8 */
9#ifndef __TANBAC_TB0287_H
10#define __TANBAC_TB0287_H
11
66151bbd 12#include <asm/vr41xx/irq.h>
4d666d7a
YY
13
14/*
15 * General-Purpose I/O Pin Number
16 */
17#define TB0287_PCI_SLOT_PIN 2
18#define TB0287_SM501_PIN 3
19#define TB0287_SIL680A_PIN 8
20#define TB0287_RTL8110_PIN 13
21
22/*
23 * Interrupt Number
24 */
25#define TB0287_PCI_SLOT_IRQ GIU_IRQ(TB0287_PCI_SLOT_PIN)
26#define TB0287_SM501_IRQ GIU_IRQ(TB0287_SM501_PIN)
27#define TB0287_SIL680A_IRQ GIU_IRQ(TB0287_SIL680A_PIN)
28#define TB0287_RTL8110_IRQ GIU_IRQ(TB0287_RTL8110_PIN)
29
30#endif /* __TANBAC_TB0287_H */