Add GPIO addresses

This commit is contained in:
joff 2005-01-10 23:17:53 +00:00
parent bcaef1c07a
commit 5b4ec09e40
1 changed files with 7 additions and 1 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: ep93xxreg.h,v 1.1 2004/12/22 19:14:11 joff Exp $ */
/* $NetBSD: ep93xxreg.h,v 1.2 2005/01/10 23:17:53 joff Exp $ */
/*
* Copyright (c) 2004 Jesse Off
@ -139,6 +139,12 @@
#define EP93XX_APB_VBASE 0xf0100000UL
#define EP93XX_APB_HWBASE 0x80800000UL
#define EP93XX_APB_SIZE 0x00200000UL /* 2Mbyte */
#define EP93XX_APB_GPIO 0x00040000UL
#define EP93XX_APB_GPIO_SIZE 0x000000d0UL
#define EP93XX_GPIO_PADR 0x00000000UL
#define EP93XX_GPIO_PADDR 0x00000010UL
#define EP93XX_GPIO_PHDR 0x00000040UL
#define EP93XX_GPIO_PHDDR 0x00000044UL
#define EP93XX_APB_SYSCON 0x00130000UL
#define EP93XX_APB_SYSCON_SIZE 0x000000c0UL
#define EP93XX_SYSCON_PwrSts 0x00000000UL