xref: /rk3399_ARM-atf/plat/marvell/armada/a3k/common/include/ddr_info.h (revision 3dbbbca29e3c42a6f9976878f27e1f1fd75b5c8e)
1 /*
2  * Copyright (C) 2018 Marvell International Ltd.
3  *
4  * SPDX-License-Identifier:     BSD-3-Clause
5  * https://spdx.org/licenses
6  */
7 
8 #ifndef DDR_INFO_H
9 #define DDR_INFO_H
10 
11 #define DRAM_MAX_IFACE			1
12 #define DRAM_CH0_MMAP_LOW_OFFSET	0x200
13 
14 #endif /* DDR_INFO_H */
15