1/* $NetBSD: pegasosreg.h,v 1.2 2010/06/09 04:41:42 kiyohara Exp $ */
2
3#ifndef _MACHINE_PEGASOSREG_H_
4#define _MACHINE_PEGASOSREG_H_
5
6/* Marvell Discovery System Controller */
7#define PEGASOS2_GT_REGBASE		0xf1000000
8
9/* GPIO to control AGP configuration space access */
10#define PEGASOS2_AGP_CONF_ENABLE	(1 << 23)
11
12#define PEGASOS2_SRAM_BASE		0xf2000000
13#define PEGASOS2_SRAM_SIZE		0x40000
14
15#endif /*_MACHINE_PEGASOSREG_H_*/
16