sdram-qimonda-hyb18m512160af-6.h 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. /*
  2. * SDRC register values for the Qimonda HYB18M512160AF-6
  3. *
  4. * Copyright (C) 2008-2009 Texas Instruments, Inc.
  5. * Copyright (C) 2008-2009 Nokia Corporation
  6. *
  7. * Paul Walmsley
  8. *
  9. * This program is free software; you can redistribute it and/or modify
  10. * it under the terms of the GNU General Public License version 2 as
  11. * published by the Free Software Foundation.
  12. */
  13. #ifndef ARCH_ARM_MACH_OMAP2_SDRAM_QIMONDA_HYB18M512160AF6
  14. #define ARCH_ARM_MACH_OMAP2_SDRAM_QIMONDA_HYB18M512160AF6
  15. #include "sdrc.h"
  16. /* Qimonda HYB18M512160AF-6 */
  17. static struct omap_sdrc_params hyb18m512160af6_sdrc_params[] = {
  18. [0] = {
  19. .rate = 166000000,
  20. .actim_ctrla = 0x629db4c6,
  21. .actim_ctrlb = 0x00012214,
  22. .rfr_ctrl = 0x0004dc01,
  23. .mr = 0x00000032,
  24. },
  25. [1] = {
  26. .rate = 165941176,
  27. .actim_ctrla = 0x629db4c6,
  28. .actim_ctrlb = 0x00012214,
  29. .rfr_ctrl = 0x0004dc01,
  30. .mr = 0x00000032,
  31. },
  32. [2] = {
  33. .rate = 83000000,
  34. .actim_ctrla = 0x31512283,
  35. .actim_ctrlb = 0x0001220a,
  36. .rfr_ctrl = 0x00025501,
  37. .mr = 0x00000022,
  38. },
  39. [3] = {
  40. .rate = 82970588,
  41. .actim_ctrla = 0x31512283,
  42. .actim_ctrlb = 0x0001220a,
  43. .rfr_ctrl = 0x00025501,
  44. .mr = 0x00000022,
  45. },
  46. [4] = {
  47. .rate = 0
  48. },
  49. };
  50. #endif