summaryrefslogtreecommitdiffstats
path: root/arch/arm/include/asm/arch-am33xx/hardware.h
diff options
context:
space:
mode:
authorMatt Porter <mporter@ti.com>2013-03-15 10:07:06 +0000
committerTom Rini <trini@ti.com>2013-03-24 12:49:11 -0400
commit8b029f22a6618f9966d2840c5d962646fc0829d6 (patch)
tree33aa6b8e6a2c6a5fe21e0118a93b552d0bf1f1d7 /arch/arm/include/asm/arch-am33xx/hardware.h
parentb2e682f7a08e4f589b7b2266ced58ae7493a344b (diff)
downloadtalos-obmc-uboot-8b029f22a6618f9966d2840c5d962646fc0829d6.tar.gz
talos-obmc-uboot-8b029f22a6618f9966d2840c5d962646fc0829d6.zip
am33xx: add ti814x specific register definitions
Support the ti814x specific register definitions within arch-am33xx. Signed-off-by: Matt Porter <mporter@ti.com> Reviewed-by: Tom Rini <trini@ti.com>
Diffstat (limited to 'arch/arm/include/asm/arch-am33xx/hardware.h')
-rw-r--r--arch/arm/include/asm/arch-am33xx/hardware.h21
1 files changed, 4 insertions, 17 deletions
diff --git a/arch/arm/include/asm/arch-am33xx/hardware.h b/arch/arm/include/asm/arch-am33xx/hardware.h
index 24a9b8d2d4..5a27f9cf5e 100644
--- a/arch/arm/include/asm/arch-am33xx/hardware.h
+++ b/arch/arm/include/asm/arch-am33xx/hardware.h
@@ -19,6 +19,7 @@
#ifndef __AM33XX_HARDWARE_H
#define __AM33XX_HARDWARE_H
+#include <config.h>
#include <asm/arch/omap.h>
#ifdef CONFIG_AM33XX
#include <asm/arch/hardware_am33xx.h>
@@ -26,8 +27,9 @@
#include <asm/arch/hardware_ti814x.h>
#endif
-/* Module base addresses */
-#define UART0_BASE 0x44E09000
+/*
+ * Common hardware definitions
+ */
/* DM Timer base addresses */
#define DM_TIMER0_BASE 0x4802C000
@@ -42,21 +44,10 @@
/* GPIO Base address */
#define GPIO0_BASE 0x48032000
#define GPIO1_BASE 0x4804C000
-#define GPIO2_BASE 0x481AC000
/* BCH Error Location Module */
#define ELM_BASE 0x48080000
-/* Watchdog Timer */
-#define WDT_BASE 0x44E35000
-
-/* Control Module Base Address */
-#define CTRL_BASE 0x44E10000
-#define CTRL_DEVICE_BASE 0x44E10600
-
-/* PRCM Base Address */
-#define PRCM_BASE 0x44E00000
-
/* EMIF Base address */
#define EMIF4_0_CFG_BASE 0x4C000000
#define EMIF4_1_CFG_BASE 0x4D000000
@@ -90,10 +81,6 @@
/* CPSW Config space */
#define CPSW_BASE 0x4A100000
-#define CPSW_MDIO_BASE 0x4A101000
-
-/* RTC base address */
-#define RTC_BASE 0x44E3E000
/* OTG */
#define USB0_OTG_BASE 0x47401000
OpenPOWER on IntegriCloud