blob: 254f78c1baa4769e6fe08f59952a3f5cc1e038ca [file] [log] [blame]
Konstantin Porotchkine7be6e22018-10-08 16:53:09 +03001/*
2 * Copyright (C) 2018 Marvell International Ltd.
3 *
4 * SPDX-License-Identifier: BSD-3-Clause
5 * https://spdx.org/licenses
6 */
7
Antonio Nino Diaz5eb88372018-11-08 10:20:19 +00008#ifndef DDR_INFO_H
9#define DDR_INFO_H
Konstantin Porotchkine7be6e22018-10-08 16:53:09 +030010
11#define DRAM_MAX_IFACE 1
12#define DRAM_CH0_MMAP_LOW_OFFSET 0x200
13
Antonio Nino Diaz5eb88372018-11-08 10:20:19 +000014#endif /* DDR_INFO_H */