2010-12-17 22:18:49 +03:00
|
|
|
/* $NetBSD: pegasosreg.h,v 1.3 2010/12/17 19:18:49 phx Exp $ */
|
2007-11-04 20:07:10 +03:00
|
|
|
|
|
|
|
#ifndef _MACHINE_PEGASOSREG_H_
|
|
|
|
#define _MACHINE_PEGASOSREG_H_
|
|
|
|
|
2010-12-17 22:18:49 +03:00
|
|
|
/* Marvell Discovery System Controller */
|
2010-06-09 08:41:42 +04:00
|
|
|
#define PEGASOS2_GT_REGBASE 0xf1000000
|
2010-12-17 22:18:49 +03:00
|
|
|
|
|
|
|
/* GPIO to control AGP configuration space access */
|
|
|
|
#define PEGASOS2_AGP_CONF_ENABLE (1 << 23)
|
|
|
|
|
2007-11-04 20:07:10 +03:00
|
|
|
#define PEGASOS2_SRAM_BASE 0xf2000000
|
|
|
|
#define PEGASOS2_SRAM_SIZE 0x40000
|
|
|
|
|
|
|
|
#endif /*_MACHINE_PEGASOSREG_H_*/
|