summaryrefslogtreecommitdiff
path: root/board/sunxi/dram_linksprite_pcduino3.c
diff options
context:
space:
mode:
authorAlbert ARIBAUD <albert.u.boot@aribaud.net>2014-08-09 16:48:34 +0200
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>2014-08-09 16:48:34 +0200
commit1899fac925eda817e12234aef3d01d354788662e (patch)
treebaed464b3d9250361cd85e931a16d87b397cc36f /board/sunxi/dram_linksprite_pcduino3.c
parente76b933e02e1b38e48754c435e9dba1c0deeb3c6 (diff)
parent3340eab26d89176dd0bf543e6d2590665c577423 (diff)
downloadu-boot-imx-1899fac925eda817e12234aef3d01d354788662e.zip
u-boot-imx-1899fac925eda817e12234aef3d01d354788662e.tar.gz
u-boot-imx-1899fac925eda817e12234aef3d01d354788662e.tar.bz2
Merge branch 'u-boot-sunxi/master' into 'u-boot-arm/master'
Diffstat (limited to 'board/sunxi/dram_linksprite_pcduino3.c')
-rw-r--r--board/sunxi/dram_linksprite_pcduino3.c31
1 files changed, 31 insertions, 0 deletions
diff --git a/board/sunxi/dram_linksprite_pcduino3.c b/board/sunxi/dram_linksprite_pcduino3.c
new file mode 100644
index 0000000..9cc6e19
--- /dev/null
+++ b/board/sunxi/dram_linksprite_pcduino3.c
@@ -0,0 +1,31 @@
+/* this file is generated, don't edit it yourself */
+
+#include <common.h>
+#include <asm/arch/dram.h>
+
+static struct dram_para dram_para = {
+ .clock = 480,
+ .type = 3,
+ .rank_num = 1,
+ .density = 4096,
+ .io_width = 16,
+ .bus_width = 32,
+ .cas = 9,
+ .zq = 0x7a,
+ .odt_en = 0,
+ .size = 1024,
+ .tpr0 = 0x42d899b7,
+ .tpr1 = 0xa090,
+ .tpr2 = 0x22a00,
+ .tpr3 = 0,
+ .tpr4 = 0,
+ .tpr5 = 0,
+ .emr1 = 0x4,
+ .emr2 = 0x10,
+ .emr3 = 0x0,
+};
+
+unsigned long sunxi_dram_init(void)
+{
+ return dramc_init(&dram_para);
+}