aboutsummaryrefslogtreecommitdiff
path: root/product/rdn1e1/include/scp_rdn1e1_mmap_scp.h
diff options
context:
space:
mode:
Diffstat (limited to 'product/rdn1e1/include/scp_rdn1e1_mmap_scp.h')
-rw-r--r--product/rdn1e1/include/scp_rdn1e1_mmap_scp.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/product/rdn1e1/include/scp_rdn1e1_mmap_scp.h b/product/rdn1e1/include/scp_rdn1e1_mmap_scp.h
new file mode 100644
index 00000000..51cf80dd
--- /dev/null
+++ b/product/rdn1e1/include/scp_rdn1e1_mmap_scp.h
@@ -0,0 +1,15 @@
+/*
+ * Arm SCP/MCP Software
+ * Copyright (c) 2017-2019, Arm Limited and Contributors. All rights reserved.
+ *
+ * SPDX-License-Identifier: BSD-3-Clause
+ */
+
+#ifndef SCP_RDN1E1_MMAP_SCP_H
+#define SCP_RDN1E1_MMAP_SCP_H
+
+#define SCP_ROM_BASE 0x00000000
+#define SCP_RAM0_BASE 0x00800000
+#define SCP_RAM1_BASE 0x20000000
+
+#endif /* SCP_RDN1E1_MMAP_SCP_H */