mpc83xx: Migrate arbiter config to Kconfig
[platform/kernel/u-boot.git] / include / configs / MPC8315ERDB.h
1 /* SPDX-License-Identifier: GPL-2.0+ */
2 /*
3  * Copyright (C) 2007-2010 Freescale Semiconductor, Inc.
4  *
5  * Dave Liu <daveliu@freescale.com>
6  */
7
8 #ifndef __CONFIG_H
9 #define __CONFIG_H
10
11 #define CONFIG_SYS_NAND_U_BOOT_SIZE  (512 << 10)
12 #define CONFIG_SYS_NAND_U_BOOT_DST   0x00100000
13 #define CONFIG_SYS_NAND_U_BOOT_START 0x00100100
14 #define CONFIG_SYS_NAND_U_BOOT_OFFS  16384
15 #define CONFIG_SYS_NAND_U_BOOT_RELOC 0x00010000
16
17 #ifndef CONFIG_SYS_MONITOR_BASE
18 #define CONFIG_SYS_MONITOR_BASE CONFIG_SYS_TEXT_BASE    /* start of monitor */
19 #endif
20
21 /*
22  * High Level Configuration Options
23  */
24 #define CONFIG_E300             1 /* E300 family */
25
26 /*
27  * System IO Config
28  */
29 #define CONFIG_SYS_SICRH                0x00000000
30 #define CONFIG_SYS_SICRL                0x00000000 /* 3.3V, no delay */
31
32 #define CONFIG_HWCONFIG
33
34 #define CONFIG_SYS_SPCR_TSECEP  3 /* eTSEC emergency priority is highest */
35
36 /*
37  * DDR Setup
38  */
39 #define CONFIG_SYS_DDR_BASE             0x00000000 /* DDR is system memory */
40 #define CONFIG_SYS_SDRAM_BASE           CONFIG_SYS_DDR_BASE
41 #define CONFIG_SYS_DDR_SDRAM_BASE       CONFIG_SYS_DDR_BASE
42 #define CONFIG_SYS_DDR_SDRAM_CLK_CNTL   DDR_SDRAM_CLK_CNTL_CLK_ADJUST_05
43 #define CONFIG_SYS_DDRCDR_VALUE (DDRCDR_EN \
44                                 | DDRCDR_PZ_LOZ \
45                                 | DDRCDR_NZ_LOZ \
46                                 | DDRCDR_ODT \
47                                 | DDRCDR_Q_DRN)
48                                 /* 0x7b880001 */
49 /*
50  * Manually set up DDR parameters
51  * consist of two chips HY5PS12621BFP-C4 from HYNIX
52  */
53 #define CONFIG_SYS_DDR_SIZE             128 /* MB */
54 #define CONFIG_SYS_DDR_CS0_BNDS 0x00000007
55 #define CONFIG_SYS_DDR_CS0_CONFIG       (CSCONFIG_EN \
56                                 | CSCONFIG_ODT_RD_NEVER \
57                                 | CSCONFIG_ODT_WR_ONLY_CURRENT \
58                                 | CSCONFIG_ROW_BIT_13 \
59                                 | CSCONFIG_COL_BIT_10)
60                                 /* 0x80010102 */
61 #define CONFIG_SYS_DDR_TIMING_3 0x00000000
62 #define CONFIG_SYS_DDR_TIMING_0 ((0 << TIMING_CFG0_RWT_SHIFT) \
63                                 | (0 << TIMING_CFG0_WRT_SHIFT) \
64                                 | (0 << TIMING_CFG0_RRT_SHIFT) \
65                                 | (0 << TIMING_CFG0_WWT_SHIFT) \
66                                 | (2 << TIMING_CFG0_ACT_PD_EXIT_SHIFT) \
67                                 | (2 << TIMING_CFG0_PRE_PD_EXIT_SHIFT) \
68                                 | (8 << TIMING_CFG0_ODT_PD_EXIT_SHIFT) \
69                                 | (2 << TIMING_CFG0_MRS_CYC_SHIFT))
70                                 /* 0x00220802 */
71 #define CONFIG_SYS_DDR_TIMING_1 ((2 << TIMING_CFG1_PRETOACT_SHIFT) \
72                                 | (7 << TIMING_CFG1_ACTTOPRE_SHIFT) \
73                                 | (2 << TIMING_CFG1_ACTTORW_SHIFT) \
74                                 | (5 << TIMING_CFG1_CASLAT_SHIFT) \
75                                 | (6 << TIMING_CFG1_REFREC_SHIFT) \
76                                 | (2 << TIMING_CFG1_WRREC_SHIFT) \
77                                 | (2 << TIMING_CFG1_ACTTOACT_SHIFT) \
78                                 | (2 << TIMING_CFG1_WRTORD_SHIFT))
79                                 /* 0x27256222 */
80 #define CONFIG_SYS_DDR_TIMING_2 ((1 << TIMING_CFG2_ADD_LAT_SHIFT) \
81                                 | (4 << TIMING_CFG2_CPO_SHIFT) \
82                                 | (2 << TIMING_CFG2_WR_LAT_DELAY_SHIFT) \
83                                 | (2 << TIMING_CFG2_RD_TO_PRE_SHIFT) \
84                                 | (2 << TIMING_CFG2_WR_DATA_DELAY_SHIFT) \
85                                 | (3 << TIMING_CFG2_CKE_PLS_SHIFT) \
86                                 | (5 << TIMING_CFG2_FOUR_ACT_SHIFT))
87                                 /* 0x121048c5 */
88 #define CONFIG_SYS_DDR_INTERVAL ((0x0360 << SDRAM_INTERVAL_REFINT_SHIFT) \
89                                 | (0x0100 << SDRAM_INTERVAL_BSTOPRE_SHIFT))
90                                 /* 0x03600100 */
91 #define CONFIG_SYS_DDR_SDRAM_CFG        (SDRAM_CFG_SREN \
92                                 | SDRAM_CFG_SDRAM_TYPE_DDR2 \
93                                 | SDRAM_CFG_DBW_32)
94                                 /* 0x43080000 */
95 #define CONFIG_SYS_DDR_SDRAM_CFG2       0x00401000 /* 1 posted refresh */
96 #define CONFIG_SYS_DDR_MODE             ((0x0448 << SDRAM_MODE_ESD_SHIFT) \
97                                 | (0x0232 << SDRAM_MODE_SD_SHIFT))
98                                 /* ODT 150ohm CL=3, AL=1 on SDRAM */
99 #define CONFIG_SYS_DDR_MODE2    0x00000000
100
101 /*
102  * Memory test
103  */
104 #undef CONFIG_SYS_DRAM_TEST             /* memory test, takes time */
105 #define CONFIG_SYS_MEMTEST_START        0x00040000 /* memtest region */
106 #define CONFIG_SYS_MEMTEST_END          0x00140000
107
108 /*
109  * The reserved memory
110  */
111 #define CONFIG_SYS_MONITOR_LEN  (512 * 1024) /* Reserve 512 kB for Mon */
112 #define CONFIG_SYS_MALLOC_LEN   (512 * 1024) /* Reserved for malloc */
113
114 /*
115  * Initial RAM Base Address Setup
116  */
117 #define CONFIG_SYS_INIT_RAM_LOCK        1
118 #define CONFIG_SYS_INIT_RAM_ADDR        0xE6000000 /* Initial RAM address */
119 #define CONFIG_SYS_INIT_RAM_SIZE        0x1000 /* Size of used area in RAM */
120 #define CONFIG_SYS_GBL_DATA_OFFSET      \
121                         (CONFIG_SYS_INIT_RAM_SIZE - GENERATED_GBL_DATA_SIZE)
122
123 /*
124  * Local Bus Configuration & Clock Setup
125  */
126 #define CONFIG_SYS_LCRR_DBYP    LCRR_DBYP
127 #define CONFIG_SYS_LCRR_CLKDIV          LCRR_CLKDIV_2
128 #define CONFIG_SYS_LBC_LBCR             0x00040000
129 #define CONFIG_FSL_ELBC         1
130
131 /*
132  * FLASH on the Local Bus
133  */
134 #define CONFIG_SYS_FLASH_CFI_WIDTH      FLASH_CFI_16BIT
135
136 #define CONFIG_SYS_FLASH_BASE           0xFE000000 /* FLASH base address */
137 #define CONFIG_SYS_FLASH_SIZE           8       /* FLASH size is 8M */
138
139 #define CONFIG_SYS_MAX_FLASH_BANKS      1 /* number of banks */
140 /* 127 64KB sectors and 8 8KB top sectors per device */
141 #define CONFIG_SYS_MAX_FLASH_SECT       135
142
143 #undef CONFIG_SYS_FLASH_CHECKSUM
144 #define CONFIG_SYS_FLASH_ERASE_TOUT     60000 /* Flash Erase Timeout (ms) */
145 #define CONFIG_SYS_FLASH_WRITE_TOUT     500 /* Flash Write Timeout (ms) */
146
147 /*
148  * NAND Flash on the Local Bus
149  */
150
151 #ifdef CONFIG_NAND_SPL
152 #define CONFIG_SYS_NAND_BASE            0xFFF00000
153 #else
154 #define CONFIG_SYS_NAND_BASE            0xE0600000
155 #endif
156
157 #define CONFIG_MTD_PARTITION
158
159 #define CONFIG_SYS_MAX_NAND_DEVICE      1
160 #define CONFIG_NAND_FSL_ELBC            1
161 #define CONFIG_SYS_NAND_BLOCK_SIZE      16384
162 #define CONFIG_SYS_NAND_WINDOW_SIZE    (32 * 1024)     /* 0x00008000 */
163
164 #define CONFIG_SYS_NAND_U_BOOT_SIZE  (512 << 10)
165 #define CONFIG_SYS_NAND_U_BOOT_DST   0x00100000
166 #define CONFIG_SYS_NAND_U_BOOT_START 0x00100100
167 #define CONFIG_SYS_NAND_U_BOOT_OFFS  16384
168 #define CONFIG_SYS_NAND_U_BOOT_RELOC 0x00010000
169
170
171
172 /* Still needed for spl_minimal.c */
173 #define CONFIG_SYS_NAND_BR_PRELIM CONFIG_SYS_BR1_PRELIM
174 #define CONFIG_SYS_NAND_OR_PRELIM CONFIG_SYS_OR1_PRELIM
175
176 #if CONFIG_SYS_MONITOR_BASE < CONFIG_SYS_FLASH_BASE && \
177         !defined(CONFIG_NAND_SPL)
178 #define CONFIG_SYS_RAMBOOT
179 #else
180 #undef CONFIG_SYS_RAMBOOT
181 #endif
182
183 /*
184  * Serial Port
185  */
186 #define CONFIG_SYS_NS16550_SERIAL
187 #define CONFIG_SYS_NS16550_REG_SIZE     1
188 #define CONFIG_SYS_NS16550_CLK          (get_bus_freq(0))
189
190 #define CONFIG_SYS_BAUDRATE_TABLE  \
191                 {300, 600, 1200, 2400, 4800, 9600, 19200, 38400, 57600, 115200}
192
193 #define CONFIG_SYS_NS16550_COM1 (CONFIG_SYS_IMMR+0x4500)
194 #define CONFIG_SYS_NS16550_COM2 (CONFIG_SYS_IMMR+0x4600)
195
196 /* I2C */
197 #define CONFIG_SYS_I2C
198 #define CONFIG_SYS_I2C_FSL
199 #define CONFIG_SYS_FSL_I2C_SPEED        400000
200 #define CONFIG_SYS_FSL_I2C_SLAVE        0x7F
201 #define CONFIG_SYS_FSL_I2C_OFFSET       0x3000
202 #define CONFIG_SYS_I2C_NOPROBES         { {0, 0x51} }
203
204 /*
205  * Board info - revision and where boot from
206  */
207 #define CONFIG_SYS_I2C_PCF8574A_ADDR    0x39
208
209 /*
210  * Config on-board RTC
211  */
212 #define CONFIG_RTC_DS1337       /* ds1339 on board, use ds1337 rtc via i2c */
213 #define CONFIG_SYS_I2C_RTC_ADDR 0x68 /* at address 0x68 */
214
215 /*
216  * General PCI
217  * Addresses are mapped 1-1.
218  */
219 #define CONFIG_SYS_PCI_MEM_BASE         0x80000000
220 #define CONFIG_SYS_PCI_MEM_PHYS         CONFIG_SYS_PCI_MEM_BASE
221 #define CONFIG_SYS_PCI_MEM_SIZE         0x10000000 /* 256M */
222 #define CONFIG_SYS_PCI_MMIO_BASE        0x90000000
223 #define CONFIG_SYS_PCI_MMIO_PHYS        CONFIG_SYS_PCI_MMIO_BASE
224 #define CONFIG_SYS_PCI_MMIO_SIZE        0x10000000 /* 256M */
225 #define CONFIG_SYS_PCI_IO_BASE          0x00000000
226 #define CONFIG_SYS_PCI_IO_PHYS          0xE0300000
227 #define CONFIG_SYS_PCI_IO_SIZE          0x100000 /* 1M */
228
229 #define CONFIG_SYS_PCI_SLV_MEM_LOCAL    CONFIG_SYS_SDRAM_BASE
230 #define CONFIG_SYS_PCI_SLV_MEM_BUS      0x00000000
231 #define CONFIG_SYS_PCI_SLV_MEM_SIZE     0x80000000
232
233 #define CONFIG_SYS_PCIE1_BASE           0xA0000000
234 #define CONFIG_SYS_PCIE1_MEM_BASE       0xA0000000
235 #define CONFIG_SYS_PCIE1_MEM_PHYS       0xA0000000
236 #define CONFIG_SYS_PCIE1_MEM_SIZE       0x10000000
237 #define CONFIG_SYS_PCIE1_CFG_BASE       0xB0000000
238 #define CONFIG_SYS_PCIE1_CFG_SIZE       0x01000000
239 #define CONFIG_SYS_PCIE1_IO_BASE        0x00000000
240 #define CONFIG_SYS_PCIE1_IO_PHYS        0xB1000000
241 #define CONFIG_SYS_PCIE1_IO_SIZE        0x00800000
242
243 #define CONFIG_SYS_PCIE2_BASE           0xC0000000
244 #define CONFIG_SYS_PCIE2_MEM_BASE       0xC0000000
245 #define CONFIG_SYS_PCIE2_MEM_PHYS       0xC0000000
246 #define CONFIG_SYS_PCIE2_MEM_SIZE       0x10000000
247 #define CONFIG_SYS_PCIE2_CFG_BASE       0xD0000000
248 #define CONFIG_SYS_PCIE2_CFG_SIZE       0x01000000
249 #define CONFIG_SYS_PCIE2_IO_BASE        0x00000000
250 #define CONFIG_SYS_PCIE2_IO_PHYS        0xD1000000
251 #define CONFIG_SYS_PCIE2_IO_SIZE        0x00800000
252
253 #define CONFIG_PCI_INDIRECT_BRIDGE
254 #define CONFIG_PCIE
255
256 #define CONFIG_EEPRO100
257 #undef CONFIG_PCI_SCAN_SHOW     /* show pci devices on startup */
258 #define CONFIG_SYS_PCI_SUBSYS_VENDORID 0x1957   /* Freescale */
259
260 #define CONFIG_HAS_FSL_DR_USB
261 #define CONFIG_SYS_SCCR_USBDRCM         3
262
263 #define CONFIG_USB_EHCI_FSL
264 #define CONFIG_USB_PHY_TYPE     "utmi"
265 #define CONFIG_EHCI_HCD_INIT_AFTER_RESET
266
267 /*
268  * TSEC
269  */
270 #define CONFIG_SYS_TSEC1_OFFSET 0x24000
271 #define CONFIG_SYS_TSEC1        (CONFIG_SYS_IMMR+CONFIG_SYS_TSEC1_OFFSET)
272 #define CONFIG_SYS_TSEC2_OFFSET 0x25000
273 #define CONFIG_SYS_TSEC2        (CONFIG_SYS_IMMR+CONFIG_SYS_TSEC2_OFFSET)
274
275 /*
276  * TSEC ethernet configuration
277  */
278 #define CONFIG_TSEC1            1
279 #define CONFIG_TSEC1_NAME       "eTSEC0"
280 #define CONFIG_TSEC2            1
281 #define CONFIG_TSEC2_NAME       "eTSEC1"
282 #define TSEC1_PHY_ADDR          0
283 #define TSEC2_PHY_ADDR          1
284 #define TSEC1_PHYIDX            0
285 #define TSEC2_PHYIDX            0
286 #define TSEC1_FLAGS             TSEC_GIGABIT
287 #define TSEC2_FLAGS             TSEC_GIGABIT
288
289 /* Options are: eTSEC[0-1] */
290 #define CONFIG_ETHPRIME         "eTSEC1"
291
292 /*
293  * SATA
294  */
295 #define CONFIG_SYS_SATA_MAX_DEVICE      2
296 #define CONFIG_SATA1
297 #define CONFIG_SYS_SATA1_OFFSET 0x18000
298 #define CONFIG_SYS_SATA1        (CONFIG_SYS_IMMR + CONFIG_SYS_SATA1_OFFSET)
299 #define CONFIG_SYS_SATA1_FLAGS  FLAGS_DMA
300 #define CONFIG_SATA2
301 #define CONFIG_SYS_SATA2_OFFSET 0x19000
302 #define CONFIG_SYS_SATA2        (CONFIG_SYS_IMMR + CONFIG_SYS_SATA2_OFFSET)
303 #define CONFIG_SYS_SATA2_FLAGS  FLAGS_DMA
304
305 #ifdef CONFIG_FSL_SATA
306 #define CONFIG_LBA48
307 #endif
308
309 /*
310  * Environment
311  */
312 #if !defined(CONFIG_SYS_RAMBOOT)
313         #define CONFIG_ENV_ADDR         \
314                         (CONFIG_SYS_MONITOR_BASE + CONFIG_SYS_MONITOR_LEN)
315         #define CONFIG_ENV_SECT_SIZE    0x10000 /* 64K(one sector) for env */
316         #define CONFIG_ENV_SIZE         0x2000
317 #else
318         #define CONFIG_ENV_ADDR         (CONFIG_SYS_MONITOR_BASE - 0x1000)
319         #define CONFIG_ENV_SIZE         0x2000
320 #endif
321
322 #define CONFIG_LOADS_ECHO       1       /* echo on for serial download */
323 #define CONFIG_SYS_LOADS_BAUD_CHANGE    1       /* allow baudrate change */
324
325 /*
326  * BOOTP options
327  */
328 #define CONFIG_BOOTP_BOOTFILESIZE
329
330 /*
331  * Command line configuration.
332  */
333
334 #undef CONFIG_WATCHDOG          /* watchdog disabled */
335
336 /*
337  * Miscellaneous configurable options
338  */
339 #define CONFIG_SYS_LOAD_ADDR            0x2000000 /* default load address */
340
341 /*
342  * For booting Linux, the board info and command line data
343  * have to be in the first 256 MB of memory, since this is
344  * the maximum mapped by the Linux kernel during initialization.
345  */
346 #define CONFIG_SYS_BOOTMAPSZ    (256 << 20) /* Initial Memory map for Linux */
347 #define CONFIG_SYS_BOOTM_LEN    (64 << 20)      /* Increase max gunzip size */
348
349 /*
350  * MMU Setup
351  */
352
353 #if defined(CONFIG_CMD_KGDB)
354 #define CONFIG_KGDB_BAUDRATE    230400  /* speed of kgdb serial port */
355 #endif
356
357 /*
358  * Environment Configuration
359  */
360
361 #define CONFIG_ENV_OVERWRITE
362
363 #if defined(CONFIG_TSEC_ENET)
364 #define CONFIG_HAS_ETH0
365 #define CONFIG_HAS_ETH1
366 #endif
367
368 #define CONFIG_LOADADDR 800000  /* default location for tftp and bootm */
369
370 #define CONFIG_EXTRA_ENV_SETTINGS                                       \
371         "netdev=eth0\0"                                                 \
372         "consoledev=ttyS0\0"                                            \
373         "ramdiskaddr=1000000\0"                                         \
374         "ramdiskfile=ramfs.83xx\0"                                      \
375         "fdtaddr=780000\0"                                              \
376         "fdtfile=mpc8315erdb.dtb\0"                                     \
377         "usb_phy_type=utmi\0"                                           \
378         ""
379
380 #define CONFIG_NFSBOOTCOMMAND                                           \
381         "setenv bootargs root=/dev/nfs rw "                             \
382                 "nfsroot=$serverip:$rootpath "                          \
383                 "ip=$ipaddr:$serverip:$gatewayip:$netmask:$hostname:"   \
384                                                         "$netdev:off "  \
385                 "console=$consoledev,$baudrate $othbootargs;"           \
386         "tftp $loadaddr $bootfile;"                                     \
387         "tftp $fdtaddr $fdtfile;"                                       \
388         "bootm $loadaddr - $fdtaddr"
389
390 #define CONFIG_RAMBOOTCOMMAND                                           \
391         "setenv bootargs root=/dev/ram rw "                             \
392                 "console=$consoledev,$baudrate $othbootargs;"           \
393         "tftp $ramdiskaddr $ramdiskfile;"                               \
394         "tftp $loadaddr $bootfile;"                                     \
395         "tftp $fdtaddr $fdtfile;"                                       \
396         "bootm $loadaddr $ramdiskaddr $fdtaddr"
397
398 #define CONFIG_BOOTCOMMAND CONFIG_NFSBOOTCOMMAND
399
400 #endif  /* __CONFIG_H */