summaryrefslogtreecommitdiff
path: root/plat/marvell/a3700/common/include/ddr_info.h
diff options
context:
space:
mode:
Diffstat (limited to 'plat/marvell/a3700/common/include/ddr_info.h')
-rw-r--r--plat/marvell/a3700/common/include/ddr_info.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/plat/marvell/a3700/common/include/ddr_info.h b/plat/marvell/a3700/common/include/ddr_info.h
new file mode 100644
index 00000000..1a9230da
--- /dev/null
+++ b/plat/marvell/a3700/common/include/ddr_info.h
@@ -0,0 +1,14 @@
+/*
+ * Copyright (C) 2018 Marvell International Ltd.
+ *
+ * SPDX-License-Identifier: BSD-3-Clause
+ * https://spdx.org/licenses
+ */
+
+#ifndef _DDR_INFO_H_
+#define _DDR_INFO_H_
+
+#define DRAM_MAX_IFACE 1
+#define DRAM_CH0_MMAP_LOW_OFFSET 0x200
+
+#endif /* _DDR_INFO_H_ */