mx31: add GPIO registers definitions

Added definitions for i.MX31 processor GPIO registers.

Signed-off-by: Ilya Yanok <yanok@emcraft.com>
This commit is contained in:
Ilya Yanok 2009-02-08 00:59:43 +03:00 committed by Jean-Christophe PLAGNIOL-VILLARD
parent e7deec1bf6
commit 54dc517328
1 changed files with 10 additions and 0 deletions

View File

@ -86,6 +86,16 @@
#define WDOG_BASE 0x53FDC000
/*
* GPIO
*/
#define GPIO1_BASE 0x53FCC000
#define GPIO2_BASE 0x53FD0000
#define GPIO3_BASE 0x53FA4000
#define GPIO_DR 0x00000000 /* data register */
#define GPIO_GDIR 0x00000004 /* direction register */
#define GPIO_PSR 0x00000008 /* pad status register */
/*
* Signal Multiplexing (IOMUX)
*/