Ian Campbell | 5c58f8b | 2014-06-05 19:00:14 +0100 | [diff] [blame] | 1 | /* this file is generated, don't edit it yourself */ |
| 2 | |
| 3 | #include <common.h> |
| 4 | #include <asm/arch/dram.h> |
| 5 | |
| 6 | static struct dram_para dram_para = { |
| 7 | .clock = 480, |
| 8 | .type = 3, |
| 9 | .rank_num = 1, |
| 10 | .density = 4096, |
| 11 | .io_width = 16, |
| 12 | .bus_width = 32, |
| 13 | .cas = 9, |
| 14 | .zq = 0x7f, |
| 15 | .odt_en = 0, |
| 16 | .size = 1024, |
| 17 | .tpr0 = 0x42d899b7, |
| 18 | .tpr1 = 0xa090, |
| 19 | .tpr2 = 0x22a00, |
| 20 | .tpr3 = 0x0, |
| 21 | .tpr4 = 0x1, |
| 22 | .tpr5 = 0x0, |
| 23 | .emr1 = 0x4, |
| 24 | .emr2 = 0x10, |
| 25 | .emr3 = 0x0, |
| 26 | }; |
| 27 | |
| 28 | unsigned long sunxi_dram_init(void) |
| 29 | { |
| 30 | return dramc_init(&dram_para); |
| 31 | } |