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