aboutsummaryrefslogtreecommitdiff
path: root/product/corstone-700/include/escm3_system_mmap.h
diff options
context:
space:
mode:
Diffstat (limited to 'product/corstone-700/include/escm3_system_mmap.h')
-rw-r--r--product/corstone-700/include/escm3_system_mmap.h23
1 files changed, 23 insertions, 0 deletions
diff --git a/product/corstone-700/include/escm3_system_mmap.h b/product/corstone-700/include/escm3_system_mmap.h
new file mode 100644
index 0000000..49847d5
--- /dev/null
+++ b/product/corstone-700/include/escm3_system_mmap.h
@@ -0,0 +1,23 @@
+/*
+ *
+ * Copyright (c) 2019, Arm Limited and Contributors. All rights reserved.
+ *
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
+ */
+
+
+#ifndef ESCM3_SYSTEM_MMAP_H
+#define ESCM3_SYSTEM_MMAP_H
+
+/*Memory*/
+
+#define FLASH_START 0x00000000
+#define FLASH_SIZE 0x00040000 /* 256 KiB */
+
+
+/* Data memory zones */
+#define SRAM_START 0x20000000
+#define SRAM_SIZE 0x00008000 /* 32 KiB */
+
+#endif /* ESCM3_SYSTEM_MMAP_H */