mpc83xx: Migrate LBLAW_* to Kconfig
[platform/kernel/u-boot.git] / include / configs / MPC837XEMDS.h
1 /* SPDX-License-Identifier: GPL-2.0+ */
2 /*
3  * Copyright (C) 2007 Freescale Semiconductor, Inc.
4  * Dave Liu <daveliu@freescale.com>
5  */
6
7 #ifndef __CONFIG_H
8 #define __CONFIG_H
9
10 /*
11  * High Level Configuration Options
12  */
13 #define CONFIG_E300             1 /* E300 family */
14
15 /* Arbiter Configuration Register */
16 #define CONFIG_SYS_ACR_PIPE_DEP 3       /* Arbiter pipeline depth is 4 */
17 #define CONFIG_SYS_ACR_RPTCNT   3       /* Arbiter repeat count is 4 */
18
19 /* System Priority Control Register */
20 #define CONFIG_SYS_SPCR_TSECEP  3 /* eTSEC1/2 emergency has highest priority */
21
22 /*
23  * IP blocks clock configuration
24  */
25 #define CONFIG_SYS_SCCR_TSEC1CM 1       /* CSB:eTSEC1 = 1:1 */
26 #define CONFIG_SYS_SCCR_TSEC2CM 1       /* CSB:eTSEC2 = 1:1 */
27 #define CONFIG_SYS_SCCR_SATACM  SCCR_SATACM_2   /* CSB:SATA[0:3] = 2:1 */
28
29 /*
30  * System IO Config
31  */
32 #define CONFIG_SYS_SICRH                0x00000000
33 #define CONFIG_SYS_SICRL                0x00000000
34
35 /*
36  * Output Buffer Impedance
37  */
38 #define CONFIG_SYS_OBIR         0x31100000
39
40 #define CONFIG_HWCONFIG
41
42 /*
43  * IMMR new address
44  */
45 #define CONFIG_SYS_IMMR         0xE0000000
46
47 /*
48  * DDR Setup
49  */
50 #define CONFIG_SYS_DDR_BASE             0x00000000 /* DDR is system memory */
51 #define CONFIG_SYS_SDRAM_BASE           CONFIG_SYS_DDR_BASE
52 #define CONFIG_SYS_DDR_SDRAM_BASE       CONFIG_SYS_DDR_BASE
53 #define CONFIG_SYS_DDR_SDRAM_CLK_CNTL   DDR_SDRAM_CLK_CNTL_CLK_ADJUST_05
54 #define CONFIG_SYS_83XX_DDR_USES_CS0
55 #define CONFIG_SYS_DDRCDR_VALUE         (DDRCDR_DHC_EN \
56                                         | DDRCDR_ODT \
57                                         | DDRCDR_Q_DRN)
58                                         /* 0x80080001 */ /* ODT 150ohm on SoC */
59
60 #undef CONFIG_DDR_ECC           /* support DDR ECC function */
61 #undef CONFIG_DDR_ECC_CMD       /* Use DDR ECC user commands */
62
63 #define CONFIG_SPD_EEPROM       /* Use SPD EEPROM for DDR setup */
64 #define CONFIG_NEVER_ASSERT_ODT_TO_CPU /* Never assert ODT to internal IOs */
65
66 #if defined(CONFIG_SPD_EEPROM)
67 #define SPD_EEPROM_ADDRESS      0x51 /* I2C address of DDR SODIMM SPD */
68 #else
69 /*
70  * Manually set up DDR parameters
71  * WHITE ELECTRONIC DESIGNS - W3HG64M72EEU403PD4 SO-DIMM
72  * consist of nine chips from SAMSUNG K4T51083QE-ZC(L)D5
73  */
74 #define CONFIG_SYS_DDR_SIZE             512 /* MB */
75 #define CONFIG_SYS_DDR_CS0_BNDS 0x0000001f
76 #define CONFIG_SYS_DDR_CS0_CONFIG       (CSCONFIG_EN \
77                         | CSCONFIG_ODT_RD_NEVER  /* ODT_RD to none */ \
78                         | CSCONFIG_ODT_WR_ONLY_CURRENT  /* ODT_WR to CSn */ \
79                         | CSCONFIG_ROW_BIT_14 \
80                         | CSCONFIG_COL_BIT_10)
81                         /* 0x80010202 */
82 #define CONFIG_SYS_DDR_TIMING_3 0x00000000
83 #define CONFIG_SYS_DDR_TIMING_0 ((0 << TIMING_CFG0_RWT_SHIFT) \
84                                 | (0 << TIMING_CFG0_WRT_SHIFT) \
85                                 | (0 << TIMING_CFG0_RRT_SHIFT) \
86                                 | (0 << TIMING_CFG0_WWT_SHIFT) \
87                                 | (6 << TIMING_CFG0_ACT_PD_EXIT_SHIFT) \
88                                 | (2 << TIMING_CFG0_PRE_PD_EXIT_SHIFT) \
89                                 | (8 << TIMING_CFG0_ODT_PD_EXIT_SHIFT) \
90                                 | (2 << TIMING_CFG0_MRS_CYC_SHIFT))
91                                 /* 0x00620802 */
92 #define CONFIG_SYS_DDR_TIMING_1 ((3 << TIMING_CFG1_PRETOACT_SHIFT) \
93                                 | (9 << TIMING_CFG1_ACTTOPRE_SHIFT) \
94                                 | (3 << TIMING_CFG1_ACTTORW_SHIFT) \
95                                 | (5 << TIMING_CFG1_CASLAT_SHIFT) \
96                                 | (13 << TIMING_CFG1_REFREC_SHIFT) \
97                                 | (3 << TIMING_CFG1_WRREC_SHIFT) \
98                                 | (2 << TIMING_CFG1_ACTTOACT_SHIFT) \
99                                 | (2 << TIMING_CFG1_WRTORD_SHIFT))
100                                 /* 0x3935d322 */
101 #define CONFIG_SYS_DDR_TIMING_2 ((1 << TIMING_CFG2_ADD_LAT_SHIFT) \
102                                 | (6 << TIMING_CFG2_CPO_SHIFT) \
103                                 | (2 << TIMING_CFG2_WR_LAT_DELAY_SHIFT) \
104                                 | (4 << TIMING_CFG2_RD_TO_PRE_SHIFT) \
105                                 | (2 << TIMING_CFG2_WR_DATA_DELAY_SHIFT) \
106                                 | (3 << TIMING_CFG2_CKE_PLS_SHIFT) \
107                                 | (8 << TIMING_CFG2_FOUR_ACT_SHIFT))
108                                 /* 0x131088c8 */
109 #define CONFIG_SYS_DDR_INTERVAL ((0x03E0 << SDRAM_INTERVAL_REFINT_SHIFT) \
110                                 | (0x0100 << SDRAM_INTERVAL_BSTOPRE_SHIFT))
111                                 /* 0x03E00100 */
112 #define CONFIG_SYS_DDR_SDRAM_CFG        0x43000000
113 #define CONFIG_SYS_DDR_SDRAM_CFG2       0x00001000 /* 1 posted refresh */
114 #define CONFIG_SYS_DDR_MODE     ((0x0448 << SDRAM_MODE_ESD_SHIFT) \
115                                 | (0x1432 << SDRAM_MODE_SD_SHIFT))
116                                 /* ODT 150ohm CL=3, AL=1 on SDRAM */
117 #define CONFIG_SYS_DDR_MODE2    0x00000000
118 #endif
119
120 /*
121  * Memory test
122  */
123 #undef CONFIG_SYS_DRAM_TEST             /* memory test, takes time */
124 #define CONFIG_SYS_MEMTEST_START        0x00040000 /* memtest region */
125 #define CONFIG_SYS_MEMTEST_END          0x00140000
126
127 /*
128  * The reserved memory
129  */
130 #define CONFIG_SYS_MONITOR_BASE CONFIG_SYS_TEXT_BASE /* start of monitor */
131
132 #if (CONFIG_SYS_MONITOR_BASE < CONFIG_SYS_FLASH_BASE)
133 #define CONFIG_SYS_RAMBOOT
134 #else
135 #undef CONFIG_SYS_RAMBOOT
136 #endif
137
138 /* CONFIG_SYS_MONITOR_LEN must be a multiple of CONFIG_ENV_SECT_SIZE */
139 #define CONFIG_SYS_MONITOR_LEN  (512 * 1024) /* Reserve 512 kB for Mon */
140 #define CONFIG_SYS_MALLOC_LEN   (512 * 1024) /* Reserved for malloc */
141
142 /*
143  * Initial RAM Base Address Setup
144  */
145 #define CONFIG_SYS_INIT_RAM_LOCK        1
146 #define CONFIG_SYS_INIT_RAM_ADDR        0xE6000000 /* Initial RAM address */
147 #define CONFIG_SYS_INIT_RAM_SIZE        0x1000 /* Size of used area in RAM */
148 #define CONFIG_SYS_GBL_DATA_OFFSET      \
149                         (CONFIG_SYS_INIT_RAM_SIZE - GENERATED_GBL_DATA_SIZE)
150
151 /*
152  * Local Bus Configuration & Clock Setup
153  */
154 #define CONFIG_SYS_LCRR_DBYP    LCRR_DBYP
155 #define CONFIG_SYS_LCRR_CLKDIV  LCRR_CLKDIV_8
156 #define CONFIG_SYS_LBC_LBCR             0x00000000
157 #define CONFIG_FSL_ELBC         1
158
159 /*
160  * FLASH on the Local Bus
161  */
162 #define CONFIG_SYS_FLASH_BASE   0xFE000000 /* FLASH base address */
163 #define CONFIG_SYS_FLASH_SIZE   32 /* max FLASH size is 32M */
164
165 #define CONFIG_SYS_BR0_PRELIM   (CONFIG_SYS_FLASH_BASE \
166                                 | BR_PS_16      /* 16 bit port */ \
167                                 | BR_MS_GPCM    /* MSEL = GPCM */ \
168                                 | BR_V)         /* valid */
169 #define CONFIG_SYS_OR0_PRELIM   (MEG_TO_AM(CONFIG_SYS_FLASH_SIZE) \
170                                 | OR_UPM_XAM \
171                                 | OR_GPCM_CSNT \
172                                 | OR_GPCM_ACS_DIV2 \
173                                 | OR_GPCM_XACS \
174                                 | OR_GPCM_SCY_15 \
175                                 | OR_GPCM_TRLX_SET \
176                                 | OR_GPCM_EHTR_SET \
177                                 | OR_GPCM_EAD)
178                                 /* 0xFE000FF7 */
179
180 #define CONFIG_SYS_MAX_FLASH_BANKS      1 /* number of banks */
181 #define CONFIG_SYS_MAX_FLASH_SECT       256 /* max sectors per device */
182
183 #undef CONFIG_SYS_FLASH_CHECKSUM
184 #define CONFIG_SYS_FLASH_ERASE_TOUT     60000 /* Flash Erase Timeout (ms) */
185 #define CONFIG_SYS_FLASH_WRITE_TOUT     500 /* Flash Write Timeout (ms) */
186
187 /*
188  * BCSR on the Local Bus
189  */
190 #define CONFIG_SYS_BCSR         0xF8000000
191                                         /* Access window base at BCSR base */
192 #define CONFIG_SYS_BR1_PRELIM   (CONFIG_SYS_BCSR \
193                                 | BR_PS_8 \
194                                 | BR_MS_GPCM \
195                                 | BR_V)
196                                 /* 0xF8000801 */
197 #define CONFIG_SYS_OR1_PRELIM   (OR_AM_32KB \
198                                 | OR_GPCM_XAM \
199                                 | OR_GPCM_CSNT \
200                                 | OR_GPCM_XACS \
201                                 | OR_GPCM_SCY_15 \
202                                 | OR_GPCM_TRLX_SET \
203                                 | OR_GPCM_EHTR_SET \
204                                 | OR_GPCM_EAD)
205                                 /* 0xFFFFE9F7 */
206
207 /*
208  * NAND Flash on the Local Bus
209  */
210 #define CONFIG_SYS_MAX_NAND_DEVICE      1
211 #define CONFIG_NAND_FSL_ELBC    1
212
213 #define CONFIG_SYS_NAND_BASE    0xE0600000
214 #define CONFIG_SYS_BR3_PRELIM   (CONFIG_SYS_NAND_BASE \
215                                 | BR_DECC_CHK_GEN       /* Use HW ECC */ \
216                                 | BR_PS_8               /* 8 bit port */ \
217                                 | BR_MS_FCM             /* MSEL = FCM */ \
218                                 | BR_V)                 /* valid */
219 #define CONFIG_SYS_OR3_PRELIM   (OR_AM_32KB \
220                                 | OR_FCM_BCTLD \
221                                 | OR_FCM_CST \
222                                 | OR_FCM_CHT \
223                                 | OR_FCM_SCY_1 \
224                                 | OR_FCM_RST \
225                                 | OR_FCM_TRLX \
226                                 | OR_FCM_EHTR)
227                                 /* 0xFFFF919E */
228
229 /*
230  * Serial Port
231  */
232 #define CONFIG_SYS_NS16550_SERIAL
233 #define CONFIG_SYS_NS16550_REG_SIZE     1
234 #define CONFIG_SYS_NS16550_CLK          get_bus_freq(0)
235
236 #define CONFIG_SYS_BAUDRATE_TABLE  \
237                 {300, 600, 1200, 2400, 4800, 9600, 19200, 38400, 57600, 115200}
238
239 #define CONFIG_SYS_NS16550_COM1 (CONFIG_SYS_IMMR+0x4500)
240 #define CONFIG_SYS_NS16550_COM2 (CONFIG_SYS_IMMR+0x4600)
241
242 /* I2C */
243 #define CONFIG_SYS_I2C
244 #define CONFIG_SYS_I2C_FSL
245 #define CONFIG_SYS_FSL_I2C_SPEED        400000
246 #define CONFIG_SYS_FSL_I2C_SLAVE        0x7F
247 #define CONFIG_SYS_FSL_I2C_OFFSET       0x3000
248 #define CONFIG_SYS_I2C_NOPROBES         { {0, 0x51} }
249
250 /*
251  * Config on-board RTC
252  */
253 #define CONFIG_RTC_DS1374       /* use ds1374 rtc via i2c */
254 #define CONFIG_SYS_I2C_RTC_ADDR 0x68 /* at address 0x68 */
255
256 /*
257  * General PCI
258  * Addresses are mapped 1-1.
259  */
260 #define CONFIG_SYS_PCI_MEM_BASE         0x80000000
261 #define CONFIG_SYS_PCI_MEM_PHYS         CONFIG_SYS_PCI_MEM_BASE
262 #define CONFIG_SYS_PCI_MEM_SIZE         0x10000000 /* 256M */
263 #define CONFIG_SYS_PCI_MMIO_BASE        0x90000000
264 #define CONFIG_SYS_PCI_MMIO_PHYS        CONFIG_SYS_PCI_MMIO_BASE
265 #define CONFIG_SYS_PCI_MMIO_SIZE        0x10000000 /* 256M */
266 #define CONFIG_SYS_PCI_IO_BASE          0x00000000
267 #define CONFIG_SYS_PCI_IO_PHYS          0xE0300000
268 #define CONFIG_SYS_PCI_IO_SIZE          0x100000 /* 1M */
269
270 #define CONFIG_SYS_PCI_SLV_MEM_LOCAL    CONFIG_SYS_SDRAM_BASE
271 #define CONFIG_SYS_PCI_SLV_MEM_BUS      0x00000000
272 #define CONFIG_SYS_PCI_SLV_MEM_SIZE     0x80000000
273
274 #define CONFIG_SYS_PCIE1_BASE           0xA0000000
275 #define CONFIG_SYS_PCIE1_CFG_BASE       0xA0000000
276 #define CONFIG_SYS_PCIE1_CFG_SIZE       0x08000000
277 #define CONFIG_SYS_PCIE1_MEM_BASE       0xA8000000
278 #define CONFIG_SYS_PCIE1_MEM_PHYS       0xA8000000
279 #define CONFIG_SYS_PCIE1_MEM_SIZE       0x10000000
280 #define CONFIG_SYS_PCIE1_IO_BASE        0x00000000
281 #define CONFIG_SYS_PCIE1_IO_PHYS        0xB8000000
282 #define CONFIG_SYS_PCIE1_IO_SIZE        0x00800000
283
284 #define CONFIG_SYS_PCIE2_BASE           0xC0000000
285 #define CONFIG_SYS_PCIE2_CFG_BASE       0xC0000000
286 #define CONFIG_SYS_PCIE2_CFG_SIZE       0x08000000
287 #define CONFIG_SYS_PCIE2_MEM_BASE       0xC8000000
288 #define CONFIG_SYS_PCIE2_MEM_PHYS       0xC8000000
289 #define CONFIG_SYS_PCIE2_MEM_SIZE       0x10000000
290 #define CONFIG_SYS_PCIE2_IO_BASE        0x00000000
291 #define CONFIG_SYS_PCIE2_IO_PHYS        0xD8000000
292 #define CONFIG_SYS_PCIE2_IO_SIZE        0x00800000
293
294 #ifdef CONFIG_PCI
295 #define CONFIG_PCI_INDIRECT_BRIDGE
296 #ifndef __ASSEMBLY__
297 extern int board_pci_host_broken(void);
298 #endif
299 #define CONFIG_PCIE
300 #define CONFIG_PQ_MDS_PIB       1 /* PQ MDS Platform IO Board */
301
302 #define CONFIG_HAS_FSL_DR_USB   1 /* fixup device tree for the DR USB */
303 #define CONFIG_USB_EHCI_FSL
304 #define CONFIG_EHCI_HCD_INIT_AFTER_RESET
305
306 #undef CONFIG_EEPRO100
307 #undef CONFIG_PCI_SCAN_SHOW     /* show pci devices on startup */
308 #define CONFIG_SYS_PCI_SUBSYS_VENDORID 0x1957   /* Freescale */
309 #endif /* CONFIG_PCI */
310
311 /*
312  * TSEC
313  */
314 #define CONFIG_SYS_TSEC1_OFFSET 0x24000
315 #define CONFIG_SYS_TSEC1        (CONFIG_SYS_IMMR+CONFIG_SYS_TSEC1_OFFSET)
316 #define CONFIG_SYS_TSEC2_OFFSET 0x25000
317 #define CONFIG_SYS_TSEC2        (CONFIG_SYS_IMMR+CONFIG_SYS_TSEC2_OFFSET)
318
319 /*
320  * TSEC ethernet configuration
321  */
322 #define CONFIG_TSEC1            1
323 #define CONFIG_TSEC1_NAME       "eTSEC0"
324 #define CONFIG_TSEC2            1
325 #define CONFIG_TSEC2_NAME       "eTSEC1"
326 #define TSEC1_PHY_ADDR          2
327 #define TSEC2_PHY_ADDR          3
328 #define TSEC1_PHY_ADDR_SGMII    8
329 #define TSEC2_PHY_ADDR_SGMII    4
330 #define TSEC1_PHYIDX            0
331 #define TSEC2_PHYIDX            0
332 #define TSEC1_FLAGS             (TSEC_GIGABIT | TSEC_REDUCED)
333 #define TSEC2_FLAGS             (TSEC_GIGABIT | TSEC_REDUCED)
334
335 /* Options are: TSEC[0-1] */
336 #define CONFIG_ETHPRIME         "eTSEC1"
337
338 /* SERDES */
339 #define CONFIG_FSL_SERDES
340 #define CONFIG_FSL_SERDES1      0xe3000
341 #define CONFIG_FSL_SERDES2      0xe3100
342
343 /*
344  * SATA
345  */
346 #define CONFIG_SYS_SATA_MAX_DEVICE      2
347 #define CONFIG_SATA1
348 #define CONFIG_SYS_SATA1_OFFSET 0x18000
349 #define CONFIG_SYS_SATA1        (CONFIG_SYS_IMMR + CONFIG_SYS_SATA1_OFFSET)
350 #define CONFIG_SYS_SATA1_FLAGS  FLAGS_DMA
351 #define CONFIG_SATA2
352 #define CONFIG_SYS_SATA2_OFFSET 0x19000
353 #define CONFIG_SYS_SATA2        (CONFIG_SYS_IMMR + CONFIG_SYS_SATA2_OFFSET)
354 #define CONFIG_SYS_SATA2_FLAGS  FLAGS_DMA
355
356 #ifdef CONFIG_FSL_SATA
357 #define CONFIG_LBA48
358 #endif
359
360 /*
361  * Environment
362  */
363 #ifndef CONFIG_SYS_RAMBOOT
364         #define CONFIG_ENV_ADDR         \
365                         (CONFIG_SYS_MONITOR_BASE + CONFIG_SYS_MONITOR_LEN)
366         #define CONFIG_ENV_SECT_SIZE    0x20000 /* 128K(one sector) for env */
367         #define CONFIG_ENV_SIZE         0x2000
368 #else
369         #define CONFIG_ENV_ADDR         (CONFIG_SYS_MONITOR_BASE - 0x1000)
370         #define CONFIG_ENV_SIZE         0x2000
371 #endif
372
373 #define CONFIG_LOADS_ECHO       1       /* echo on for serial download */
374 #define CONFIG_SYS_LOADS_BAUD_CHANGE    1       /* allow baudrate change */
375
376 /*
377  * BOOTP options
378  */
379 #define CONFIG_BOOTP_BOOTFILESIZE
380
381 /*
382  * Command line configuration.
383  */
384
385 #undef CONFIG_WATCHDOG          /* watchdog disabled */
386
387 #ifdef CONFIG_MMC
388 #define CONFIG_FSL_ESDHC_PIN_MUX
389 #define CONFIG_SYS_FSL_ESDHC_ADDR       CONFIG_SYS_MPC83xx_ESDHC_ADDR
390 #endif
391
392 /*
393  * Miscellaneous configurable options
394  */
395 #define CONFIG_SYS_LOAD_ADDR            0x2000000 /* default load address */
396
397 /*
398  * For booting Linux, the board info and command line data
399  * have to be in the first 256 MB of memory, since this is
400  * the maximum mapped by the Linux kernel during initialization.
401  */
402 #define CONFIG_SYS_BOOTMAPSZ    (256 << 20) /* Initial Memory map for Linux */
403 #define CONFIG_SYS_BOOTM_LEN    (64 << 20)      /* Increase max gunzip size */
404
405 /*
406  * Core HID Setup
407  */
408 #define CONFIG_SYS_HID0_INIT    0x000000000
409 #define CONFIG_SYS_HID0_FINAL   (HID0_ENABLE_MACHINE_CHECK | \
410                                  HID0_ENABLE_INSTRUCTION_CACHE)
411 #define CONFIG_SYS_HID2         HID2_HBE
412
413 #if defined(CONFIG_CMD_KGDB)
414 #define CONFIG_KGDB_BAUDRATE    230400  /* speed of kgdb serial port */
415 #endif
416
417 /*
418  * Environment Configuration
419  */
420
421 #define CONFIG_ENV_OVERWRITE
422
423 #if defined(CONFIG_TSEC_ENET)
424 #define CONFIG_HAS_ETH0
425 #define CONFIG_HAS_ETH1
426 #endif
427
428 #define CONFIG_LOADADDR 800000  /* default location for tftp and bootm */
429
430 #define CONFIG_EXTRA_ENV_SETTINGS                                       \
431         "netdev=eth0\0"                                                 \
432         "consoledev=ttyS0\0"                                            \
433         "ramdiskaddr=1000000\0"                                         \
434         "ramdiskfile=ramfs.83xx\0"                                      \
435         "fdtaddr=780000\0"                                              \
436         "fdtfile=mpc8379_mds.dtb\0"                                     \
437         ""
438
439 #define CONFIG_NFSBOOTCOMMAND                                           \
440         "setenv bootargs root=/dev/nfs rw "                             \
441                 "nfsroot=$serverip:$rootpath "                          \
442                 "ip=$ipaddr:$serverip:$gatewayip:$netmask:$hostname:"   \
443                                                         "$netdev:off "  \
444                 "console=$consoledev,$baudrate $othbootargs;"           \
445         "tftp $loadaddr $bootfile;"                                     \
446         "tftp $fdtaddr $fdtfile;"                                       \
447         "bootm $loadaddr - $fdtaddr"
448
449 #define CONFIG_RAMBOOTCOMMAND                                           \
450         "setenv bootargs root=/dev/ram rw "                             \
451                 "console=$consoledev,$baudrate $othbootargs;"           \
452         "tftp $ramdiskaddr $ramdiskfile;"                               \
453         "tftp $loadaddr $bootfile;"                                     \
454         "tftp $fdtaddr $fdtfile;"                                       \
455         "bootm $loadaddr $ramdiskaddr $fdtaddr"
456
457 #define CONFIG_BOOTCOMMAND CONFIG_NFSBOOTCOMMAND
458
459 #endif  /* __CONFIG_H */