VServer 1.9.2 (patch-2.6.8.1-vs1.9.2.diff)
[linux-2.6.git] / arch / mips / pmc-sierra / yosemite / setup.h
1 /*
2  * Copyright 2003 PMC-Sierra
3  * Author: Manish Lachwani (lachwani@pmc-sierra.com)
4  *
5  * Board specific definititions for the PMC-Sierra Yosemite
6  *
7  * This program is free software; you can redistribute  it and/or modify it
8  * under  the terms of  the GNU General  Public License as published by the
9  * Free Software Foundation;  either version 2 of the  License, or (at your
10  * option) any later version.
11  */
12 #ifndef __SETUP_H__
13 #define __SETUP_H__
14
15 /* NVRAM Base */
16 #define YOSEMITE_NVRAM_BASE_ADDR        0xbb000678      /* XXX Need change */
17 #define YOSEMITE_RTC_BASE               0xbb000679      /* XXX Need change */
18
19 #define HYPERTRANSPORT_BAR0_ADDR        0x00000006
20 #define HYPERTRANSPORT_SIZE0            0x0fffffff
21 #define HYPERTRANSPORT_BAR0_ATTR        0x00002000
22
23 #define HYPERTRANSPORT_ENABLE           0x6
24
25 /*
26  * EEPROM Size
27  */
28 #define TITAN_ATMEL_24C32_SIZE          32768
29 #define TITAN_ATMEL_24C64_SIZE          65536
30
31 #endif /* __SETUP_H__ */