summaryrefslogtreecommitdiff
path: root/arch/arm/include/asm/arch-am33xx/hardware_ti814x.h
diff options
context:
space:
mode:
authorLokesh Vutla <lokeshvutla@ti.com>2013-07-30 11:36:28 +0530
committerTom Rini <trini@ti.com>2013-08-15 08:51:10 -0400
commitc06e498a16eae82eda3a6947c2375990df20bd3a (patch)
tree4e14dc3e1724b3a08d3ed2a16dbdd1ed0d7c10d7 /arch/arm/include/asm/arch-am33xx/hardware_ti814x.h
parentfbf2728da300a96b2e2a6ba6b266bc80c8c21160 (diff)
downloadu-boot-imx-c06e498a16eae82eda3a6947c2375990df20bd3a.zip
u-boot-imx-c06e498a16eae82eda3a6947c2375990df20bd3a.tar.gz
u-boot-imx-c06e498a16eae82eda3a6947c2375990df20bd3a.tar.bz2
ARM: AM43xx: Add header files
Adding the following data: -> Prcm structure -> Base addresses -> Pin mux structure. Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
Diffstat (limited to 'arch/arm/include/asm/arch-am33xx/hardware_ti814x.h')
-rw-r--r--arch/arm/include/asm/arch-am33xx/hardware_ti814x.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/arm/include/asm/arch-am33xx/hardware_ti814x.h b/arch/arm/include/asm/arch-am33xx/hardware_ti814x.h
index 451d935..1ad8cb1 100644
--- a/arch/arm/include/asm/arch-am33xx/hardware_ti814x.h
+++ b/arch/arm/include/asm/arch-am33xx/hardware_ti814x.h
@@ -25,6 +25,11 @@
/* PRCM Base Address */
#define PRCM_BASE 0x48180000
+#define CM_PER 0x44E00000
+#define CM_WKUP 0x44E00400
+
+#define PRM_RSTCTRL (PRCM_BASE + 0x00A0)
+#define PRM_RSTST (PRM_RSTCTRL + 8)
/* PLL Subsystem Base Address */
#define PLL_SUBSYS_BASE 0x481C5000
@@ -43,4 +48,8 @@
/* RTC base address */
#define RTC_BASE 0x480C0000
+/* OTG */
+#define USB0_OTG_BASE 0x47401000
+#define USB1_OTG_BASE 0x47401800
+
#endif /* __AM33XX_HARDWARE_TI814X_H */