ddr_info.h 264 Bytes
Newer Older
1
2
3
4
5
6
7
/*
 * Copyright (C) 2018 Marvell International Ltd.
 *
 * SPDX-License-Identifier:     BSD-3-Clause
 * https://spdx.org/licenses
 */

8
9
#ifndef DDR_INFO_H
#define DDR_INFO_H
10
11
12
13

#define DRAM_MAX_IFACE			1
#define DRAM_CH0_MMAP_LOW_OFFSET	0x200

14
#endif /* DDR_INFO_H */