sdram-numonyx-m65kxxxxam.h 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. /*
  2. * SDRC register values for the Numonyx M65KXXXXAM
  3. *
  4. * Copyright (C) 2009 Integration Software and Electronic Engineering.
  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_NUMONYX_M65KXXXXAM
  11. #define __ARCH_ARM_MACH_OMAP2_SDRAM_NUMONYX_M65KXXXXAM
  12. #include "sdrc.h"
  13. /* Numonyx M65KXXXXAM */
  14. static struct omap_sdrc_params m65kxxxxam_sdrc_params[] = {
  15. [0] = {
  16. .rate = 200000000,
  17. .actim_ctrla = 0xe321d4c6,
  18. .actim_ctrlb = 0x00022328,
  19. .rfr_ctrl = 0x0005e601,
  20. .mr = 0x00000032,
  21. },
  22. [1] = {
  23. .rate = 166000000,
  24. .actim_ctrla = 0xba9dc485,
  25. .actim_ctrlb = 0x00022321,
  26. .rfr_ctrl = 0x0004dc01,
  27. .mr = 0x00000032,
  28. },
  29. [2] = {
  30. .rate = 133000000,
  31. .actim_ctrla = 0x9a19b485,
  32. .actim_ctrlb = 0x0002231b,
  33. .rfr_ctrl = 0x0003de01,
  34. .mr = 0x00000032,
  35. },
  36. [3] = {
  37. .rate = 83000000,
  38. .actim_ctrla = 0x594ca242,
  39. .actim_ctrlb = 0x00022310,
  40. .rfr_ctrl = 0x00025501,
  41. .mr = 0x00000032,
  42. },
  43. [4] = {
  44. .rate = 0
  45. },
  46. };
  47. #endif