Newer
Older
arm-trusted-firmware / plat / marvell / a3700 / common / include / ddr_info.h
@Konstantin Porotchkin Konstantin Porotchkin on 31 Oct 2018 270 bytes plat: marvell: Add support for Armada-37xx SoC platform
/*
 * 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_ */