Import 2.3.9pre5
[davej-history.git] / include / asm-mips / dec / kn03.h
blob87ccae4b22a0002daa75995a343bc3be2a5e657a
1 /*
2 * Hardware info about DEC DECstation 5000/2x0 systems (otherwise known
3 * as 3max+ or kn03.
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.
9 * Copyright (C) 1995,1996 by Paul M. Antoine, some code and definitions
10 * are by curteousy of Chris Fraser.
12 * These are addresses which have to be known early in the boot process.
13 * For other addresses refer to tc.h ioasic_addrs.h and friends.
15 #ifndef __ASM_MIPS_DEC_KN03_H
16 #define __ASM_MIPS_DEC_KN03_H
18 #include <asm/addrspace.h>
21 * Motherboard regs (kseg1 addresses)
23 #define KN03_SSR_ADDR KSEG1ADDR(0x1f840100) /* system control & status reg */
24 #define KN03_SIR_ADDR KSEG1ADDR(0x1f840110) /* system interrupt reg */
25 #define KN03_SIRM_ADDR KSEG1ADDR(0x1f840120) /* system interrupt mask reg */
28 * Some port addresses...
29 * FIXME: these addresses are incomplete and need tidying up!
31 #define KN03_RTC_BASE (KSEG1ADDR(0x1f800000 + 0x200000)) /* ASIC + SL8 */
33 #endif /* __ASM_MIPS_DEC_KN03_H */