Path: blob/master/arch/mips/pmc-sierra/yosemite/setup.h
15118 views
/*1* Copyright 2003, 04 PMC-Sierra2* Author: Manish Lachwani ([email protected])3* Copyright 2004 Ralf Baechle <[email protected]>4*5* Board specific definititions for the PMC-Sierra Yosemite6*7* This program is free software; you can redistribute it and/or modify it8* under the terms of the GNU General Public License as published by the9* Free Software Foundation; either version 2 of the License, or (at your10* option) any later version.11*/12#ifndef __SETUP_H__13#define __SETUP_H__1415/* M48T37 RTC + NVRAM */16#define YOSEMITE_RTC_BASE 0xfc80000017#define YOSEMITE_RTC_SIZE 0x008000001819#define HYPERTRANSPORT_BAR0_ADDR 0x0000000620#define HYPERTRANSPORT_SIZE0 0x0fffffff21#define HYPERTRANSPORT_BAR0_ATTR 0x000020002223#define HYPERTRANSPORT_ENABLE 0x62425/*26* EEPROM Size27*/28#define TITAN_ATMEL_24C32_SIZE 3276829#define TITAN_ATMEL_24C64_SIZE 655363031#endif /* __SETUP_H__ */323334