Tom Rini | 83d290c | 2018-05-06 17:58:06 -0400 | [diff] [blame] | 1 | /* SPDX-License-Identifier: GPL-2.0+ */ |
Scott Wood | 96b8a05 | 2007-04-16 14:54:15 -0500 | [diff] [blame] | 2 | /* |
Scott Wood | e8d3ca8 | 2010-08-30 18:04:52 -0500 | [diff] [blame] | 3 | * Copyright (C) Freescale Semiconductor, Inc. 2006, 2010. |
Scott Wood | 96b8a05 | 2007-04-16 14:54:15 -0500 | [diff] [blame] | 4 | */ |
| 5 | /* |
| 6 | * mpc8313epb board configuration file |
| 7 | */ |
| 8 | |
| 9 | #ifndef __CONFIG_H |
| 10 | #define __CONFIG_H |
| 11 | |
| 12 | /* |
| 13 | * High Level Configuration Options |
| 14 | */ |
| 15 | #define CONFIG_E300 1 |
Scott Wood | 96b8a05 | 2007-04-16 14:54:15 -0500 | [diff] [blame] | 16 | |
Scott Wood | f1c574d | 2010-11-24 13:28:40 +0000 | [diff] [blame] | 17 | #ifndef CONFIG_SYS_MONITOR_BASE |
| 18 | #define CONFIG_SYS_MONITOR_BASE CONFIG_SYS_TEXT_BASE /* start of monitor */ |
| 19 | #endif |
| 20 | |
Gabor Juhos | 842033e | 2013-05-30 07:06:12 +0000 | [diff] [blame] | 21 | #define CONFIG_PCI_INDIRECT_BRIDGE |
Becky Bruce | 0914f48 | 2010-06-17 11:37:18 -0500 | [diff] [blame] | 22 | #define CONFIG_FSL_ELBC 1 |
Scott Wood | 96b8a05 | 2007-04-16 14:54:15 -0500 | [diff] [blame] | 23 | |
Timur Tabi | 89c7784 | 2008-02-08 13:15:55 -0600 | [diff] [blame] | 24 | /* |
| 25 | * On-board devices |
York Sun | 4ce1e23 | 2008-05-15 15:26:27 -0500 | [diff] [blame] | 26 | * |
| 27 | * TSEC1 is VSC switch |
| 28 | * TSEC2 is SoC TSEC |
Timur Tabi | 89c7784 | 2008-02-08 13:15:55 -0600 | [diff] [blame] | 29 | */ |
| 30 | #define CONFIG_VSC7385_ENET |
York Sun | 4ce1e23 | 2008-05-15 15:26:27 -0500 | [diff] [blame] | 31 | #define CONFIG_TSEC2 |
Timur Tabi | 89c7784 | 2008-02-08 13:15:55 -0600 | [diff] [blame] | 32 | |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 33 | #define CONFIG_SYS_MEMTEST_START 0x00001000 |
| 34 | #define CONFIG_SYS_MEMTEST_END 0x07f00000 |
Scott Wood | 96b8a05 | 2007-04-16 14:54:15 -0500 | [diff] [blame] | 35 | |
| 36 | /* Early revs of this board will lock up hard when attempting |
| 37 | * to access the PMC registers, unless a JTAG debugger is |
| 38 | * connected, or some resistor modifications are made. |
| 39 | */ |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 40 | #define CONFIG_SYS_8313ERDB_BROKEN_PMC 1 |
Scott Wood | 96b8a05 | 2007-04-16 14:54:15 -0500 | [diff] [blame] | 41 | |
Scott Wood | 96b8a05 | 2007-04-16 14:54:15 -0500 | [diff] [blame] | 42 | /* |
Timur Tabi | 89c7784 | 2008-02-08 13:15:55 -0600 | [diff] [blame] | 43 | * Device configurations |
| 44 | */ |
| 45 | |
| 46 | /* Vitesse 7385 */ |
| 47 | |
| 48 | #ifdef CONFIG_VSC7385_ENET |
| 49 | |
York Sun | 4ce1e23 | 2008-05-15 15:26:27 -0500 | [diff] [blame] | 50 | #define CONFIG_TSEC1 |
Timur Tabi | 89c7784 | 2008-02-08 13:15:55 -0600 | [diff] [blame] | 51 | |
| 52 | /* The flash address and size of the VSC7385 firmware image */ |
| 53 | #define CONFIG_VSC7385_IMAGE 0xFE7FE000 |
| 54 | #define CONFIG_VSC7385_IMAGE_SIZE 8192 |
| 55 | |
| 56 | #endif |
| 57 | |
| 58 | /* |
Scott Wood | 96b8a05 | 2007-04-16 14:54:15 -0500 | [diff] [blame] | 59 | * DDR Setup |
| 60 | */ |
Mario Six | 8a81bfd | 2019-01-21 09:18:15 +0100 | [diff] [blame] | 61 | #define CONFIG_SYS_SDRAM_BASE 0x00000000 /* DDR is system memory*/ |
Scott Wood | 96b8a05 | 2007-04-16 14:54:15 -0500 | [diff] [blame] | 62 | |
| 63 | /* |
| 64 | * Manually set up DDR parameters, as this board does not |
| 65 | * seem to have the SPD connected to I2C. |
| 66 | */ |
Joe Hershberger | 261c07b | 2011-10-11 23:57:10 -0500 | [diff] [blame] | 67 | #define CONFIG_SYS_DDR_SIZE 128 /* MB */ |
Joe Hershberger | 2e651b2 | 2011-10-11 23:57:31 -0500 | [diff] [blame] | 68 | #define CONFIG_SYS_DDR_CS0_CONFIG (CSCONFIG_EN \ |
Joe Hershberger | 2fef402 | 2011-10-11 23:57:29 -0500 | [diff] [blame] | 69 | | CSCONFIG_ODT_RD_NEVER \ |
| 70 | | CSCONFIG_ODT_WR_ONLY_CURRENT \ |
Joe Hershberger | 261c07b | 2011-10-11 23:57:10 -0500 | [diff] [blame] | 71 | | CSCONFIG_ROW_BIT_13 \ |
| 72 | | CSCONFIG_COL_BIT_10) |
Poonam Aggrwal | e1d8ed2 | 2008-01-14 09:41:14 +0530 | [diff] [blame] | 73 | /* 0x80010102 */ |
Scott Wood | 96b8a05 | 2007-04-16 14:54:15 -0500 | [diff] [blame] | 74 | |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 75 | #define CONFIG_SYS_DDR_TIMING_3 0x00000000 |
Joe Hershberger | 261c07b | 2011-10-11 23:57:10 -0500 | [diff] [blame] | 76 | #define CONFIG_SYS_DDR_TIMING_0 ((0 << TIMING_CFG0_RWT_SHIFT) \ |
| 77 | | (0 << TIMING_CFG0_WRT_SHIFT) \ |
| 78 | | (0 << TIMING_CFG0_RRT_SHIFT) \ |
| 79 | | (0 << TIMING_CFG0_WWT_SHIFT) \ |
| 80 | | (2 << TIMING_CFG0_ACT_PD_EXIT_SHIFT) \ |
| 81 | | (2 << TIMING_CFG0_PRE_PD_EXIT_SHIFT) \ |
| 82 | | (8 << TIMING_CFG0_ODT_PD_EXIT_SHIFT) \ |
| 83 | | (2 << TIMING_CFG0_MRS_CYC_SHIFT)) |
Scott Wood | 96b8a05 | 2007-04-16 14:54:15 -0500 | [diff] [blame] | 84 | /* 0x00220802 */ |
Joe Hershberger | 261c07b | 2011-10-11 23:57:10 -0500 | [diff] [blame] | 85 | #define CONFIG_SYS_DDR_TIMING_1 ((3 << TIMING_CFG1_PRETOACT_SHIFT) \ |
| 86 | | (8 << TIMING_CFG1_ACTTOPRE_SHIFT) \ |
| 87 | | (3 << TIMING_CFG1_ACTTORW_SHIFT) \ |
| 88 | | (5 << TIMING_CFG1_CASLAT_SHIFT) \ |
| 89 | | (10 << TIMING_CFG1_REFREC_SHIFT) \ |
| 90 | | (3 << TIMING_CFG1_WRREC_SHIFT) \ |
| 91 | | (2 << TIMING_CFG1_ACTTOACT_SHIFT) \ |
| 92 | | (2 << TIMING_CFG1_WRTORD_SHIFT)) |
Poonam Aggrwal | e1d8ed2 | 2008-01-14 09:41:14 +0530 | [diff] [blame] | 93 | /* 0x3835a322 */ |
Joe Hershberger | 261c07b | 2011-10-11 23:57:10 -0500 | [diff] [blame] | 94 | #define CONFIG_SYS_DDR_TIMING_2 ((1 << TIMING_CFG2_ADD_LAT_SHIFT) \ |
| 95 | | (5 << TIMING_CFG2_CPO_SHIFT) \ |
| 96 | | (2 << TIMING_CFG2_WR_LAT_DELAY_SHIFT) \ |
| 97 | | (2 << TIMING_CFG2_RD_TO_PRE_SHIFT) \ |
| 98 | | (2 << TIMING_CFG2_WR_DATA_DELAY_SHIFT) \ |
| 99 | | (3 << TIMING_CFG2_CKE_PLS_SHIFT) \ |
| 100 | | (6 << TIMING_CFG2_FOUR_ACT_SHIFT)) |
Poonam Aggrwal | e1d8ed2 | 2008-01-14 09:41:14 +0530 | [diff] [blame] | 101 | /* 0x129048c6 */ /* P9-45,may need tuning */ |
Joe Hershberger | 261c07b | 2011-10-11 23:57:10 -0500 | [diff] [blame] | 102 | #define CONFIG_SYS_DDR_INTERVAL ((1296 << SDRAM_INTERVAL_REFINT_SHIFT) \ |
| 103 | | (1280 << SDRAM_INTERVAL_BSTOPRE_SHIFT)) |
Poonam Aggrwal | e1d8ed2 | 2008-01-14 09:41:14 +0530 | [diff] [blame] | 104 | /* 0x05100500 */ |
Scott Wood | 96b8a05 | 2007-04-16 14:54:15 -0500 | [diff] [blame] | 105 | #if defined(CONFIG_DDR_2T_TIMING) |
Joe Hershberger | 261c07b | 2011-10-11 23:57:10 -0500 | [diff] [blame] | 106 | #define CONFIG_SYS_SDRAM_CFG (SDRAM_CFG_SREN \ |
Kim Phillips | bbea46f | 2007-08-16 22:52:48 -0500 | [diff] [blame] | 107 | | SDRAM_CFG_SDRAM_TYPE_DDR2 \ |
Joe Hershberger | 2fef402 | 2011-10-11 23:57:29 -0500 | [diff] [blame] | 108 | | SDRAM_CFG_DBW_32 \ |
| 109 | | SDRAM_CFG_2T_EN) |
| 110 | /* 0x43088000 */ |
Scott Wood | 96b8a05 | 2007-04-16 14:54:15 -0500 | [diff] [blame] | 111 | #else |
Joe Hershberger | 261c07b | 2011-10-11 23:57:10 -0500 | [diff] [blame] | 112 | #define CONFIG_SYS_SDRAM_CFG (SDRAM_CFG_SREN \ |
Kim Phillips | bbea46f | 2007-08-16 22:52:48 -0500 | [diff] [blame] | 113 | | SDRAM_CFG_SDRAM_TYPE_DDR2 \ |
Joe Hershberger | 2fef402 | 2011-10-11 23:57:29 -0500 | [diff] [blame] | 114 | | SDRAM_CFG_DBW_32) |
Scott Wood | 96b8a05 | 2007-04-16 14:54:15 -0500 | [diff] [blame] | 115 | /* 0x43080000 */ |
| 116 | #endif |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 117 | #define CONFIG_SYS_SDRAM_CFG2 0x00401000 |
Scott Wood | 96b8a05 | 2007-04-16 14:54:15 -0500 | [diff] [blame] | 118 | /* set burst length to 8 for 32-bit data path */ |
Joe Hershberger | 261c07b | 2011-10-11 23:57:10 -0500 | [diff] [blame] | 119 | #define CONFIG_SYS_DDR_MODE ((0x4448 << SDRAM_MODE_ESD_SHIFT) \ |
| 120 | | (0x0632 << SDRAM_MODE_SD_SHIFT)) |
Poonam Aggrwal | e1d8ed2 | 2008-01-14 09:41:14 +0530 | [diff] [blame] | 121 | /* 0x44480632 */ |
Joe Hershberger | 261c07b | 2011-10-11 23:57:10 -0500 | [diff] [blame] | 122 | #define CONFIG_SYS_DDR_MODE_2 0x8000C000 |
Scott Wood | 96b8a05 | 2007-04-16 14:54:15 -0500 | [diff] [blame] | 123 | |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 124 | #define CONFIG_SYS_DDR_CLK_CNTL DDR_SDRAM_CLK_CNTL_CLK_ADJUST_05 |
Scott Wood | 96b8a05 | 2007-04-16 14:54:15 -0500 | [diff] [blame] | 125 | /*0x02000000*/ |
Joe Hershberger | 261c07b | 2011-10-11 23:57:10 -0500 | [diff] [blame] | 126 | #define CONFIG_SYS_DDRCDR_VALUE (DDRCDR_EN \ |
Scott Wood | 96b8a05 | 2007-04-16 14:54:15 -0500 | [diff] [blame] | 127 | | DDRCDR_PZ_NOMZ \ |
| 128 | | DDRCDR_NZ_NOMZ \ |
Joe Hershberger | 261c07b | 2011-10-11 23:57:10 -0500 | [diff] [blame] | 129 | | DDRCDR_M_ODR) |
Scott Wood | 96b8a05 | 2007-04-16 14:54:15 -0500 | [diff] [blame] | 130 | |
| 131 | /* |
| 132 | * FLASH on the Local Bus |
| 133 | */ |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 134 | #define CONFIG_SYS_FLASH_BASE 0xFE000000 /* start of FLASH */ |
Joe Hershberger | 261c07b | 2011-10-11 23:57:10 -0500 | [diff] [blame] | 135 | #define CONFIG_SYS_FLASH_SIZE 8 /* flash size in MB */ |
Mario Six | 16aaca2 | 2019-01-21 09:17:36 +0100 | [diff] [blame] | 136 | #define CONFIG_SYS_FLASH_PROTECTION 1 /* Use h/w Flash protection. */ |
Joe Hershberger | 261c07b | 2011-10-11 23:57:10 -0500 | [diff] [blame] | 137 | #define CONFIG_SYS_FLASH_EMPTY_INFO /* display empty sectors */ |
Scott Wood | 96b8a05 | 2007-04-16 14:54:15 -0500 | [diff] [blame] | 138 | |
Joe Hershberger | 261c07b | 2011-10-11 23:57:10 -0500 | [diff] [blame] | 139 | #define CONFIG_SYS_MAX_FLASH_BANKS 1 /* number of banks */ |
| 140 | #define CONFIG_SYS_MAX_FLASH_SECT 135 /* sectors per device */ |
Scott Wood | 96b8a05 | 2007-04-16 14:54:15 -0500 | [diff] [blame] | 141 | |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 142 | #define CONFIG_SYS_FLASH_ERASE_TOUT 60000 /* Flash Erase Timeout (ms) */ |
| 143 | #define CONFIG_SYS_FLASH_WRITE_TOUT 500 /* Flash Write Timeout (ms) */ |
Scott Wood | 96b8a05 | 2007-04-16 14:54:15 -0500 | [diff] [blame] | 144 | |
Joe Hershberger | 261c07b | 2011-10-11 23:57:10 -0500 | [diff] [blame] | 145 | #if (CONFIG_SYS_MONITOR_BASE < CONFIG_SYS_FLASH_BASE) && \ |
Scott Wood | 22f4442 | 2012-12-06 13:33:18 +0000 | [diff] [blame] | 146 | !defined(CONFIG_SPL_BUILD) |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 147 | #define CONFIG_SYS_RAMBOOT |
Scott Wood | 96b8a05 | 2007-04-16 14:54:15 -0500 | [diff] [blame] | 148 | #endif |
| 149 | |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 150 | #define CONFIG_SYS_INIT_RAM_LOCK 1 |
Joe Hershberger | 261c07b | 2011-10-11 23:57:10 -0500 | [diff] [blame] | 151 | #define CONFIG_SYS_INIT_RAM_ADDR 0xFD000000 /* Initial RAM addr */ |
| 152 | #define CONFIG_SYS_INIT_RAM_SIZE 0x1000 /* Size of used area in RAM*/ |
Scott Wood | 96b8a05 | 2007-04-16 14:54:15 -0500 | [diff] [blame] | 153 | |
Joe Hershberger | 261c07b | 2011-10-11 23:57:10 -0500 | [diff] [blame] | 154 | #define CONFIG_SYS_GBL_DATA_OFFSET \ |
| 155 | (CONFIG_SYS_INIT_RAM_SIZE - GENERATED_GBL_DATA_SIZE) |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 156 | #define CONFIG_SYS_INIT_SP_OFFSET CONFIG_SYS_GBL_DATA_OFFSET |
Scott Wood | 96b8a05 | 2007-04-16 14:54:15 -0500 | [diff] [blame] | 157 | |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 158 | /* CONFIG_SYS_MONITOR_LEN must be a multiple of CONFIG_ENV_SECT_SIZE */ |
Kevin Hao | 16c8c17 | 2016-07-08 11:25:14 +0800 | [diff] [blame] | 159 | #define CONFIG_SYS_MONITOR_LEN (512 * 1024) /* Reserve 512 kB for Mon */ |
Joe Hershberger | 261c07b | 2011-10-11 23:57:10 -0500 | [diff] [blame] | 160 | #define CONFIG_SYS_MALLOC_LEN (512 * 1024) /* Reserved for malloc */ |
Scott Wood | 96b8a05 | 2007-04-16 14:54:15 -0500 | [diff] [blame] | 161 | |
Mario Six | 16aaca2 | 2019-01-21 09:17:36 +0100 | [diff] [blame] | 162 | /* drivers/mtd/nand/nand.c */ |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 163 | #define CONFIG_SYS_NAND_BASE 0xE2800000 |
Scott Wood | e4c0950 | 2008-06-30 14:13:28 -0500 | [diff] [blame] | 164 | |
Scott Wood | e8d3ca8 | 2010-08-30 18:04:52 -0500 | [diff] [blame] | 165 | #define CONFIG_MTD_PARTITION |
Scott Wood | e8d3ca8 | 2010-08-30 18:04:52 -0500 | [diff] [blame] | 166 | |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 167 | #define CONFIG_SYS_MAX_NAND_DEVICE 1 |
Scott Wood | acdab5c | 2008-06-26 14:06:52 -0500 | [diff] [blame] | 168 | #define CONFIG_NAND_FSL_ELBC 1 |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 169 | #define CONFIG_SYS_NAND_BLOCK_SIZE 16384 |
Joe Hershberger | 7d6a098 | 2011-10-11 23:57:30 -0500 | [diff] [blame] | 170 | #define CONFIG_SYS_NAND_WINDOW_SIZE (32 * 1024) |
Scott Wood | 96b8a05 | 2007-04-16 14:54:15 -0500 | [diff] [blame] | 171 | |
Mario Six | 16aaca2 | 2019-01-21 09:17:36 +0100 | [diff] [blame] | 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 |
Scott Wood | e4c0950 | 2008-06-30 14:13:28 -0500 | [diff] [blame] | 175 | |
Joe Hershberger | 7d6a098 | 2011-10-11 23:57:30 -0500 | [diff] [blame] | 176 | /* local bus write LED / read status buffer (BCSR) mapping */ |
| 177 | #define CONFIG_SYS_BCSR_ADDR 0xFA000000 |
| 178 | #define CONFIG_SYS_BCSR_SIZE (32 * 1024) /* 0x00008000 */ |
| 179 | /* map at 0xFA000000 on LCS3 */ |
Timur Tabi | 89c7784 | 2008-02-08 13:15:55 -0600 | [diff] [blame] | 180 | /* Vitesse 7385 */ |
| 181 | |
Timur Tabi | 89c7784 | 2008-02-08 13:15:55 -0600 | [diff] [blame] | 182 | #ifdef CONFIG_VSC7385_ENET |
| 183 | |
Joe Hershberger | 7d6a098 | 2011-10-11 23:57:30 -0500 | [diff] [blame] | 184 | /* VSC7385 Base address on LCS2 */ |
| 185 | #define CONFIG_SYS_VSC7385_BASE 0xF0000000 |
| 186 | #define CONFIG_SYS_VSC7385_SIZE (128 * 1024) /* 0x00020000 */ |
| 187 | |
Mario Six | a8f9753 | 2019-01-21 09:18:01 +0100 | [diff] [blame] | 188 | |
Timur Tabi | 89c7784 | 2008-02-08 13:15:55 -0600 | [diff] [blame] | 189 | #endif |
| 190 | |
Joe Hershberger | 0eaf8f9 | 2011-11-11 15:55:38 -0600 | [diff] [blame] | 191 | #define CONFIG_MPC83XX_GPIO 1 |
Joe Hershberger | 0eaf8f9 | 2011-11-11 15:55:38 -0600 | [diff] [blame] | 192 | |
Scott Wood | 96b8a05 | 2007-04-16 14:54:15 -0500 | [diff] [blame] | 193 | /* |
| 194 | * Serial Port |
| 195 | */ |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 196 | #define CONFIG_SYS_NS16550_SERIAL |
| 197 | #define CONFIG_SYS_NS16550_REG_SIZE 1 |
Scott Wood | 96b8a05 | 2007-04-16 14:54:15 -0500 | [diff] [blame] | 198 | |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 199 | #define CONFIG_SYS_BAUDRATE_TABLE \ |
Scott Wood | 96b8a05 | 2007-04-16 14:54:15 -0500 | [diff] [blame] | 200 | {300, 600, 1200, 2400, 4800, 9600, 19200, 38400, 115200} |
| 201 | |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 202 | #define CONFIG_SYS_NS16550_COM1 (CONFIG_SYS_IMMR+0x4500) |
| 203 | #define CONFIG_SYS_NS16550_COM2 (CONFIG_SYS_IMMR+0x4600) |
Scott Wood | 96b8a05 | 2007-04-16 14:54:15 -0500 | [diff] [blame] | 204 | |
Scott Wood | 96b8a05 | 2007-04-16 14:54:15 -0500 | [diff] [blame] | 205 | /* I2C */ |
Heiko Schocher | 00f792e | 2012-10-24 13:48:22 +0200 | [diff] [blame] | 206 | #define CONFIG_SYS_I2C |
| 207 | #define CONFIG_SYS_I2C_FSL |
| 208 | #define CONFIG_SYS_FSL_I2C_SPEED 400000 |
| 209 | #define CONFIG_SYS_FSL_I2C_SLAVE 0x7F |
| 210 | #define CONFIG_SYS_FSL_I2C_OFFSET 0x3000 |
| 211 | #define CONFIG_SYS_FSL_I2C2_SPEED 400000 |
| 212 | #define CONFIG_SYS_FSL_I2C2_SLAVE 0x7F |
| 213 | #define CONFIG_SYS_FSL_I2C2_OFFSET 0x3100 |
| 214 | #define CONFIG_SYS_I2C_NOPROBES { {0, 0x69} } |
Scott Wood | 96b8a05 | 2007-04-16 14:54:15 -0500 | [diff] [blame] | 215 | |
Scott Wood | 96b8a05 | 2007-04-16 14:54:15 -0500 | [diff] [blame] | 216 | /* |
| 217 | * General PCI |
| 218 | * Addresses are mapped 1-1. |
| 219 | */ |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 220 | #define CONFIG_SYS_PCI1_MEM_BASE 0x80000000 |
| 221 | #define CONFIG_SYS_PCI1_MEM_PHYS CONFIG_SYS_PCI1_MEM_BASE |
| 222 | #define CONFIG_SYS_PCI1_MEM_SIZE 0x10000000 /* 256M */ |
| 223 | #define CONFIG_SYS_PCI1_MMIO_BASE 0x90000000 |
| 224 | #define CONFIG_SYS_PCI1_MMIO_PHYS CONFIG_SYS_PCI1_MMIO_BASE |
| 225 | #define CONFIG_SYS_PCI1_MMIO_SIZE 0x10000000 /* 256M */ |
| 226 | #define CONFIG_SYS_PCI1_IO_BASE 0x00000000 |
| 227 | #define CONFIG_SYS_PCI1_IO_PHYS 0xE2000000 |
| 228 | #define CONFIG_SYS_PCI1_IO_SIZE 0x00100000 /* 1M */ |
Scott Wood | 96b8a05 | 2007-04-16 14:54:15 -0500 | [diff] [blame] | 229 | |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 230 | #define CONFIG_SYS_PCI_SUBSYS_VENDORID 0x1057 /* Motorola */ |
Scott Wood | 96b8a05 | 2007-04-16 14:54:15 -0500 | [diff] [blame] | 231 | |
| 232 | /* |
Timur Tabi | 89c7784 | 2008-02-08 13:15:55 -0600 | [diff] [blame] | 233 | * TSEC |
Scott Wood | 96b8a05 | 2007-04-16 14:54:15 -0500 | [diff] [blame] | 234 | */ |
Scott Wood | 96b8a05 | 2007-04-16 14:54:15 -0500 | [diff] [blame] | 235 | |
Timur Tabi | 89c7784 | 2008-02-08 13:15:55 -0600 | [diff] [blame] | 236 | #define CONFIG_GMII /* MII PHY management */ |
| 237 | |
| 238 | #ifdef CONFIG_TSEC1 |
| 239 | #define CONFIG_HAS_ETH0 |
| 240 | #define CONFIG_TSEC1_NAME "TSEC0" |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 241 | #define CONFIG_SYS_TSEC1_OFFSET 0x24000 |
Timur Tabi | 89c7784 | 2008-02-08 13:15:55 -0600 | [diff] [blame] | 242 | #define TSEC1_PHY_ADDR 0x1c |
| 243 | #define TSEC1_FLAGS TSEC_GIGABIT |
| 244 | #define TSEC1_PHYIDX 0 |
Scott Wood | 96b8a05 | 2007-04-16 14:54:15 -0500 | [diff] [blame] | 245 | #endif |
| 246 | |
Timur Tabi | 89c7784 | 2008-02-08 13:15:55 -0600 | [diff] [blame] | 247 | #ifdef CONFIG_TSEC2 |
| 248 | #define CONFIG_HAS_ETH1 |
Kim Phillips | 255a3577 | 2007-05-16 16:52:19 -0500 | [diff] [blame] | 249 | #define CONFIG_TSEC2_NAME "TSEC1" |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 250 | #define CONFIG_SYS_TSEC2_OFFSET 0x25000 |
Timur Tabi | 89c7784 | 2008-02-08 13:15:55 -0600 | [diff] [blame] | 251 | #define TSEC2_PHY_ADDR 4 |
| 252 | #define TSEC2_FLAGS TSEC_GIGABIT |
| 253 | #define TSEC2_PHYIDX 0 |
| 254 | #endif |
| 255 | |
Scott Wood | 96b8a05 | 2007-04-16 14:54:15 -0500 | [diff] [blame] | 256 | /* Options are: TSEC[0-1] */ |
| 257 | #define CONFIG_ETHPRIME "TSEC1" |
| 258 | |
| 259 | /* |
| 260 | * Configure on-board RTC |
| 261 | */ |
| 262 | #define CONFIG_RTC_DS1337 |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 263 | #define CONFIG_SYS_I2C_RTC_ADDR 0x68 |
Scott Wood | 96b8a05 | 2007-04-16 14:54:15 -0500 | [diff] [blame] | 264 | |
| 265 | /* |
| 266 | * Environment |
| 267 | */ |
Mario Six | 16aaca2 | 2019-01-21 09:17:36 +0100 | [diff] [blame] | 268 | #if !defined(CONFIG_SYS_RAMBOOT) |
Joe Hershberger | 261c07b | 2011-10-11 23:57:10 -0500 | [diff] [blame] | 269 | #define CONFIG_ENV_ADDR \ |
| 270 | (CONFIG_SYS_MONITOR_BASE + CONFIG_SYS_MONITOR_LEN) |
Jean-Christophe PLAGNIOL-VILLARD | 0e8d158 | 2008-09-10 22:48:06 +0200 | [diff] [blame] | 271 | #define CONFIG_ENV_SECT_SIZE 0x10000 /* 64K(one sector) for env */ |
| 272 | #define CONFIG_ENV_SIZE 0x2000 |
Scott Wood | 96b8a05 | 2007-04-16 14:54:15 -0500 | [diff] [blame] | 273 | |
| 274 | /* Address and size of Redundant Environment Sector */ |
| 275 | #else |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 276 | #define CONFIG_ENV_ADDR (CONFIG_SYS_MONITOR_BASE - 0x1000) |
Jean-Christophe PLAGNIOL-VILLARD | 0e8d158 | 2008-09-10 22:48:06 +0200 | [diff] [blame] | 277 | #define CONFIG_ENV_SIZE 0x2000 |
Scott Wood | 96b8a05 | 2007-04-16 14:54:15 -0500 | [diff] [blame] | 278 | #endif |
| 279 | |
| 280 | #define CONFIG_LOADS_ECHO 1 /* echo on for serial download */ |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 281 | #define CONFIG_SYS_LOADS_BAUD_CHANGE 1 /* allow baudrate change */ |
Scott Wood | 96b8a05 | 2007-04-16 14:54:15 -0500 | [diff] [blame] | 282 | |
Jon Loeliger | 8ea5499 | 2007-07-04 22:30:06 -0500 | [diff] [blame] | 283 | /* |
Jon Loeliger | 079a136 | 2007-07-10 10:12:10 -0500 | [diff] [blame] | 284 | * BOOTP options |
| 285 | */ |
| 286 | #define CONFIG_BOOTP_BOOTFILESIZE |
Jon Loeliger | 079a136 | 2007-07-10 10:12:10 -0500 | [diff] [blame] | 287 | |
Jon Loeliger | 079a136 | 2007-07-10 10:12:10 -0500 | [diff] [blame] | 288 | /* |
Jon Loeliger | 8ea5499 | 2007-07-04 22:30:06 -0500 | [diff] [blame] | 289 | * Command line configuration. |
| 290 | */ |
Jon Loeliger | 8ea5499 | 2007-07-04 22:30:06 -0500 | [diff] [blame] | 291 | |
Scott Wood | 96b8a05 | 2007-04-16 14:54:15 -0500 | [diff] [blame] | 292 | /* |
| 293 | * Miscellaneous configurable options |
| 294 | */ |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 295 | #define CONFIG_SYS_LOAD_ADDR 0x2000000 /* default load address */ |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 296 | #define CONFIG_SYS_CBSIZE 1024 /* Console I/O Buffer Size */ |
Scott Wood | 96b8a05 | 2007-04-16 14:54:15 -0500 | [diff] [blame] | 297 | |
Joe Hershberger | 261c07b | 2011-10-11 23:57:10 -0500 | [diff] [blame] | 298 | /* Boot Argument Buffer Size */ |
| 299 | #define CONFIG_SYS_BARGSIZE CONFIG_SYS_CBSIZE |
Scott Wood | 96b8a05 | 2007-04-16 14:54:15 -0500 | [diff] [blame] | 300 | |
| 301 | /* |
| 302 | * For booting Linux, the board info and command line data |
Ira W. Snyder | 9f530d5 | 2010-09-10 15:42:32 -0700 | [diff] [blame] | 303 | * have to be in the first 256 MB of memory, since this is |
Scott Wood | 96b8a05 | 2007-04-16 14:54:15 -0500 | [diff] [blame] | 304 | * the maximum mapped by the Linux kernel during initialization. |
| 305 | */ |
Joe Hershberger | 261c07b | 2011-10-11 23:57:10 -0500 | [diff] [blame] | 306 | /* Initial Memory map for Linux*/ |
| 307 | #define CONFIG_SYS_BOOTMAPSZ (256 << 20) |
Kevin Hao | 6386527 | 2016-07-08 11:25:15 +0800 | [diff] [blame] | 308 | #define CONFIG_SYS_BOOTM_LEN (64 << 20) /* Increase max gunzip size */ |
Scott Wood | 96b8a05 | 2007-04-16 14:54:15 -0500 | [diff] [blame] | 309 | |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 310 | #define CONFIG_SYS_RCWH_PCIHOST 0x80000000 /* PCIHOST */ |
Scott Wood | 96b8a05 | 2007-04-16 14:54:15 -0500 | [diff] [blame] | 311 | |
Mario Six | ff3bb0c | 2019-01-21 09:17:53 +0100 | [diff] [blame] | 312 | #define CONFIG_SYS_NS16550_CLK (get_bus_freq(0)) |
Scott Wood | 96b8a05 | 2007-04-16 14:54:15 -0500 | [diff] [blame] | 313 | |
| 314 | /* System IO Config */ |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 315 | #define CONFIG_SYS_SICRH (SICRH_TSOBI1 | SICRH_TSOBI2) /* RGMII */ |
Joe Hershberger | 0eaf8f9 | 2011-11-11 15:55:38 -0600 | [diff] [blame] | 316 | /* Enable Internal USB Phy and GPIO on LCD Connector */ |
| 317 | #define CONFIG_SYS_SICRL (SICRL_USBDR_10 | SICRL_LBC) |
Scott Wood | 96b8a05 | 2007-04-16 14:54:15 -0500 | [diff] [blame] | 318 | |
Scott Wood | 96b8a05 | 2007-04-16 14:54:15 -0500 | [diff] [blame] | 319 | /* |
Scott Wood | 96b8a05 | 2007-04-16 14:54:15 -0500 | [diff] [blame] | 320 | * Environment Configuration |
| 321 | */ |
| 322 | #define CONFIG_ENV_OVERWRITE |
| 323 | |
Joe Hershberger | 261c07b | 2011-10-11 23:57:10 -0500 | [diff] [blame] | 324 | #define CONFIG_NETDEV "eth1" |
Scott Wood | 96b8a05 | 2007-04-16 14:54:15 -0500 | [diff] [blame] | 325 | |
Mario Six | 5bc0543 | 2018-03-28 14:38:20 +0200 | [diff] [blame] | 326 | #define CONFIG_HOSTNAME "mpc8313erdb" |
Joe Hershberger | 8b3637c | 2011-10-13 13:03:47 +0000 | [diff] [blame] | 327 | #define CONFIG_ROOTPATH "/nfs/root/path" |
Joe Hershberger | b3f44c2 | 2011-10-13 13:03:48 +0000 | [diff] [blame] | 328 | #define CONFIG_BOOTFILE "uImage" |
Joe Hershberger | 261c07b | 2011-10-11 23:57:10 -0500 | [diff] [blame] | 329 | /* U-Boot image on TFTP server */ |
| 330 | #define CONFIG_UBOOTPATH "u-boot.bin" |
| 331 | #define CONFIG_FDTFILE "mpc8313erdb.dtb" |
Scott Wood | 96b8a05 | 2007-04-16 14:54:15 -0500 | [diff] [blame] | 332 | |
Joe Hershberger | 261c07b | 2011-10-11 23:57:10 -0500 | [diff] [blame] | 333 | /* default location for tftp and bootm */ |
| 334 | #define CONFIG_LOADADDR 800000 |
Scott Wood | 96b8a05 | 2007-04-16 14:54:15 -0500 | [diff] [blame] | 335 | |
Scott Wood | 96b8a05 | 2007-04-16 14:54:15 -0500 | [diff] [blame] | 336 | #define CONFIG_EXTRA_ENV_SETTINGS \ |
Joe Hershberger | 261c07b | 2011-10-11 23:57:10 -0500 | [diff] [blame] | 337 | "netdev=" CONFIG_NETDEV "\0" \ |
Scott Wood | 96b8a05 | 2007-04-16 14:54:15 -0500 | [diff] [blame] | 338 | "ethprime=TSEC1\0" \ |
Joe Hershberger | 261c07b | 2011-10-11 23:57:10 -0500 | [diff] [blame] | 339 | "uboot=" CONFIG_UBOOTPATH "\0" \ |
Wolfgang Denk | 53677ef | 2008-05-20 16:00:29 +0200 | [diff] [blame] | 340 | "tftpflash=tftpboot $loadaddr $uboot; " \ |
Marek Vasut | 5368c55 | 2012-09-23 17:41:24 +0200 | [diff] [blame] | 341 | "protect off " __stringify(CONFIG_SYS_TEXT_BASE) \ |
| 342 | " +$filesize; " \ |
| 343 | "erase " __stringify(CONFIG_SYS_TEXT_BASE) \ |
| 344 | " +$filesize; " \ |
| 345 | "cp.b $loadaddr " __stringify(CONFIG_SYS_TEXT_BASE) \ |
| 346 | " $filesize; " \ |
| 347 | "protect on " __stringify(CONFIG_SYS_TEXT_BASE) \ |
| 348 | " +$filesize; " \ |
| 349 | "cmp.b $loadaddr " __stringify(CONFIG_SYS_TEXT_BASE) \ |
| 350 | " $filesize\0" \ |
Kim Phillips | 79f516b | 2009-08-21 16:34:38 -0500 | [diff] [blame] | 351 | "fdtaddr=780000\0" \ |
Joe Hershberger | 261c07b | 2011-10-11 23:57:10 -0500 | [diff] [blame] | 352 | "fdtfile=" CONFIG_FDTFILE "\0" \ |
Scott Wood | 96b8a05 | 2007-04-16 14:54:15 -0500 | [diff] [blame] | 353 | "console=ttyS0\0" \ |
| 354 | "setbootargs=setenv bootargs " \ |
| 355 | "root=$rootdev rw console=$console,$baudrate $othbootargs\0" \ |
Wolfgang Denk | 53677ef | 2008-05-20 16:00:29 +0200 | [diff] [blame] | 356 | "setipargs=setenv bootargs nfsroot=$serverip:$rootpath " \ |
Joe Hershberger | 261c07b | 2011-10-11 23:57:10 -0500 | [diff] [blame] | 357 | "ip=$ipaddr:$serverip:$gatewayip:$netmask:$hostname:"\ |
| 358 | "$netdev:off " \ |
Scott Wood | 96b8a05 | 2007-04-16 14:54:15 -0500 | [diff] [blame] | 359 | "root=$rootdev rw console=$console,$baudrate $othbootargs\0" |
| 360 | |
| 361 | #define CONFIG_NFSBOOTCOMMAND \ |
| 362 | "setenv rootdev /dev/nfs;" \ |
Wolfgang Denk | 53677ef | 2008-05-20 16:00:29 +0200 | [diff] [blame] | 363 | "run setbootargs;" \ |
| 364 | "run setipargs;" \ |
Scott Wood | 96b8a05 | 2007-04-16 14:54:15 -0500 | [diff] [blame] | 365 | "tftp $loadaddr $bootfile;" \ |
| 366 | "tftp $fdtaddr $fdtfile;" \ |
| 367 | "bootm $loadaddr - $fdtaddr" |
| 368 | |
| 369 | #define CONFIG_RAMBOOTCOMMAND \ |
| 370 | "setenv rootdev /dev/ram;" \ |
| 371 | "run setbootargs;" \ |
| 372 | "tftp $ramdiskaddr $ramdiskfile;" \ |
| 373 | "tftp $loadaddr $bootfile;" \ |
| 374 | "tftp $fdtaddr $fdtfile;" \ |
| 375 | "bootm $loadaddr $ramdiskaddr $fdtaddr" |
| 376 | |
Scott Wood | 96b8a05 | 2007-04-16 14:54:15 -0500 | [diff] [blame] | 377 | #endif /* __CONFIG_H */ |