sdram-hynix-h8mbx00u0mer-0em.h 1.2 KB

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