Tom Rini | 10e4779 | 2018-05-06 17:58:06 -0400 | [diff] [blame] | 1 | /* SPDX-License-Identifier: GPL-2.0+ */ |
Heiko Schocher | 466924f | 2010-02-18 08:08:25 +0100 | [diff] [blame] | 2 | /* |
| 3 | * Copyright (C) 2006 Freescale Semiconductor, Inc. |
| 4 | * Dave Liu <daveliu@freescale.com> |
| 5 | * |
| 6 | * Copyright (C) 2007 Logic Product Development, Inc. |
| 7 | * Peter Barada <peterb@logicpd.com> |
| 8 | * |
| 9 | * Copyright (C) 2007 MontaVista Software, Inc. |
| 10 | * Anton Vorontsov <avorontsov@ru.mvista.com> |
| 11 | * |
| 12 | * (C) Copyright 2010 |
| 13 | * Heiko Schocher, DENX Software Engineering, hs@denx.de. |
Heiko Schocher | 466924f | 2010-02-18 08:08:25 +0100 | [diff] [blame] | 14 | */ |
| 15 | |
| 16 | #ifndef __CONFIG_H |
| 17 | #define __CONFIG_H |
| 18 | |
| 19 | /* |
| 20 | * High Level Configuration Options |
| 21 | */ |
Heiko Schocher | 466924f | 2010-02-18 08:08:25 +0100 | [diff] [blame] | 22 | |
Mario Six | 790d844 | 2018-03-28 14:38:20 +0200 | [diff] [blame] | 23 | #define CONFIG_HOSTNAME "suvd3" |
Gerlando Falauto | 88fcf84 | 2012-10-10 22:13:10 +0000 | [diff] [blame] | 24 | #define CONFIG_KM_BOARD_NAME "suvd3" |
Mario Six | d656e78 | 2019-01-21 09:17:32 +0100 | [diff] [blame] | 25 | |
| 26 | /* |
| 27 | * High Level Configuration Options |
| 28 | */ |
| 29 | #define CONFIG_QE /* Has QE */ |
| 30 | #define CONFIG_KM8321 /* Keymile PBEC8321 board specific */ |
| 31 | |
| 32 | #define CONFIG_KM_DEF_ARCH "arch=ppc_8xx\0" |
| 33 | |
Mario Six | cb791a8 | 2019-01-21 09:17:34 +0100 | [diff] [blame] | 34 | /* include common defines/options for all Keymile boards */ |
| 35 | #include "km/keymile-common.h" |
| 36 | #include "km/km-powerpc.h" |
| 37 | |
| 38 | /* |
| 39 | * System Clock Setup |
| 40 | */ |
| 41 | #define CONFIG_83XX_CLKIN 66000000 |
| 42 | #define CONFIG_SYS_CLK_FREQ 66000000 |
| 43 | #define CONFIG_83XX_PCICLK 66000000 |
| 44 | |
| 45 | /* |
Mario Six | cb791a8 | 2019-01-21 09:17:34 +0100 | [diff] [blame] | 46 | * DDR Setup |
| 47 | */ |
Mario Six | c9f9277 | 2019-01-21 09:18:15 +0100 | [diff] [blame^] | 48 | #define CONFIG_SYS_SDRAM_BASE 0x00000000 /* DDR is system memory */ |
Mario Six | cb791a8 | 2019-01-21 09:17:34 +0100 | [diff] [blame] | 49 | #define CONFIG_SYS_SDRAM_BASE2 (CONFIG_SYS_SDRAM_BASE + 0x10000000) /* +256M */ |
| 50 | |
Mario Six | c9f9277 | 2019-01-21 09:18:15 +0100 | [diff] [blame^] | 51 | #define CONFIG_SYS_DDR_SDRAM_BASE CONFIG_SYS_SDRAM_BASE |
Mario Six | cb791a8 | 2019-01-21 09:17:34 +0100 | [diff] [blame] | 52 | #define CONFIG_SYS_DDR_SDRAM_CLK_CNTL (DDR_SDRAM_CLK_CNTL_SS_EN | \ |
| 53 | DDR_SDRAM_CLK_CNTL_CLK_ADJUST_05) |
| 54 | |
| 55 | #define CFG_83XX_DDR_USES_CS0 |
| 56 | |
| 57 | /* |
| 58 | * Manually set up DDR parameters |
| 59 | */ |
| 60 | #define CONFIG_DDR_II |
| 61 | #define CONFIG_SYS_DDR_SIZE 2048 /* MB */ |
| 62 | |
| 63 | /* |
| 64 | * The reserved memory |
| 65 | */ |
| 66 | #define CONFIG_SYS_MONITOR_BASE CONFIG_SYS_TEXT_BASE /* start of monitor */ |
| 67 | #define CONFIG_SYS_FLASH_BASE 0xF0000000 |
| 68 | |
| 69 | #if (CONFIG_SYS_MONITOR_BASE < CONFIG_SYS_FLASH_BASE) |
| 70 | #define CONFIG_SYS_RAMBOOT |
| 71 | #endif |
| 72 | |
| 73 | /* Reserve 768 kB for Mon */ |
| 74 | #define CONFIG_SYS_MONITOR_LEN (768 * 1024) |
| 75 | |
| 76 | /* |
| 77 | * Initial RAM Base Address Setup |
| 78 | */ |
| 79 | #define CONFIG_SYS_INIT_RAM_LOCK |
| 80 | #define CONFIG_SYS_INIT_RAM_ADDR 0xE6000000 /* Initial RAM address */ |
| 81 | #define CONFIG_SYS_INIT_RAM_SIZE 0x1000 /* End of used area in RAM */ |
| 82 | #define CONFIG_SYS_GBL_DATA_OFFSET (CONFIG_SYS_INIT_RAM_SIZE - \ |
| 83 | GENERATED_GBL_DATA_SIZE) |
| 84 | |
| 85 | /* |
| 86 | * Init Local Bus Memory Controller: |
| 87 | * |
| 88 | * Bank Bus Machine PortSz Size Device |
| 89 | * ---- --- ------- ------ ----- ------ |
| 90 | * 0 Local GPCM 16 bit 256MB FLASH |
| 91 | * 1 Local GPCM 8 bit 128MB GPIO/PIGGY |
| 92 | * |
| 93 | */ |
| 94 | /* |
| 95 | * FLASH on the Local Bus |
| 96 | */ |
| 97 | #define CONFIG_SYS_FLASH_SIZE 256 /* max FLASH size is 256M */ |
| 98 | |
Mario Six | cb791a8 | 2019-01-21 09:17:34 +0100 | [diff] [blame] | 99 | |
| 100 | #define CONFIG_SYS_MAX_FLASH_BANKS 1 /* max num of flash banks */ |
| 101 | #define CONFIG_SYS_MAX_FLASH_SECT 512 /* max num of sects on one chip */ |
| 102 | #define CONFIG_SYS_FLASH_BANKS_LIST { CONFIG_SYS_FLASH_BASE } |
| 103 | |
| 104 | /* |
| 105 | * PRIO1/PIGGY on the local bus CS1 |
| 106 | */ |
Mario Six | c1e29d9 | 2019-01-21 09:18:01 +0100 | [diff] [blame] | 107 | |
Mario Six | cb791a8 | 2019-01-21 09:17:34 +0100 | [diff] [blame] | 108 | |
| 109 | /* |
| 110 | * Serial Port |
| 111 | */ |
| 112 | #define CONFIG_SYS_NS16550_SERIAL |
| 113 | #define CONFIG_SYS_NS16550_REG_SIZE 1 |
| 114 | #define CONFIG_SYS_NS16550_CLK get_bus_freq(0) |
| 115 | |
| 116 | #define CONFIG_SYS_NS16550_COM1 (CONFIG_SYS_IMMR+0x4500) |
| 117 | #define CONFIG_SYS_NS16550_COM2 (CONFIG_SYS_IMMR+0x4600) |
| 118 | |
| 119 | /* |
| 120 | * QE UEC ethernet configuration |
| 121 | */ |
| 122 | #define CONFIG_UEC_ETH |
| 123 | #define CONFIG_ETHPRIME "UEC0" |
| 124 | |
| 125 | #define CONFIG_UEC_ETH1 /* GETH1 */ |
| 126 | #define UEC_VERBOSE_DEBUG 1 |
| 127 | |
| 128 | #ifdef CONFIG_UEC_ETH1 |
| 129 | #define CONFIG_SYS_UEC1_UCC_NUM 3 /* UCC4 */ |
| 130 | #define CONFIG_SYS_UEC1_RX_CLK QE_CLK_NONE /* not used in RMII Mode */ |
| 131 | #define CONFIG_SYS_UEC1_TX_CLK QE_CLK17 |
| 132 | #define CONFIG_SYS_UEC1_ETH_TYPE FAST_ETH |
| 133 | #define CONFIG_SYS_UEC1_PHY_ADDR 0 |
| 134 | #define CONFIG_SYS_UEC1_INTERFACE_TYPE PHY_INTERFACE_MODE_RMII |
| 135 | #define CONFIG_SYS_UEC1_INTERFACE_SPEED 100 |
| 136 | #endif |
| 137 | |
| 138 | /* |
| 139 | * Environment |
| 140 | */ |
| 141 | |
| 142 | #ifndef CONFIG_SYS_RAMBOOT |
| 143 | #ifndef CONFIG_ENV_ADDR |
| 144 | #define CONFIG_ENV_ADDR (CONFIG_SYS_MONITOR_BASE + \ |
| 145 | CONFIG_SYS_MONITOR_LEN) |
| 146 | #endif |
| 147 | #define CONFIG_ENV_SECT_SIZE 0x20000 /* 128K(one sector) for env */ |
| 148 | #ifndef CONFIG_ENV_OFFSET |
| 149 | #define CONFIG_ENV_OFFSET (CONFIG_SYS_MONITOR_LEN) |
| 150 | #endif |
| 151 | |
| 152 | /* Address and size of Redundant Environment Sector */ |
| 153 | #define CONFIG_ENV_OFFSET_REDUND (CONFIG_ENV_OFFSET + \ |
| 154 | CONFIG_ENV_SECT_SIZE) |
| 155 | #define CONFIG_ENV_SIZE_REDUND (CONFIG_ENV_SIZE) |
| 156 | |
| 157 | #else /* CFG_SYS_RAMBOOT */ |
| 158 | #define CONFIG_ENV_ADDR (CONFIG_SYS_MONITOR_BASE - 0x1000) |
| 159 | #define CONFIG_ENV_SIZE 0x2000 |
| 160 | #endif /* CFG_SYS_RAMBOOT */ |
| 161 | |
| 162 | /* I2C */ |
| 163 | #define CONFIG_SYS_I2C |
| 164 | #define CONFIG_SYS_NUM_I2C_BUSES 4 |
| 165 | #define CONFIG_SYS_I2C_MAX_HOPS 1 |
| 166 | #define CONFIG_SYS_I2C_FSL |
| 167 | #define CONFIG_SYS_FSL_I2C_SPEED 200000 |
| 168 | #define CONFIG_SYS_FSL_I2C_SLAVE 0x7F |
| 169 | #define CONFIG_SYS_FSL_I2C_OFFSET 0x3000 |
| 170 | #define CONFIG_SYS_I2C_OFFSET 0x3000 |
| 171 | #define CONFIG_SYS_FSL_I2C2_SPEED 200000 |
| 172 | #define CONFIG_SYS_FSL_I2C2_SLAVE 0x7F |
| 173 | #define CONFIG_SYS_FSL_I2C2_OFFSET 0x3100 |
| 174 | #define CONFIG_SYS_I2C_BUSES {{0, {I2C_NULL_HOP} }, \ |
| 175 | {0, {{I2C_MUX_PCA9547, 0x70, 2} } }, \ |
| 176 | {0, {{I2C_MUX_PCA9547, 0x70, 1} } }, \ |
| 177 | {1, {I2C_NULL_HOP} } } |
| 178 | |
| 179 | #define CONFIG_KM_IVM_BUS 2 /* I2C2 (Mux-Port 1)*/ |
| 180 | |
| 181 | #if defined(CONFIG_CMD_NAND) |
| 182 | #define CONFIG_NAND_KMETER1 |
| 183 | #define CONFIG_SYS_MAX_NAND_DEVICE 1 |
| 184 | #define CONFIG_SYS_NAND_BASE CONFIG_SYS_KMBEC_FPGA_BASE |
| 185 | #endif |
| 186 | |
| 187 | /* |
| 188 | * For booting Linux, the board info and command line data |
| 189 | * have to be in the first 8 MB of memory, since this is |
| 190 | * the maximum mapped by the Linux kernel during initialization. |
| 191 | */ |
| 192 | #define CONFIG_SYS_BOOTMAPSZ (8 << 20) |
| 193 | |
| 194 | /* |
Mario Six | cb791a8 | 2019-01-21 09:17:34 +0100 | [diff] [blame] | 195 | * Internal Definitions |
| 196 | */ |
| 197 | #define BOOTFLASH_START 0xF0000000 |
| 198 | |
| 199 | #define CONFIG_KM_CONSOLE_TTY "ttyS0" |
| 200 | |
| 201 | /* |
| 202 | * Environment Configuration |
| 203 | */ |
| 204 | #define CONFIG_ENV_OVERWRITE |
| 205 | #ifndef CONFIG_KM_DEF_ENV /* if not set by keymile-common.h */ |
| 206 | #define CONFIG_KM_DEF_ENV "km-common=empty\0" |
| 207 | #endif |
| 208 | |
| 209 | #ifndef CONFIG_KM_DEF_ARCH |
| 210 | #define CONFIG_KM_DEF_ARCH "arch=ppc_82xx\0" |
| 211 | #endif |
| 212 | |
| 213 | #define CONFIG_EXTRA_ENV_SETTINGS \ |
| 214 | CONFIG_KM_DEF_ENV \ |
| 215 | CONFIG_KM_DEF_ARCH \ |
| 216 | "newenv=" \ |
| 217 | "prot off "__stringify(CONFIG_ENV_ADDR)" +0x40000 && " \ |
| 218 | "era "__stringify(CONFIG_ENV_ADDR)" +0x40000\0" \ |
| 219 | "unlock=yes\0" \ |
| 220 | "" |
| 221 | |
| 222 | #if defined(CONFIG_UEC_ETH) |
| 223 | #define CONFIG_HAS_ETH0 |
| 224 | #endif |
Mario Six | d656e78 | 2019-01-21 09:17:32 +0100 | [diff] [blame] | 225 | |
| 226 | /* |
| 227 | * System IO Config |
| 228 | */ |
| 229 | #define CONFIG_SYS_SICRL SICRL_IRQ_CKS |
| 230 | |
Mario Six | d656e78 | 2019-01-21 09:17:32 +0100 | [diff] [blame] | 231 | #define CONFIG_SYS_DDRCDR (\ |
| 232 | DDRCDR_EN | \ |
| 233 | DDRCDR_PZ_MAXZ | \ |
| 234 | DDRCDR_NZ_MAXZ | \ |
| 235 | DDRCDR_M_ODR) |
| 236 | |
| 237 | #define CONFIG_SYS_DDR_CS0_BNDS 0x0000007f |
| 238 | #define CONFIG_SYS_DDR_SDRAM_CFG (SDRAM_CFG_SDRAM_TYPE_DDR2 | \ |
| 239 | SDRAM_CFG_32_BE | \ |
| 240 | SDRAM_CFG_SREN | \ |
| 241 | SDRAM_CFG_HSE) |
| 242 | |
| 243 | #define CONFIG_SYS_DDR_SDRAM_CFG2 0x00401000 |
| 244 | #define CONFIG_SYS_DDR_CLK_CNTL (DDR_SDRAM_CLK_CNTL_CLK_ADJUST_05) |
| 245 | #define CONFIG_SYS_DDR_INTERVAL ((0x064 << SDRAM_INTERVAL_BSTOPRE_SHIFT) | \ |
| 246 | (0x200 << SDRAM_INTERVAL_REFINT_SHIFT)) |
| 247 | |
| 248 | #define CONFIG_SYS_DDR_CS0_CONFIG (CSCONFIG_EN | CSCONFIG_AP | \ |
| 249 | CSCONFIG_ODT_WR_CFG | \ |
| 250 | CSCONFIG_ROW_BIT_13 | \ |
| 251 | CSCONFIG_COL_BIT_10) |
| 252 | |
| 253 | #define CONFIG_SYS_DDR_MODE 0x47860242 |
| 254 | #define CONFIG_SYS_DDR_MODE2 0x8080c000 |
| 255 | |
| 256 | #define CONFIG_SYS_DDR_TIMING_0 ((2 << TIMING_CFG0_MRS_CYC_SHIFT) | \ |
| 257 | (8 << TIMING_CFG0_ODT_PD_EXIT_SHIFT) | \ |
| 258 | (2 << TIMING_CFG0_PRE_PD_EXIT_SHIFT) | \ |
| 259 | (2 << TIMING_CFG0_ACT_PD_EXIT_SHIFT) | \ |
| 260 | (0 << TIMING_CFG0_WWT_SHIFT) | \ |
| 261 | (0 << TIMING_CFG0_RRT_SHIFT) | \ |
| 262 | (0 << TIMING_CFG0_WRT_SHIFT) | \ |
| 263 | (0 << TIMING_CFG0_RWT_SHIFT)) |
| 264 | |
| 265 | #define CONFIG_SYS_DDR_TIMING_1 ((TIMING_CFG1_CASLAT_40) | \ |
| 266 | (2 << TIMING_CFG1_WRTORD_SHIFT) | \ |
| 267 | (2 << TIMING_CFG1_ACTTOACT_SHIFT) | \ |
| 268 | (3 << TIMING_CFG1_WRREC_SHIFT) | \ |
| 269 | (7 << TIMING_CFG1_REFREC_SHIFT) | \ |
| 270 | (3 << TIMING_CFG1_ACTTORW_SHIFT) | \ |
| 271 | (7 << TIMING_CFG1_ACTTOPRE_SHIFT) | \ |
| 272 | (3 << TIMING_CFG1_PRETOACT_SHIFT)) |
| 273 | |
| 274 | #define CONFIG_SYS_DDR_TIMING_2 ((8 << TIMING_CFG2_FOUR_ACT_SHIFT) | \ |
| 275 | (3 << TIMING_CFG2_CKE_PLS_SHIFT) | \ |
| 276 | (2 << TIMING_CFG2_WR_DATA_DELAY_SHIFT) | \ |
| 277 | (2 << TIMING_CFG2_RD_TO_PRE_SHIFT) | \ |
| 278 | (3 << TIMING_CFG2_WR_LAT_DELAY_SHIFT) | \ |
| 279 | (0 << TIMING_CFG2_ADD_LAT_SHIFT) | \ |
| 280 | (5 << TIMING_CFG2_CPO_SHIFT)) |
| 281 | |
| 282 | #define CONFIG_SYS_DDR_TIMING_3 0x00000000 |
| 283 | |
| 284 | #define CONFIG_SYS_KMBEC_FPGA_BASE 0xE8000000 |
| 285 | #define CONFIG_SYS_KMBEC_FPGA_SIZE 128 |
| 286 | |
| 287 | /* EEprom support */ |
| 288 | #define CONFIG_SYS_I2C_EEPROM_ADDR_LEN 1 |
| 289 | |
| 290 | /* |
| 291 | * Local Bus Configuration & Clock Setup |
| 292 | */ |
Mario Six | d656e78 | 2019-01-21 09:17:32 +0100 | [diff] [blame] | 293 | #define CONFIG_SYS_LBC_LBCR 0x00000000 |
| 294 | |
Heiko Schocher | 466924f | 2010-02-18 08:08:25 +0100 | [diff] [blame] | 295 | #define CONFIG_SYS_APP1_BASE 0xA0000000 |
Gerlando Falauto | 1dcad7f | 2012-10-10 22:13:05 +0000 | [diff] [blame] | 296 | #define CONFIG_SYS_APP1_SIZE 256 /* Megabytes */ |
Heiko Schocher | 466924f | 2010-02-18 08:08:25 +0100 | [diff] [blame] | 297 | #define CONFIG_SYS_APP2_BASE 0xB0000000 |
Gerlando Falauto | 1dcad7f | 2012-10-10 22:13:05 +0000 | [diff] [blame] | 298 | #define CONFIG_SYS_APP2_SIZE 256 /* Megabytes */ |
Heiko Schocher | 466924f | 2010-02-18 08:08:25 +0100 | [diff] [blame] | 299 | |
| 300 | /* EEprom support */ |
| 301 | #define CONFIG_SYS_I2C_EEPROM_ADDR_LEN 1 |
| 302 | |
| 303 | /* |
Heiko Schocher | 466924f | 2010-02-18 08:08:25 +0100 | [diff] [blame] | 304 | * Init Local Bus Memory Controller: |
| 305 | * |
| 306 | * Bank Bus Machine PortSz Size Device |
| 307 | * ---- --- ------- ------ ----- ------ |
| 308 | * 2 Local UPMA 16 bit 256MB APP1 |
| 309 | * 3 Local GPCM 16 bit 256MB APP2 |
| 310 | * |
| 311 | */ |
| 312 | |
Heiko Schocher | 466924f | 2010-02-18 08:08:25 +0100 | [diff] [blame] | 313 | |
Heiko Schocher | 466924f | 2010-02-18 08:08:25 +0100 | [diff] [blame] | 314 | |
| 315 | #define CONFIG_SYS_MAMR (MxMR_GPL_x4DIS | \ |
| 316 | 0x0000c000 | \ |
| 317 | MxMR_WLFx_2X) |
Heiko Schocher | 466924f | 2010-02-18 08:08:25 +0100 | [diff] [blame] | 318 | #endif /* __CONFIG_H */ |