Merge tag 'dm-pull-28jun22' of https://source.denx.de/u-boot/custodians/u-boot-dm...
[platform/kernel/u-boot.git] / include / configs / P1010RDB.h
1 /* SPDX-License-Identifier: GPL-2.0+ */
2 /*
3  * Copyright 2010-2011 Freescale Semiconductor, Inc.
4  * Copyright 2020 NXP
5  */
6
7 /*
8  * P010 RDB board configuration file
9  */
10
11 #ifndef __CONFIG_H
12 #define __CONFIG_H
13
14 #include <linux/stringify.h>
15
16 #include <asm/config_mpc85xx.h>
17
18 #ifdef CONFIG_SDCARD
19 #define CONFIG_SYS_MMC_U_BOOT_SIZE      (512 << 10)
20 #define CONFIG_SYS_MMC_U_BOOT_DST       (0x11000000)
21 #define CONFIG_SYS_MMC_U_BOOT_START     (0x11000000)
22 #define CONFIG_SYS_MMC_U_BOOT_OFFS      (96 << 10)
23 #endif
24
25 #ifdef CONFIG_SPIFLASH
26 #ifdef CONFIG_NXP_ESBC
27 #define CONFIG_RAMBOOT_SPIFLASH
28 #define CONFIG_RESET_VECTOR_ADDRESS     0x110bfffc
29 #else
30 #define CONFIG_SYS_SPI_FLASH_U_BOOT_SIZE        (512 << 10)
31 #define CONFIG_SYS_SPI_FLASH_U_BOOT_DST         (0x11000000)
32 #define CONFIG_SYS_SPI_FLASH_U_BOOT_START       (0x11000000)
33 #define CONFIG_SYS_SPI_FLASH_U_BOOT_OFFS        (96 << 10)
34 #endif
35 #endif
36
37 #ifdef CONFIG_MTD_RAW_NAND
38 #ifdef CONFIG_NXP_ESBC
39 #define CONFIG_SYS_NAND_U_BOOT_SIZE     ((768 << 10) - 0x2000)
40 #define CONFIG_SYS_NAND_U_BOOT_DST      (0x00200000 - CONFIG_SPL_MAX_SIZE)
41 #define CONFIG_SYS_NAND_U_BOOT_START    0x00200000
42 #else
43 #ifdef CONFIG_TPL_BUILD
44 #define CONFIG_SYS_NAND_U_BOOT_SIZE     (576 << 10)
45 #define CONFIG_SYS_NAND_U_BOOT_DST      (0x11000000)
46 #define CONFIG_SYS_NAND_U_BOOT_START    (0x11000000)
47 #elif defined(CONFIG_SPL_BUILD)
48 #define CONFIG_SYS_NAND_U_BOOT_SIZE     (128 << 10)
49 #define CONFIG_SYS_NAND_U_BOOT_DST      0xD0000000
50 #define CONFIG_SYS_NAND_U_BOOT_START    0xD0000000
51 #endif
52 #endif
53 #endif
54
55 #ifdef CONFIG_NAND_SECBOOT      /* NAND Boot */
56 #define CONFIG_RESET_VECTOR_ADDRESS     0x110bfffc
57 #endif
58
59 #ifndef CONFIG_RESET_VECTOR_ADDRESS
60 #define CONFIG_RESET_VECTOR_ADDRESS     0xeffffffc
61 #endif
62
63 /* High Level Configuration Options */
64
65 #if defined(CONFIG_PCI)
66 /*
67  * PCI Windows
68  * Memory space is mapped 1-1, but I/O space must start from 0.
69  */
70 /* controller 1, Slot 1, tgtid 1, Base address a000 */
71 #define CONFIG_SYS_PCIE1_MEM_VIRT       0x80000000
72 #ifdef CONFIG_PHYS_64BIT
73 #define CONFIG_SYS_PCIE1_MEM_PHYS       0xc00000000ull
74 #else
75 #define CONFIG_SYS_PCIE1_MEM_PHYS       0x80000000
76 #endif
77 #define CONFIG_SYS_PCIE1_IO_VIRT        0xffc00000
78 #ifdef CONFIG_PHYS_64BIT
79 #define CONFIG_SYS_PCIE1_IO_PHYS        0xfffc00000ull
80 #else
81 #define CONFIG_SYS_PCIE1_IO_PHYS        0xffc00000
82 #endif
83
84 /* controller 2, Slot 2, tgtid 2, Base address 9000 */
85 #define CONFIG_SYS_PCIE2_MEM_VIRT       0xa0000000
86 #ifdef CONFIG_PHYS_64BIT
87 #define CONFIG_SYS_PCIE2_MEM_PHYS       0xc20000000ull
88 #else
89 #define CONFIG_SYS_PCIE2_MEM_PHYS       0xa0000000
90 #endif
91 #define CONFIG_SYS_PCIE2_IO_VIRT        0xffc10000
92 #ifdef CONFIG_PHYS_64BIT
93 #define CONFIG_SYS_PCIE2_IO_PHYS        0xfffc10000ull
94 #else
95 #define CONFIG_SYS_PCIE2_IO_PHYS        0xffc10000
96 #endif
97 #endif
98
99 #define CONFIG_HWCONFIG
100 /*
101  * These can be toggled for performance analysis, otherwise use default.
102  */
103 #define CONFIG_L2_CACHE                 /* toggle L2 cache */
104
105 /* DDR Setup */
106 #define SPD_EEPROM_ADDRESS              0x52
107
108 #define CONFIG_MEM_INIT_VALUE           0xDeadBeef
109
110 #ifndef __ASSEMBLY__
111 extern unsigned long get_sdram_size(void);
112 #endif
113 #define CONFIG_SYS_SDRAM_SIZE           get_sdram_size() /* DDR size */
114 #define CONFIG_SYS_DDR_SDRAM_BASE       0x00000000
115 #define CONFIG_SYS_SDRAM_BASE           CONFIG_SYS_DDR_SDRAM_BASE
116
117 /* DDR3 Controller Settings */
118 #define CONFIG_SYS_DDR_CS0_BNDS         0x0000003f
119 #define CONFIG_SYS_DDR_CS0_CONFIG       0x80014302
120 #define CONFIG_SYS_DDR_CS0_CONFIG_2     0x00000000
121 #define CONFIG_SYS_DDR_DATA_INIT        0xdeadbeef
122 #define CONFIG_SYS_DDR_INIT_ADDR        0x00000000
123 #define CONFIG_SYS_DDR_INIT_EXT_ADDR    0x00000000
124 #define CONFIG_SYS_DDR_MODE_CONTROL     0x00000000
125 #define CONFIG_SYS_DDR_ZQ_CONTROL       0x89080600
126 #define CONFIG_SYS_DDR_SR_CNTR          0x00000000
127 #define CONFIG_SYS_DDR_RCW_1            0x00000000
128 #define CONFIG_SYS_DDR_RCW_2            0x00000000
129 #define CONFIG_SYS_DDR_CONTROL          0xc70c0008      /* Type = DDR3  */
130 #define CONFIG_SYS_DDR_CONTROL_2        0x24401000
131 #define CONFIG_SYS_DDR_TIMING_4         0x00000001
132 #define CONFIG_SYS_DDR_TIMING_5         0x03402400
133
134 #define CONFIG_SYS_DDR_TIMING_3_800     0x00030000
135 #define CONFIG_SYS_DDR_TIMING_0_800     0x00110104
136 #define CONFIG_SYS_DDR_TIMING_1_800     0x6f6b8644
137 #define CONFIG_SYS_DDR_TIMING_2_800     0x0FA888CF
138 #define CONFIG_SYS_DDR_CLK_CTRL_800     0x03000000
139 #define CONFIG_SYS_DDR_MODE_1_800       0x00441420
140 #define CONFIG_SYS_DDR_MODE_2_800       0x00000000
141 #define CONFIG_SYS_DDR_INTERVAL_800     0x0C300100
142 #define CONFIG_SYS_DDR_WRLVL_CONTROL_800 0x8675f608
143
144 /* settings for DDR3 at 667MT/s */
145 #define CONFIG_SYS_DDR_TIMING_3_667             0x00010000
146 #define CONFIG_SYS_DDR_TIMING_0_667             0x00110004
147 #define CONFIG_SYS_DDR_TIMING_1_667             0x5d59e544
148 #define CONFIG_SYS_DDR_TIMING_2_667             0x0FA890CD
149 #define CONFIG_SYS_DDR_CLK_CTRL_667             0x03000000
150 #define CONFIG_SYS_DDR_MODE_1_667               0x00441210
151 #define CONFIG_SYS_DDR_MODE_2_667               0x00000000
152 #define CONFIG_SYS_DDR_INTERVAL_667             0x0a280000
153 #define CONFIG_SYS_DDR_WRLVL_CONTROL_667        0x8675F608
154
155 #define CONFIG_SYS_CCSRBAR                      0xffe00000
156 #define CONFIG_SYS_CCSRBAR_PHYS_LOW             CONFIG_SYS_CCSRBAR
157
158 /*
159  * Memory map
160  *
161  * 0x0000_0000  0x3fff_ffff     DDR                     1G cacheable
162  * 0x8000_0000  0xbfff_ffff     PCI Express Mem         1.5G non-cacheable
163  * 0xffc0_0000  0xffc3_ffff     PCI IO range            256k non-cacheable
164  *
165  * Localbus non-cacheable
166  * 0xff80_0000  0xff8f_ffff     NAND Flash              1M non-cacheable
167  * 0xffb0_0000  0xffbf_ffff     Board CPLD              1M non-cacheable
168  * 0xffd0_0000  0xffd0_3fff     L1 for stack            16K Cacheable TLB0
169  * 0xffe0_0000  0xffef_ffff     CCSR                    1M non-cacheable
170  */
171
172 /*
173  * IFC Definitions
174  */
175 /* NOR Flash on IFC */
176
177 #define CONFIG_SYS_FLASH_BASE           0xee000000
178 #define CONFIG_SYS_MAX_FLASH_SECT       256     /* 32M */
179
180 #ifdef CONFIG_PHYS_64BIT
181 #define CONFIG_SYS_FLASH_BASE_PHYS      (0xf00000000ull | CONFIG_SYS_FLASH_BASE)
182 #else
183 #define CONFIG_SYS_FLASH_BASE_PHYS      CONFIG_SYS_FLASH_BASE
184 #endif
185
186 #define CONFIG_SYS_NOR_CSPR     (CSPR_PHYS_ADDR(CONFIG_SYS_FLASH_BASE_PHYS) | \
187                                 CSPR_PORT_SIZE_16 | \
188                                 CSPR_MSEL_NOR | \
189                                 CSPR_V)
190 #define CONFIG_SYS_NOR_AMASK    IFC_AMASK(32*1024*1024)
191 #define CONFIG_SYS_NOR_CSOR     CSOR_NOR_ADM_SHIFT(7)
192 /* NOR Flash Timing Params */
193 #define CONFIG_SYS_NOR_FTIM0    FTIM0_NOR_TACSE(0x4) | \
194                                 FTIM0_NOR_TEADC(0x5) | \
195                                 FTIM0_NOR_TEAHC(0x5)
196 #define CONFIG_SYS_NOR_FTIM1    FTIM1_NOR_TACO(0x1e) | \
197                                 FTIM1_NOR_TRAD_NOR(0x0f)
198 #define CONFIG_SYS_NOR_FTIM2    FTIM2_NOR_TCS(0x4) | \
199                                 FTIM2_NOR_TCH(0x4) | \
200                                 FTIM2_NOR_TWP(0x1c)
201 #define CONFIG_SYS_NOR_FTIM3    0x0
202
203 #define CONFIG_SYS_FLASH_BANKS_LIST     {CONFIG_SYS_FLASH_BASE_PHYS}
204 #define CONFIG_SYS_FLASH_QUIET_TEST
205 #define CONFIG_FLASH_SHOW_PROGRESS      45      /* count down from 45/5: 9..1 */
206
207 #undef CONFIG_SYS_FLASH_CHECKSUM
208 #define CONFIG_SYS_FLASH_ERASE_TOUT     60000   /* Flash Erase Timeout (ms) */
209 #define CONFIG_SYS_FLASH_WRITE_TOUT     500     /* Flash Write Timeout (ms) */
210
211 /* CFI for NOR Flash */
212 #define CONFIG_SYS_FLASH_EMPTY_INFO
213
214 /* NAND Flash on IFC */
215 #define CONFIG_SYS_NAND_BASE            0xff800000
216 #ifdef CONFIG_PHYS_64BIT
217 #define CONFIG_SYS_NAND_BASE_PHYS       0xfff800000ull
218 #else
219 #define CONFIG_SYS_NAND_BASE_PHYS       CONFIG_SYS_NAND_BASE
220 #endif
221
222 #define CONFIG_MTD_PARTITION
223
224 #define CONFIG_SYS_NAND_CSPR    (CSPR_PHYS_ADDR(CONFIG_SYS_NAND_BASE_PHYS) \
225                                 | CSPR_PORT_SIZE_8      \
226                                 | CSPR_MSEL_NAND        \
227                                 | CSPR_V)
228 #define CONFIG_SYS_NAND_AMASK   IFC_AMASK(64*1024)
229
230 #if defined(CONFIG_TARGET_P1010RDB_PA)
231 #define CONFIG_SYS_NAND_CSOR    (CSOR_NAND_ECC_ENC_EN   /* ECC on encode */ \
232                                 | CSOR_NAND_ECC_DEC_EN  /* ECC on decode */ \
233                                 | CSOR_NAND_ECC_MODE_4  /* 4-bit ECC */ \
234                                 | CSOR_NAND_RAL_2       /* RAL = 2 Bytes */ \
235                                 | CSOR_NAND_PGS_512     /* Page Size = 512b */ \
236                                 | CSOR_NAND_SPRZ_16     /* Spare size = 16 */ \
237                                 | CSOR_NAND_PB(32))     /* 32 Pages Per Block */
238
239 #elif defined(CONFIG_TARGET_P1010RDB_PB)
240 #define CONFIG_SYS_NAND_CSOR   (CSOR_NAND_ECC_ENC_EN   /* ECC on encode */ \
241                                 | CSOR_NAND_ECC_DEC_EN  /* ECC on decode */ \
242                                 | CSOR_NAND_ECC_MODE_4  /* 4-bit ECC */ \
243                                 | CSOR_NAND_RAL_3       /* RAL = 3Byes */ \
244                                 | CSOR_NAND_PGS_4K      /* Page Size = 4K */ \
245                                 | CSOR_NAND_SPRZ_224    /* Spare size = 224 */ \
246                                 | CSOR_NAND_PB(128))  /*Pages Per Block = 128 */
247 #endif
248
249 #define CONFIG_SYS_NAND_BASE_LIST       { CONFIG_SYS_NAND_BASE }
250 #define CONFIG_SYS_MAX_NAND_DEVICE      1
251
252 #if defined(CONFIG_TARGET_P1010RDB_PA)
253 /* NAND Flash Timing Params */
254 #define CONFIG_SYS_NAND_FTIM0           FTIM0_NAND_TCCST(0x01) | \
255                                         FTIM0_NAND_TWP(0x0C)   | \
256                                         FTIM0_NAND_TWCHT(0x04) | \
257                                         FTIM0_NAND_TWH(0x05)
258 #define CONFIG_SYS_NAND_FTIM1           FTIM1_NAND_TADLE(0x1d) | \
259                                         FTIM1_NAND_TWBE(0x1d)  | \
260                                         FTIM1_NAND_TRR(0x07)   | \
261                                         FTIM1_NAND_TRP(0x0c)
262 #define CONFIG_SYS_NAND_FTIM2           FTIM2_NAND_TRAD(0x0c) | \
263                                         FTIM2_NAND_TREH(0x05) | \
264                                         FTIM2_NAND_TWHRE(0x0f)
265 #define CONFIG_SYS_NAND_FTIM3           FTIM3_NAND_TWW(0x04)
266
267 #elif defined(CONFIG_TARGET_P1010RDB_PB)
268 /* support MT29F16G08ABABAWP 4k-pagesize 2G-bytes NAND */
269 /* ONFI NAND Flash mode0 Timing Params */
270 #define CONFIG_SYS_NAND_FTIM0  (FTIM0_NAND_TCCST(0x07)| \
271                                         FTIM0_NAND_TWP(0x18)   | \
272                                         FTIM0_NAND_TWCHT(0x07) | \
273                                         FTIM0_NAND_TWH(0x0a))
274 #define CONFIG_SYS_NAND_FTIM1  (FTIM1_NAND_TADLE(0x32)| \
275                                         FTIM1_NAND_TWBE(0x39)  | \
276                                         FTIM1_NAND_TRR(0x0e)   | \
277                                         FTIM1_NAND_TRP(0x18))
278 #define CONFIG_SYS_NAND_FTIM2  (FTIM2_NAND_TRAD(0x0f) | \
279                                         FTIM2_NAND_TREH(0x0a)  | \
280                                         FTIM2_NAND_TWHRE(0x1e))
281 #define CONFIG_SYS_NAND_FTIM3   0x0
282 #endif
283
284 #define CONFIG_SYS_NAND_DDR_LAW         11
285
286 /* Set up IFC registers for boot location NOR/NAND */
287 #if defined(CONFIG_MTD_RAW_NAND) || defined(CONFIG_NAND_SECBOOT)
288 #define CONFIG_SYS_CSPR0                CONFIG_SYS_NAND_CSPR
289 #define CONFIG_SYS_AMASK0               CONFIG_SYS_NAND_AMASK
290 #define CONFIG_SYS_CSOR0                CONFIG_SYS_NAND_CSOR
291 #define CONFIG_SYS_CS0_FTIM0            CONFIG_SYS_NAND_FTIM0
292 #define CONFIG_SYS_CS0_FTIM1            CONFIG_SYS_NAND_FTIM1
293 #define CONFIG_SYS_CS0_FTIM2            CONFIG_SYS_NAND_FTIM2
294 #define CONFIG_SYS_CS0_FTIM3            CONFIG_SYS_NAND_FTIM3
295 #define CONFIG_SYS_CSPR1                CONFIG_SYS_NOR_CSPR
296 #define CONFIG_SYS_AMASK1               CONFIG_SYS_NOR_AMASK
297 #define CONFIG_SYS_CSOR1                CONFIG_SYS_NOR_CSOR
298 #define CONFIG_SYS_CS1_FTIM0            CONFIG_SYS_NOR_FTIM0
299 #define CONFIG_SYS_CS1_FTIM1            CONFIG_SYS_NOR_FTIM1
300 #define CONFIG_SYS_CS1_FTIM2            CONFIG_SYS_NOR_FTIM2
301 #define CONFIG_SYS_CS1_FTIM3            CONFIG_SYS_NOR_FTIM3
302 #else
303 #define CONFIG_SYS_CSPR0                CONFIG_SYS_NOR_CSPR
304 #define CONFIG_SYS_AMASK0               CONFIG_SYS_NOR_AMASK
305 #define CONFIG_SYS_CSOR0                CONFIG_SYS_NOR_CSOR
306 #define CONFIG_SYS_CS0_FTIM0            CONFIG_SYS_NOR_FTIM0
307 #define CONFIG_SYS_CS0_FTIM1            CONFIG_SYS_NOR_FTIM1
308 #define CONFIG_SYS_CS0_FTIM2            CONFIG_SYS_NOR_FTIM2
309 #define CONFIG_SYS_CS0_FTIM3            CONFIG_SYS_NOR_FTIM3
310 #define CONFIG_SYS_CSPR1                CONFIG_SYS_NAND_CSPR
311 #define CONFIG_SYS_AMASK1               CONFIG_SYS_NAND_AMASK
312 #define CONFIG_SYS_CSOR1                CONFIG_SYS_NAND_CSOR
313 #define CONFIG_SYS_CS1_FTIM0            CONFIG_SYS_NAND_FTIM0
314 #define CONFIG_SYS_CS1_FTIM1            CONFIG_SYS_NAND_FTIM1
315 #define CONFIG_SYS_CS1_FTIM2            CONFIG_SYS_NAND_FTIM2
316 #define CONFIG_SYS_CS1_FTIM3            CONFIG_SYS_NAND_FTIM3
317 #endif
318
319 /* CPLD on IFC */
320 #define CONFIG_SYS_CPLD_BASE            0xffb00000
321
322 #ifdef CONFIG_PHYS_64BIT
323 #define CONFIG_SYS_CPLD_BASE_PHYS       0xfffb00000ull
324 #else
325 #define CONFIG_SYS_CPLD_BASE_PHYS       CONFIG_SYS_CPLD_BASE
326 #endif
327
328 #define CONFIG_SYS_CSPR3        (CSPR_PHYS_ADDR(CONFIG_SYS_CPLD_BASE_PHYS) \
329                                 | CSPR_PORT_SIZE_8 \
330                                 | CSPR_MSEL_GPCM \
331                                 | CSPR_V)
332 #define CONFIG_SYS_AMASK3               IFC_AMASK(64*1024)
333 #define CONFIG_SYS_CSOR3                0x0
334 /* CPLD Timing parameters for IFC CS3 */
335 #define CONFIG_SYS_CS3_FTIM0            (FTIM0_GPCM_TACSE(0x0e) | \
336                                         FTIM0_GPCM_TEADC(0x0e) | \
337                                         FTIM0_GPCM_TEAHC(0x0e))
338 #define CONFIG_SYS_CS3_FTIM1            (FTIM1_GPCM_TACO(0x0e) | \
339                                         FTIM1_GPCM_TRAD(0x1f))
340 #define CONFIG_SYS_CS3_FTIM2            (FTIM2_GPCM_TCS(0x0e) | \
341                                         FTIM2_GPCM_TCH(0x8) | \
342                                         FTIM2_GPCM_TWP(0x1f))
343 #define CONFIG_SYS_CS3_FTIM3            0x0
344
345 #define CONFIG_SYS_INIT_RAM_LOCK
346 #define CONFIG_SYS_INIT_RAM_ADDR        0xffd00000 /* stack in RAM */
347 #define CONFIG_SYS_INIT_RAM_SIZE        0x00004000 /* End of used area in RAM */
348
349 #define CONFIG_SYS_INIT_SP_OFFSET       (CONFIG_SYS_INIT_RAM_SIZE - GENERATED_GBL_DATA_SIZE)
350
351 #define CONFIG_SYS_MONITOR_LEN          (768 * 1024)
352
353 /*
354  * Config the L2 Cache as L2 SRAM
355  */
356 #if defined(CONFIG_SPL_BUILD)
357 #if defined(CONFIG_SDCARD) || defined(CONFIG_SPIFLASH)
358 #define CONFIG_SYS_INIT_L2_ADDR         0xD0000000
359 #define CONFIG_SYS_INIT_L2_ADDR_PHYS    CONFIG_SYS_INIT_L2_ADDR
360 #define CONFIG_SYS_L2_SIZE              (256 << 10)
361 #define CONFIG_SYS_INIT_L2_END  (CONFIG_SYS_INIT_L2_ADDR + CONFIG_SYS_L2_SIZE)
362 #elif defined(CONFIG_MTD_RAW_NAND)
363 #ifdef CONFIG_TPL_BUILD
364 #define CONFIG_SYS_INIT_L2_ADDR         0xD0000000
365 #define CONFIG_SYS_INIT_L2_ADDR_PHYS    CONFIG_SYS_INIT_L2_ADDR
366 #define CONFIG_SYS_L2_SIZE              (256 << 10)
367 #define CONFIG_SYS_INIT_L2_END  (CONFIG_SYS_INIT_L2_ADDR + CONFIG_SYS_L2_SIZE)
368 #else
369 #define CONFIG_SYS_INIT_L2_ADDR         0xD0000000
370 #define CONFIG_SYS_INIT_L2_ADDR_PHYS    CONFIG_SYS_INIT_L2_ADDR
371 #define CONFIG_SYS_L2_SIZE              (256 << 10)
372 #define CONFIG_SYS_INIT_L2_END  (CONFIG_SYS_INIT_L2_ADDR + CONFIG_SYS_L2_SIZE)
373 #endif
374 #endif
375 #endif
376
377 /* Serial Port */
378 #undef  CONFIG_SERIAL_SOFTWARE_FIFO
379 #define CONFIG_SYS_NS16550_SERIAL
380 #define CONFIG_SYS_NS16550_REG_SIZE     1
381 #define CONFIG_SYS_NS16550_CLK          get_bus_freq(0)
382 #if defined(CONFIG_SPL_BUILD) && CONFIG_IS_ENABLED(INIT_MINIMAL)
383 #define CONFIG_NS16550_MIN_FUNCTIONS
384 #endif
385
386 #define CONFIG_SYS_BAUDRATE_TABLE       \
387         {300, 600, 1200, 2400, 4800, 9600, 19200, 38400, 57600, 115200}
388
389 #define CONFIG_SYS_NS16550_COM1 (CONFIG_SYS_CCSRBAR+0x4500)
390 #define CONFIG_SYS_NS16550_COM2 (CONFIG_SYS_CCSRBAR+0x4600)
391
392 /* I2C */
393 #define I2C_PCA9557_ADDR1               0x18
394 #define I2C_PCA9557_ADDR2               0x19
395 #define I2C_PCA9557_BUS_NUM             0
396
397 /* I2C EEPROM */
398 #if defined(CONFIG_TARGET_P1010RDB_PB)
399 #ifdef CONFIG_ID_EEPROM
400 #define CONFIG_SYS_I2C_EEPROM_NXID
401 #endif
402 #define CONFIG_SYS_EEPROM_BUS_NUM       0
403 #define MAX_NUM_PORTS                   9 /* for 128Bytes EEPROM */
404 #endif
405 /* enable read and write access to EEPROM */
406
407 /* RTC */
408 #define CONFIG_RTC_PT7C4338
409 #define CONFIG_SYS_I2C_RTC_ADDR 0x68
410
411 /*
412  * SPI interface will not be available in case of NAND boot SPI CS0 will be
413  * used for SLIC
414  */
415 #if !defined(CONFIG_MTD_RAW_NAND) || !defined(CONFIG_NAND_SECBOOT)
416 /* eSPI - Enhanced SPI */
417 #endif
418
419 #if defined(CONFIG_TSEC_ENET)
420 #define CONFIG_MII_DEFAULT_TSEC 1       /* Allow unregistered phys */
421 #define CONFIG_TSEC1    1
422 #define CONFIG_TSEC1_NAME       "eTSEC1"
423 #define CONFIG_TSEC2    1
424 #define CONFIG_TSEC2_NAME       "eTSEC2"
425 #define CONFIG_TSEC3    1
426 #define CONFIG_TSEC3_NAME       "eTSEC3"
427
428 #define TSEC1_PHY_ADDR          1
429 #define TSEC2_PHY_ADDR          0
430 #define TSEC3_PHY_ADDR          2
431
432 #define TSEC1_FLAGS             (TSEC_GIGABIT | TSEC_REDUCED)
433 #define TSEC2_FLAGS             (TSEC_GIGABIT | TSEC_REDUCED)
434 #define TSEC3_FLAGS             (TSEC_GIGABIT | TSEC_REDUCED)
435
436 #define TSEC1_PHYIDX            0
437 #define TSEC2_PHYIDX            0
438 #define TSEC3_PHYIDX            0
439
440 /* TBI PHY configuration for SGMII mode */
441 #define CONFIG_TSEC_TBICR_SETTINGS ( \
442                 TBICR_PHY_RESET \
443                 | TBICR_ANEG_ENABLE \
444                 | TBICR_FULL_DUPLEX \
445                 | TBICR_SPEED1_SET \
446                 )
447
448 #endif  /* CONFIG_TSEC_ENET */
449
450 #ifdef CONFIG_MMC
451 #define CONFIG_SYS_FSL_ESDHC_ADDR       CONFIG_SYS_MPC85xx_ESDHC_ADDR
452 #endif
453
454 /*
455  * Environment
456  */
457 #if defined(CONFIG_MTD_RAW_NAND)
458 #ifdef CONFIG_TPL_BUILD
459 #define SPL_ENV_ADDR            (CONFIG_SYS_INIT_L2_ADDR + (160 << 10))
460 #endif
461 #endif
462
463 #define CONFIG_LOADS_ECHO               /* echo on for serial download */
464 #define CONFIG_SYS_LOADS_BAUD_CHANGE    /* allow baudrate change */
465
466 #if defined(CONFIG_MMC) || defined(CONFIG_USB_EHCI_HCD) \
467                  || defined(CONFIG_FSL_SATA)
468 #endif
469
470 /*
471  * Miscellaneous configurable options
472  */
473
474 /*
475  * For booting Linux, the board info and command line data
476  * have to be in the first 64 MB of memory, since this is
477  * the maximum mapped by the Linux kernel during initialization.
478  */
479 #define CONFIG_SYS_BOOTMAPSZ    (64 << 20) /* Initial Memory map for Linux */
480
481 /*
482  * Environment Configuration
483  */
484
485 #define CONFIG_ROOTPATH         "/opt/nfsroot"
486 #define CONFIG_UBOOTPATH        u-boot.bin/* U-Boot image on TFTP server */
487
488 #define CONFIG_EXTRA_ENV_SETTINGS                               \
489         "hwconfig=" __stringify(CONFIG_DEF_HWCONFIG)  "\0"      \
490         "netdev=eth0\0"                                         \
491         "uboot=" __stringify(CONFIG_UBOOTPATH) "\0"             \
492         "loadaddr=1000000\0"                    \
493         "consoledev=ttyS0\0"                            \
494         "ramdiskaddr=2000000\0"                 \
495         "ramdiskfile=rootfs.ext2.gz.uboot\0"            \
496         "fdtaddr=1e00000\0"                             \
497         "fdtfile=p1010rdb.dtb\0"                \
498         "bdev=sda1\0"   \
499         "hwconfig=usb1:dr_mode=host,phy_type=utmi\0"    \
500         "othbootargs=ramdisk_size=600000\0" \
501         "usbfatboot=setenv bootargs root=/dev/ram rw "  \
502         "console=$consoledev,$baudrate $othbootargs; "  \
503         "usb start;"                    \
504         "fatload usb 0:2 $loadaddr $bootfile;"          \
505         "fatload usb 0:2 $fdtaddr $fdtfile;"    \
506         "fatload usb 0:2 $ramdiskaddr $ramdiskfile;"    \
507         "bootm $loadaddr $ramdiskaddr $fdtaddr\0"               \
508         "usbext2boot=setenv bootargs root=/dev/ram rw " \
509         "console=$consoledev,$baudrate $othbootargs; "  \
510         "usb start;"                    \
511         "ext2load usb 0:4 $loadaddr $bootfile;"         \
512         "ext2load usb 0:4 $fdtaddr $fdtfile;"   \
513         "ext2load usb 0:4 $ramdiskaddr $ramdiskfile;"   \
514         "bootm $loadaddr $ramdiskaddr $fdtaddr\0"       \
515         BOOTMODE
516
517 #if defined(CONFIG_TARGET_P1010RDB_PA)
518 #define BOOTMODE \
519         "boot_bank0=i2c dev 0; i2c mw 18 1 f1; i2c mw 18 3 f0;" \
520         "mw.b ffb00011 0; mw.b ffb00009 0; reset\0" \
521         "boot_bank1=i2c dev 0; i2c mw 18 1 f1; i2c mw 18 3 f0;" \
522         "mw.b ffb00011 0; mw.b ffb00009 1; reset\0" \
523         "boot_nand=i2c dev 0; i2c mw 18 1 f9; i2c mw 18 3 f0;" \
524         "mw.b ffb00011 0; mw.b ffb00017 1; reset\0"
525
526 #elif defined(CONFIG_TARGET_P1010RDB_PB)
527 #define BOOTMODE \
528         "boot_bank0=i2c dev 0; i2c mw 18 1 fe; i2c mw 18 3 0;" \
529         "i2c mw 19 1 2; i2c mw 19 3 e1; reset\0" \
530         "boot_bank1=i2c dev 0; i2c mw 18 1 fe; i2c mw 18 3 0;" \
531         "i2c mw 19 1 12; i2c mw 19 3 e1; reset\0" \
532         "boot_nand=i2c dev 0; i2c mw 18 1 fc; i2c mw 18 3 0;" \
533         "i2c mw 19 1 8; i2c mw 19 3 f7; reset\0" \
534         "boot_spi=i2c dev 0; i2c mw 18 1 fa; i2c mw 18 3 0;" \
535         "i2c mw 19 1 0; i2c mw 19 3 f7; reset\0" \
536         "boot_sd=i2c dev 0; i2c mw 18 1 f8; i2c mw 18 3 0;" \
537         "i2c mw 19 1 4; i2c mw 19 3 f3; reset\0"
538 #endif
539
540 #include <asm/fsl_secure_boot.h>
541
542 #endif  /* __CONFIG_H */