initial commit with v2.6.9
[linux-2.6.9-moxart.git] / include / asm-arm / arch-sa1100 / pleb.h
blob8c1fc10595ca662f3afeda368b3b563b293cff2b
1 /*
2 * linux/include/asm-arm/arch-sa1100/pleb.h
4 * Created 2000/12/08 by Daniel Potts <danielp@cse.unsw.edu.au>
6 * This file contains the hardware specific definitions for the
7 * PLEB board. http://www.cse.unsw.edu.au/~pleb
8 */
10 #ifndef _INCLUDE_PLEB_H_
11 #define _INCLUDE_PLEB_H_
13 #define PLEB_ETH0_P (0x20000300) /* Ethernet 0 in PCMCIA0 IO */
14 #define PLEB_ETH0_V (0xf6000300)
16 #define GPIO_ETH0_IRQ GPIO_GPIO (21)
17 #define GPIO_ETH0_EN GPIO_GPIO (26)
19 #define IRQ_GPIO_ETH0_IRQ IRQ_GPIO21
21 #endif