diff options
author | Lokesh Vutla <lokeshvutla@ti.com> | 2013-07-30 11:36:28 +0530 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2013-08-15 08:51:10 -0400 |
commit | c06e498a16eae82eda3a6947c2375990df20bd3a (patch) | |
tree | 4e14dc3e1724b3a08d3ed2a16dbdd1ed0d7c10d7 /arch/arm/include/asm/arch-am33xx/hardware.h | |
parent | fbf2728da300a96b2e2a6ba6b266bc80c8c21160 (diff) | |
download | u-boot-c06e498a16eae82eda3a6947c2375990df20bd3a.tar.gz u-boot-c06e498a16eae82eda3a6947c2375990df20bd3a.tar.xz u-boot-c06e498a16eae82eda3a6947c2375990df20bd3a.zip |
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.h')
-rw-r--r-- | arch/arm/include/asm/arch-am33xx/hardware.h | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/arch/arm/include/asm/arch-am33xx/hardware.h b/arch/arm/include/asm/arch-am33xx/hardware.h index 02f5f8a8d2..fa0bbda8f3 100644 --- a/arch/arm/include/asm/arch-am33xx/hardware.h +++ b/arch/arm/include/asm/arch-am33xx/hardware.h @@ -17,6 +17,8 @@ #include <asm/arch/hardware_am33xx.h> #elif defined(CONFIG_TI814X) #include <asm/arch/hardware_ti814x.h> +#elif defined(CONFIG_AM43XX) +#include <asm/arch/hardware_am43xx.h> #endif /* @@ -45,8 +47,6 @@ #define EMIF4_1_CFG_BASE 0x4D000000 /* PLL related registers */ -#define CM_PER 0x44E00000 -#define CM_WKUP 0x44E00400 #define CM_DPLL 0x44E00500 #define CM_DEVICE 0x44E00700 #define CM_RTC 0x44E00800 @@ -74,8 +74,4 @@ /* CPSW Config space */ #define CPSW_BASE 0x4A100000 -/* OTG */ -#define USB0_OTG_BASE 0x47401000 -#define USB1_OTG_BASE 0x47401800 - #endif /* __AM33XX_HARDWARE_H */ |