Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
sdram-numonyx-m65kxxxxam.h
Go to the documentation of this file.
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 
11 #ifndef __ARCH_ARM_MACH_OMAP2_SDRAM_NUMONYX_M65KXXXXAM
12 #define __ARCH_ARM_MACH_OMAP2_SDRAM_NUMONYX_M65KXXXXAM
13 
14 #include <plat/sdrc.h>
15 
16 /* Numonyx M65KXXXXAM */
17 static struct omap_sdrc_params m65kxxxxam_sdrc_params[] = {
18  [0] = {
19  .rate = 200000000,
20  .actim_ctrla = 0xe321d4c6,
21  .actim_ctrlb = 0x00022328,
22  .rfr_ctrl = 0x0005e601,
23  .mr = 0x00000032,
24  },
25  [1] = {
26  .rate = 166000000,
27  .actim_ctrla = 0xba9dc485,
28  .actim_ctrlb = 0x00022321,
29  .rfr_ctrl = 0x0004dc01,
30  .mr = 0x00000032,
31  },
32  [2] = {
33  .rate = 133000000,
34  .actim_ctrla = 0x9a19b485,
35  .actim_ctrlb = 0x0002231b,
36  .rfr_ctrl = 0x0003de01,
37  .mr = 0x00000032,
38  },
39  [3] = {
40  .rate = 83000000,
41  .actim_ctrla = 0x594ca242,
42  .actim_ctrlb = 0x00022310,
43  .rfr_ctrl = 0x00025501,
44  .mr = 0x00000032,
45  },
46  [4] = {
47  .rate = 0
48  },
49 };
50 
51 #endif