blob: 15fcf52ef1980aec5303467f58f3b628c4739368 [file] [log] [blame]
Hao Zhang7f8406d2014-07-09 23:44:49 +03001/*
2 * Keystone2: DDR3 configuration
3 *
4 * (C) Copyright 2012-2014
5 * Texas Instruments Incorporated, <www.ti.com>
6 *
7 * SPDX-License-Identifier: GPL-2.0+
8 */
9
10#ifndef __DDR3_CFG_H
11#define __DDR3_CFG_H
12
13extern struct ddr3_phy_config ddr3phy_1600_8g;
14extern struct ddr3_emif_config ddr3_1600_8g;
15
16extern struct ddr3_phy_config ddr3phy_1333_2g;
17extern struct ddr3_emif_config ddr3_1333_2g;
18
Hao Zhang82be0132014-07-16 00:59:27 +030019extern struct ddr3_phy_config ddr3phy_1600_4g;
20extern struct ddr3_emif_config ddr3_1600_4g;
21
Hao Zhang7f8406d2014-07-09 23:44:49 +030022int ddr3_get_dimm_params(char *dimm_name);
23
24#endif /* __DDR3_CFG_H */