aboutsummaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorJorge Ramirez-Ortiz <jorge@foundries.io>2021-10-04 16:06:33 +0200
committerJérôme Forissier <jerome@forissier.org>2021-11-08 10:13:23 +0100
commit4707e265a8a74a3ac97e955ae6028b73516bcd94 (patch)
tree98a03186c1835ad7acb90b3cae5ec0a439d9c57d /core
parent88544a9fe16231486c1d648c56b6daee67597c40 (diff)
zynqmp: add base address definitions
Add the base address definitions for the CSU and the CSUDMA modules Signed-off-by: Jorge Ramirez-Ortiz <jorge@foundries.io> Reviewed-by: Vesa Jääskeläinen <vesa.jaaskelainen@vaisala.com> Acked-by: Etienne Carriere <etienne.carriere@linaro.org>
Diffstat (limited to 'core')
-rw-r--r--core/arch/arm/plat-zynqmp/platform_config.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/core/arch/arm/plat-zynqmp/platform_config.h b/core/arch/arm/plat-zynqmp/platform_config.h
index 093bbeab..df79c294 100644
--- a/core/arch/arm/plat-zynqmp/platform_config.h
+++ b/core/arch/arm/plat-zynqmp/platform_config.h
@@ -86,6 +86,11 @@
#error "Unknown platform flavor"
#endif
+#define CSUDMA_BASE 0xFFC80000
+#define CSUDMA_SIZE 0x1000
+#define CSU_BASE 0xFFCA0000
+#define CSU_SIZE 0x5038
+
#ifdef CFG_TEE_LOAD_ADDR
#define TEE_LOAD_ADDR CFG_TEE_LOAD_ADDR
#else