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

嵌入式Linux

开发平台:

Unix_Linux

  1. /*
  2.  * Hardware info about DEC DECstation DS2100/3100 systems (otherwise known
  3.  * as pmax or kn01.
  4.  *
  5.  * This file is subject to the terms and conditions of the GNU General Public
  6.  * License.  See the file "COPYING" in the main directory of this archive
  7.  * for more details.
  8.  *
  9.  * Copyright (C) 1995,1996 by Paul M. Antoine, some code and definitions
  10.  * are by curteousy of Chris Fraser.
  11.  *
  12.  * This file is under construction - you were warned!
  13.  */
  14. #ifndef __ASM_MIPS_DEC_KN01_H 
  15. #define __ASM_MIPS_DEC_KN01_H 
  16. #include <asm/addrspace.h>
  17. /*
  18.  * Some port addresses...
  19.  * FIXME: these addresses are incomplete and need tidying up!
  20.  */
  21. #define KN01_LANCE_BASE (KSEG1ADDR(0x18000000)) /* 0xB8000000 */
  22. #define KN01_DZ11_BASE (KSEG1ADDR(0x1c000000)) /* 0xBC000000 */
  23. #define KN01_RTC_BASE (KSEG1ADDR(0x1d000000)) /* 0xBD000000 */
  24. #endif /* __ASM_MIPS_DEC_KN01_H */