pleb.h
上传用户:lgb322
上传日期:2013-02-24
资源大小:30529k
文件大小:0k
源码类别:

嵌入式Linux

开发平台:

Unix_Linux

  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. #ifndef _INCLUDE_PLEB_H_
  10. #define _INCLUDE_PLEB_H_
  11. #define PLEB_ETH0_P (0x20000300) /* Ethernet 0 in PCMCIA0 IO */
  12. #define PLEB_ETH0_V (0xf6000300)
  13. #define GPIO_ETH0_IRQ GPIO_GPIO (21)
  14. #define GPIO_ETH0_EN GPIO_GPIO (26)
  15. #define IRQ_GPIO_ETH0_IRQ IRQ_GPIO21
  16. #endif