xref: /rk3399_rockchip-uboot/board/ti/ks2_evm/ddr3_cfg.h (revision b1babef856f936278d24bd0bf84f9cf702df2392)
1 /*
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 
13 extern struct ddr3_phy_config ddr3phy_1600_8g;
14 extern struct ddr3_emif_config ddr3_1600_8g;
15 
16 extern struct ddr3_phy_config ddr3phy_1333_2g;
17 extern struct ddr3_emif_config ddr3_1333_2g;
18 
19 int ddr3_get_dimm_params(char *dimm_name);
20 
21 #endif /* __DDR3_CFG_H */
22