ddr3_cfg.h 417 B

12345678910111213141516171819
  1. /* SPDX-License-Identifier: GPL-2.0+ */
  2. /*
  3. * Keystone2: DDR3 configuration
  4. *
  5. * (C) Copyright 2012-2014
  6. * Texas Instruments Incorporated, <www.ti.com>
  7. */
  8. #ifndef __DDR3_CFG_H
  9. #define __DDR3_CFG_H
  10. #include <asm/arch/ddr3.h>
  11. extern struct ddr3_phy_config ddr3phy_1600_2g;
  12. extern struct ddr3_emif_config ddr3_1600_2g;
  13. int ddr3_get_dimm_params_from_spd(struct ddr3_spd_cb *spd_cb);
  14. #endif /* __DDR3_CFG_H */