ftp://ftp.kernel.org/pub/linux/kernel/v2.6/linux-2.6.6.tar.bz2
[linux-2.6.git] / include / asm-arm / arch-sa1100 / pleb.h
1 /*
2  * linux/include/asm-arm/arch-sa1100/pleb.h
3  *
4  * Created 2000/12/08 by Daniel Potts <danielp@cse.unsw.edu.au>
5  *
6  * This file contains the hardware specific definitions for the
7  * PLEB board. http://www.cse.unsw.edu.au/~pleb
8  */
9
10 #ifndef _INCLUDE_PLEB_H_
11 #define _INCLUDE_PLEB_H_
12
13 #define PLEB_ETH0_P             (0x20000300)    /* Ethernet 0 in PCMCIA0 IO */
14 #define PLEB_ETH0_V             (0xf6000300)
15
16 #define GPIO_ETH0_IRQ           GPIO_GPIO (21)
17 #define GPIO_ETH0_EN            GPIO_GPIO (26)
18
19 #define IRQ_GPIO_ETH0_IRQ       IRQ_GPIO21
20
21 #endif