summaryrefslogtreecommitdiff
path: root/arch/arm/include/asm/arch-am33xx/hardware_am33xx.h
diff options
context:
space:
mode:
authorHeiko Schocher <hs@denx.de>2013-08-19 14:38:57 (GMT)
committerTom Rini <trini@ti.com>2013-08-28 15:44:59 (GMT)
commit14c0158b180c78b2e5482ae5c419862cfcf3226d (patch)
tree24db1326ec4015d5a64f5e86003f7914caddeac7 /arch/arm/include/asm/arch-am33xx/hardware_am33xx.h
parentdafd4db33a99f05616f02283f6fd3ba065278dcb (diff)
downloadu-boot-14c0158b180c78b2e5482ae5c419862cfcf3226d.tar.xz
arm, am335x: add some missing registers and defines for lcd and epwm support
- add missing register defines in struct cm_perpl epwmss0clkctrl epwmss2clkctrl lcdcclkstctrl - add missing register defines in struct cm_dpll clklcdcpixelclk - add struct pwmss_regs - add struct pwmss_ecap_regs - add LCD Controller base LCD_CNTL_BASE - add PWM0 controller base PWMSS0_BASE Signed-off-by: Heiko Schocher <hs@denx.de> Cc: Tom Rini <trini@ti.com>
Diffstat (limited to 'arch/arm/include/asm/arch-am33xx/hardware_am33xx.h')
-rw-r--r--arch/arm/include/asm/arch-am33xx/hardware_am33xx.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/include/asm/arch-am33xx/hardware_am33xx.h b/arch/arm/include/asm/arch-am33xx/hardware_am33xx.h
index 8973fd8..e4231c8 100644
--- a/arch/arm/include/asm/arch-am33xx/hardware_am33xx.h
+++ b/arch/arm/include/asm/arch-am33xx/hardware_am33xx.h
@@ -58,4 +58,11 @@
#define USB0_OTG_BASE 0x47401000
#define USB1_OTG_BASE 0x47401800
+/* LCD Controller */
+#define LCD_CNTL_BASE 0x4830E000
+
+/* PWMSS */
+#define PWMSS0_BASE 0x48300000
+#define AM33XX_ECAP0_BASE 0x48300100
+
#endif /* __AM33XX_HARDWARE_AM33XX_H */