ddr3_cfg.h 421 B

1234567891011121314151617181920
  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. #ifndef __DDR3_CFG_H
  10. #define __DDR3_CFG_H
  11. #include <asm/arch/ddr3.h>
  12. extern struct ddr3_phy_config ddr3phy_1600_2g;
  13. extern struct ddr3_emif_config ddr3_1600_2g;
  14. int ddr3_get_dimm_params_from_spd(struct ddr3_spd_cb *spd_cb);
  15. #endif /* __DDR3_CFG_H */