summaryrefslogtreecommitdiff
path: root/plat/marvell/a3700/common/include/ddr_info.h
blob: 1a9230da0b55958fff0815a26f16f24605b77cb4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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_ */