aboutsummaryrefslogtreecommitdiff
path: root/include/asm-arm/arch-omap4/omap4430.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-arm/arch-omap4/omap4430.h')
-rw-r--r--include/asm-arm/arch-omap4/omap4430.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/include/asm-arm/arch-omap4/omap4430.h b/include/asm-arm/arch-omap4/omap4430.h
index a875fc39..294d721f 100644
--- a/include/asm-arm/arch-omap4/omap4430.h
+++ b/include/asm-arm/arch-omap4/omap4430.h
@@ -97,6 +97,16 @@
#define SYNC_32KTIMER_BASE (0x48320000)
#define S32K_CR (SYNC_32KTIMER_BASE+0x10)
+/* GPIO */
+/* OMAP3 GPIO registers */
+#define OMAP44XX_GPIO1_BASE (OMAP44XX_WAKEUP_L4_IO_BASE+0x10000+0x0000)
+#define OMAP44XX_GPIO2_BASE (OMAP44XX_L4_PER+0x50000+0x5000)
+#define OMAP44XX_GPIO3_BASE (OMAP44XX_L4_PER+0x50000+0x7000)
+#define OMAP44XX_GPIO4_BASE (OMAP44XX_L4_PER+0x50000+0x9000)
+#define OMAP44XX_GPIO5_BASE (OMAP44XX_L4_PER+0x50000+0xb000)
+#define OMAP44XX_GPIO6_BASE (OMAP44XX_L4_PER+0x50000+0xd000)
+ #define DATA_IN_OFFSET (0x138)
+
/*
* SDP4430 specific Section
*/