Masahiro Yamada | 5894ca0 | 2014-10-03 19:21:06 +0900 | [diff] [blame] | 1 | /* |
| 2 | * Copyright (C) 2011-2014 Panasonic Corporation |
| 3 | * |
| 4 | * SPDX-License-Identifier: GPL-2.0+ |
| 5 | */ |
| 6 | |
| 7 | #include <common.h> |
| 8 | #include <asm/io.h> |
| 9 | #include <asm/arch/umc-regs.h> |
Masahiro Yamada | b614e16 | 2014-12-19 20:20:52 +0900 | [diff] [blame] | 10 | #include <asm/arch/ddrphy-regs.h> |
Masahiro Yamada | 5894ca0 | 2014-10-03 19:21:06 +0900 | [diff] [blame] | 11 | |
Masahiro Yamada | ee94ee3 | 2015-01-21 15:06:46 +0900 | [diff] [blame] | 12 | static void umc_start_ssif(void __iomem *ssif_base) |
Masahiro Yamada | 5894ca0 | 2014-10-03 19:21:06 +0900 | [diff] [blame] | 13 | { |
| 14 | writel(0x00000000, ssif_base + 0x0000b004); |
| 15 | writel(0xffffffff, ssif_base + 0x0000c004); |
| 16 | writel(0x000fffcf, ssif_base + 0x0000c008); |
| 17 | writel(0x00000001, ssif_base + 0x0000b000); |
| 18 | writel(0x00000001, ssif_base + 0x0000c000); |
| 19 | writel(0x03010101, ssif_base + UMC_MDMCHSEL); |
| 20 | writel(0x03010100, ssif_base + UMC_DMDCHSEL); |
| 21 | |
| 22 | writel(0x00000000, ssif_base + UMC_CLKEN_SSIF_FETCH); |
| 23 | writel(0x00000000, ssif_base + UMC_CLKEN_SSIF_COMQUE0); |
| 24 | writel(0x00000000, ssif_base + UMC_CLKEN_SSIF_COMWC0); |
| 25 | writel(0x00000000, ssif_base + UMC_CLKEN_SSIF_COMRC0); |
| 26 | writel(0x00000000, ssif_base + UMC_CLKEN_SSIF_COMQUE1); |
| 27 | writel(0x00000000, ssif_base + UMC_CLKEN_SSIF_COMWC1); |
| 28 | writel(0x00000000, ssif_base + UMC_CLKEN_SSIF_COMRC1); |
| 29 | writel(0x00000000, ssif_base + UMC_CLKEN_SSIF_WC); |
| 30 | writel(0x00000000, ssif_base + UMC_CLKEN_SSIF_RC); |
| 31 | writel(0x00000000, ssif_base + UMC_CLKEN_SSIF_DST); |
| 32 | |
| 33 | writel(0x00000001, ssif_base + UMC_CPURST); |
| 34 | writel(0x00000001, ssif_base + UMC_IDSRST); |
| 35 | writel(0x00000001, ssif_base + UMC_IXMRST); |
| 36 | writel(0x00000001, ssif_base + UMC_MDMRST); |
| 37 | writel(0x00000001, ssif_base + UMC_MDDRST); |
| 38 | writel(0x00000001, ssif_base + UMC_SIORST); |
| 39 | writel(0x00000001, ssif_base + UMC_VIORST); |
| 40 | writel(0x00000001, ssif_base + UMC_FRCRST); |
| 41 | writel(0x00000001, ssif_base + UMC_RGLRST); |
| 42 | writel(0x00000001, ssif_base + UMC_AIORST); |
| 43 | writel(0x00000001, ssif_base + UMC_DMDRST); |
| 44 | } |
| 45 | |
Masahiro Yamada | ec79c79 | 2015-01-21 15:06:06 +0900 | [diff] [blame] | 46 | static void umc_dramcont_init(void __iomem *dramcont, void __iomem *ca_base, |
| 47 | int size, int freq) |
Masahiro Yamada | 5894ca0 | 2014-10-03 19:21:06 +0900 | [diff] [blame] | 48 | { |
| 49 | if (freq == 1333) { |
| 50 | writel(0x45990b11, dramcont + UMC_CMDCTLA); |
| 51 | writel(0x16958924, dramcont + UMC_CMDCTLB); |
| 52 | writel(0x5101046A, dramcont + UMC_INITCTLA); |
| 53 | |
| 54 | if (size == 1) |
| 55 | writel(0x27028B0A, dramcont + UMC_INITCTLB); |
| 56 | else if (size == 2) |
| 57 | writel(0x38028B0A, dramcont + UMC_INITCTLB); |
| 58 | |
| 59 | writel(0x000FF0FF, dramcont + UMC_INITCTLC); |
| 60 | writel(0x00000b51, dramcont + UMC_DRMMR0); |
| 61 | } else if (freq == 1600) { |
| 62 | writel(0x36BB0F17, dramcont + UMC_CMDCTLA); |
| 63 | writel(0x18C6AA24, dramcont + UMC_CMDCTLB); |
| 64 | writel(0x5101387F, dramcont + UMC_INITCTLA); |
| 65 | |
| 66 | if (size == 1) |
| 67 | writel(0x2F030D3F, dramcont + UMC_INITCTLB); |
| 68 | else if (size == 2) |
| 69 | writel(0x43030D3F, dramcont + UMC_INITCTLB); |
| 70 | |
| 71 | writel(0x00FF00FF, dramcont + UMC_INITCTLC); |
| 72 | writel(0x00000d71, dramcont + UMC_DRMMR0); |
| 73 | } |
| 74 | |
| 75 | writel(0x00000006, dramcont + UMC_DRMMR1); |
| 76 | |
| 77 | if (freq == 1333) |
| 78 | writel(0x00000290, dramcont + UMC_DRMMR2); |
| 79 | else if (freq == 1600) |
| 80 | writel(0x00000298, dramcont + UMC_DRMMR2); |
| 81 | |
| 82 | writel(0x00000800, dramcont + UMC_DRMMR3); |
| 83 | |
| 84 | if (freq == 1333) { |
| 85 | if (size == 1) |
| 86 | writel(0x00240512, dramcont + UMC_SPCCTLA); |
| 87 | else if (size == 2) |
| 88 | writel(0x00350512, dramcont + UMC_SPCCTLA); |
| 89 | |
| 90 | writel(0x00ff0006, dramcont + UMC_SPCCTLB); |
| 91 | writel(0x000a00ac, dramcont + UMC_RDATACTL_D0); |
| 92 | } else if (freq == 1600) { |
| 93 | if (size == 1) |
| 94 | writel(0x002B0617, dramcont + UMC_SPCCTLA); |
| 95 | else if (size == 2) |
| 96 | writel(0x003F0617, dramcont + UMC_SPCCTLA); |
| 97 | |
| 98 | writel(0x00ff0008, dramcont + UMC_SPCCTLB); |
| 99 | writel(0x000c00ae, dramcont + UMC_RDATACTL_D0); |
| 100 | } |
| 101 | |
| 102 | writel(0x04060806, dramcont + UMC_WDATACTL_D0); |
| 103 | writel(0x04a02000, dramcont + UMC_DATASET); |
| 104 | writel(0x00000000, ca_base + 0x2300); |
| 105 | writel(0x00400020, dramcont + UMC_DCCGCTL); |
| 106 | writel(0x00000003, dramcont + 0x7000); |
| 107 | writel(0x0000000f, dramcont + 0x8000); |
| 108 | writel(0x000000c3, dramcont + 0x8004); |
| 109 | writel(0x00000071, dramcont + 0x8008); |
| 110 | writel(0x0000003b, dramcont + UMC_DICGCTLA); |
| 111 | writel(0x020a0808, dramcont + UMC_DICGCTLB); |
| 112 | writel(0x00000004, dramcont + UMC_FLOWCTLG); |
| 113 | writel(0x80000201, ca_base + 0xc20); |
| 114 | writel(0x0801e01e, dramcont + UMC_FLOWCTLA); |
| 115 | writel(0x00200000, dramcont + UMC_FLOWCTLB); |
| 116 | writel(0x00004444, dramcont + UMC_FLOWCTLC); |
| 117 | writel(0x200a0a00, dramcont + UMC_SPCSETB); |
| 118 | writel(0x00000000, dramcont + UMC_SPCSETD); |
| 119 | writel(0x00000520, dramcont + UMC_DFICUPDCTLA); |
| 120 | } |
| 121 | |
Masahiro Yamada | ee94ee3 | 2015-01-21 15:06:46 +0900 | [diff] [blame] | 122 | static int umc_init_sub(int freq, int size_ch0, int size_ch1) |
Masahiro Yamada | 5894ca0 | 2014-10-03 19:21:06 +0900 | [diff] [blame] | 123 | { |
| 124 | void __iomem *ssif_base = (void __iomem *)UMC_SSIF_BASE; |
| 125 | void __iomem *ca_base0 = (void __iomem *)UMC_CA_BASE(0); |
| 126 | void __iomem *ca_base1 = (void __iomem *)UMC_CA_BASE(1); |
| 127 | void __iomem *dramcont0 = (void __iomem *)UMC_DRAMCONT_BASE(0); |
| 128 | void __iomem *dramcont1 = (void __iomem *)UMC_DRAMCONT_BASE(1); |
Masahiro Yamada | b614e16 | 2014-12-19 20:20:52 +0900 | [diff] [blame] | 129 | void __iomem *phy0_0 = (void __iomem *)DDRPHY_BASE(0, 0); |
| 130 | void __iomem *phy1_0 = (void __iomem *)DDRPHY_BASE(1, 0); |
Masahiro Yamada | 5894ca0 | 2014-10-03 19:21:06 +0900 | [diff] [blame] | 131 | |
| 132 | umc_dram_init_start(dramcont0); |
| 133 | umc_dram_init_start(dramcont1); |
| 134 | umc_dram_init_poll(dramcont0); |
| 135 | umc_dram_init_poll(dramcont1); |
| 136 | |
| 137 | writel(0x00000101, dramcont0 + UMC_DIOCTLA); |
| 138 | |
Masahiro Yamada | b614e16 | 2014-12-19 20:20:52 +0900 | [diff] [blame] | 139 | ddrphy_init(phy0_0, freq, size_ch0); |
| 140 | |
| 141 | ddrphy_prepare_training(phy0_0, 0); |
| 142 | ddrphy_training(phy0_0); |
| 143 | |
Masahiro Yamada | 5894ca0 | 2014-10-03 19:21:06 +0900 | [diff] [blame] | 144 | writel(0x00000101, dramcont1 + UMC_DIOCTLA); |
| 145 | |
Masahiro Yamada | b614e16 | 2014-12-19 20:20:52 +0900 | [diff] [blame] | 146 | ddrphy_init(phy1_0, freq, size_ch1); |
| 147 | |
| 148 | ddrphy_prepare_training(phy1_0, 1); |
| 149 | ddrphy_training(phy1_0); |
| 150 | |
Masahiro Yamada | 5894ca0 | 2014-10-03 19:21:06 +0900 | [diff] [blame] | 151 | umc_dramcont_init(dramcont0, ca_base0, size_ch0, freq); |
| 152 | umc_dramcont_init(dramcont1, ca_base1, size_ch1, freq); |
| 153 | |
| 154 | umc_start_ssif(ssif_base); |
| 155 | |
| 156 | return 0; |
| 157 | } |
| 158 | |
| 159 | int umc_init(void) |
| 160 | { |
| 161 | return umc_init_sub(CONFIG_DDR_FREQ, CONFIG_SDRAM0_SIZE / 0x08000000, |
| 162 | CONFIG_SDRAM1_SIZE / 0x08000000); |
| 163 | } |
| 164 | |
Masahiro Yamada | 5894ca0 | 2014-10-03 19:21:06 +0900 | [diff] [blame] | 165 | #if (CONFIG_SDRAM0_SIZE == 0x08000000 || CONFIG_SDRAM0_SIZE == 0x10000000) && \ |
| 166 | (CONFIG_SDRAM1_SIZE == 0x08000000 || CONFIG_SDRAM1_SIZE == 0x10000000) && \ |
| 167 | CONFIG_DDR_NUM_CH0 == 1 && CONFIG_DDR_NUM_CH1 == 1 |
| 168 | /* OK */ |
| 169 | #else |
| 170 | #error Unsupported DDR configuration. |
| 171 | #endif |