]>
Commit | Line | Data |
---|---|---|
ed01e45c VH |
1 | /* |
2 | * am3517_evm.h - Default configuration for AM3517 EVM board. | |
3 | * | |
4 | * Author: Vaibhav Hiremath <[email protected]> | |
5 | * | |
6 | * Based on omap3_evm_config.h | |
7 | * | |
8 | * Copyright (C) 2010 Texas Instruments Incorporated | |
9 | * | |
1a459660 | 10 | * SPDX-License-Identifier: GPL-2.0+ |
ed01e45c VH |
11 | */ |
12 | ||
13 | #ifndef __CONFIG_H | |
14 | #define __CONFIG_H | |
15 | ||
3f53e619 DW |
16 | #define CONFIG_NR_DRAM_BANKS 2 /* CS1 may or may not be populated */ |
17 | ||
1a5038ca | 18 | #define CONFIG_EMIF4 /* The chip has EMIF4 controller */ |
ed01e45c | 19 | |
3f53e619 DW |
20 | /* |
21 | * 1MB into the SDRAM to allow for SPL's bss at the beginning of SDRAM | |
22 | * 64 bytes before this address should be set aside for u-boot.img's | |
23 | * header. That is 0x800FFFC0--0x80100000 should not be used for any | |
24 | * other needs. | |
25 | */ | |
26 | #define CONFIG_SYS_TEXT_BASE 0x80100000 | |
27 | #define CONFIG_SYS_SPL_MALLOC_START 0x80208000 | |
28 | #define CONFIG_SYS_SPL_MALLOC_SIZE 0x100000 | |
29 | ||
ed01e45c | 30 | #include <asm/arch/cpu.h> /* get chip and board defs */ |
987ec585 | 31 | #include <asm/arch/omap.h> |
ed01e45c | 32 | |
3f53e619 DW |
33 | #define CONFIG_MISC_INIT_R |
34 | #define CONFIG_CMDLINE_TAG /* enable passing of ATAGs */ | |
35 | #define CONFIG_SETUP_MEMORY_TAGS | |
36 | #define CONFIG_INITRD_TAG | |
37 | #define CONFIG_REVISION_TAG | |
ed01e45c VH |
38 | |
39 | /* Clock Defines */ | |
40 | #define V_OSCK 26000000 /* Clock output from T2 */ | |
41 | #define V_SCLK (V_OSCK >> 1) | |
42 | ||
3f53e619 DW |
43 | /* Size of malloc() pool */ |
44 | #define CONFIG_SYS_MALLOC_LEN (16 << 20) | |
ed01e45c | 45 | |
3f53e619 | 46 | /* Hardware drivers */ |
ed01e45c | 47 | |
3f53e619 | 48 | /* NS16550 Configuration */ |
ed01e45c | 49 | #define V_NS16550_CLK 48000000 /* 48MHz (APLL96/2) */ |
ed01e45c VH |
50 | #define CONFIG_SYS_NS16550_SERIAL |
51 | #define CONFIG_SYS_NS16550_REG_SIZE (-4) | |
52 | #define CONFIG_SYS_NS16550_CLK V_NS16550_CLK | |
53 | ||
3f53e619 | 54 | /* select serial console configuration */ |
ed01e45c VH |
55 | #define CONFIG_CONS_INDEX 3 |
56 | #define CONFIG_SYS_NS16550_COM3 OMAP34XX_UART3 | |
57 | #define CONFIG_SERIAL3 3 /* UART3 on AM3517 EVM */ | |
58 | ||
59 | /* allow to overwrite serial and ethaddr */ | |
60 | #define CONFIG_ENV_OVERWRITE | |
ed01e45c VH |
61 | #define CONFIG_SYS_BAUDRATE_TABLE {4800, 9600, 19200, 38400, 57600,\ |
62 | 115200} | |
3f53e619 | 63 | |
7dc27b05 AKG |
64 | /* |
65 | * USB configuration | |
95de1e2f PK |
66 | * Enable CONFIG_USB_MUSB_HOST for Host functionalities MSC, keyboard |
67 | * Enable CONFIG_USB_MUSB_GADGET for Device functionalities. | |
7dc27b05 | 68 | */ |
88919ff7 | 69 | #define CONFIG_USB_MUSB_AM35X |
95de1e2f | 70 | #define CONFIG_USB_MUSB_PIO_ONLY |
7dc27b05 | 71 | |
88919ff7 | 72 | #ifdef CONFIG_USB_MUSB_AM35X |
7dc27b05 | 73 | |
95de1e2f | 74 | #ifdef CONFIG_USB_MUSB_HOST |
7dc27b05 | 75 | |
7dc27b05 | 76 | #ifdef CONFIG_USB_KEYBOARD |
7dc27b05 AKG |
77 | #define CONFIG_PREBOOT "usb start" |
78 | #endif /* CONFIG_USB_KEYBOARD */ | |
79 | ||
95de1e2f | 80 | #endif /* CONFIG_USB_MUSB_HOST */ |
88919ff7 | 81 | |
95de1e2f | 82 | #ifdef CONFIG_USB_MUSB_GADGET |
88919ff7 IY |
83 | #define CONFIG_USB_ETHER |
84 | #define CONFIG_USB_ETH_RNDIS | |
95de1e2f | 85 | #endif /* CONFIG_USB_MUSB_GADGET */ |
88919ff7 IY |
86 | |
87 | #endif /* CONFIG_USB_MUSB_AM35X */ | |
7dc27b05 | 88 | |
3f53e619 | 89 | /* I2C */ |
6789e84e HS |
90 | #define CONFIG_SYS_I2C |
91 | #define CONFIG_SYS_OMAP24_I2C_SPEED 100000 | |
92 | #define CONFIG_SYS_OMAP24_I2C_SLAVE 1 | |
ed01e45c | 93 | |
3f53e619 | 94 | /* Ethernet */ |
18a02e80 TR |
95 | #define CONFIG_DRIVER_TI_EMAC |
96 | #define CONFIG_DRIVER_TI_EMAC_USE_RMII | |
97 | #define CONFIG_MII | |
98 | #define CONFIG_BOOTP_DEFAULT | |
99 | #define CONFIG_BOOTP_DNS | |
100 | #define CONFIG_BOOTP_DNS2 | |
101 | #define CONFIG_BOOTP_SEND_HOSTNAME | |
102 | #define CONFIG_NET_RETRY_COUNT 10 | |
103 | ||
3f53e619 DW |
104 | /* Board NAND Info. */ |
105 | #ifdef CONFIG_NAND | |
106 | #define CONFIG_NAND_OMAP_GPMC | |
107 | #define CONFIG_NAND_OMAP_GPMC_PREFETCH | |
ed01e45c VH |
108 | #define CONFIG_SYS_NAND_ADDR NAND_BASE /* physical address */ |
109 | /* to access nand */ | |
110 | #define CONFIG_SYS_NAND_BASE NAND_BASE /* physical address */ | |
111 | /* to access */ | |
112 | /* nand at CS0 */ | |
ed01e45c VH |
113 | #define CONFIG_SYS_MAX_NAND_DEVICE 1 /* Max number of */ |
114 | /* NAND devices */ | |
3f53e619 DW |
115 | #define CONFIG_SYS_NAND_BUSWIDTH_16BIT |
116 | #define CONFIG_SYS_NAND_5_ADDR_CYCLE | |
117 | #define CONFIG_SYS_NAND_PAGE_COUNT 64 | |
118 | #define CONFIG_SYS_NAND_PAGE_SIZE 2048 | |
119 | #define CONFIG_SYS_NAND_OOBSIZE 64 | |
120 | #define CONFIG_SYS_NAND_BLOCK_SIZE (128 * 1024) | |
121 | #define CONFIG_SYS_NAND_BAD_BLOCK_POS NAND_LARGE_BADBLOCK_POS | |
122 | #define CONFIG_SYS_NAND_ECCPOS { 2, 3, 4, 5, 6, 7, 8, 9, 10, \ | |
123 | 11, 12, 13, 14, 16, 17, 18, 19, 20, \ | |
124 | 21, 22, 23, 24, 25, 26, 27, 28, 30, \ | |
125 | 31, 32, 33, 34, 35, 36, 37, 38, 39, \ | |
126 | 40, 41, 42, 44, 45, 46, 47, 48, 49, \ | |
127 | 50, 51, 52, 53, 54, 55, 56 } | |
128 | ||
129 | #define CONFIG_SYS_NAND_ECCSIZE 512 | |
130 | #define CONFIG_SYS_NAND_ECCBYTES 13 | |
131 | #define CONFIG_NAND_OMAP_ECCSCHEME OMAP_ECC_BCH8_CODE_HW_DETECTION_SW | |
132 | #define CONFIG_SYS_NAND_MAX_OOBFREE 2 | |
133 | #define CONFIG_SYS_NAND_MAX_ECCPOS 56 | |
134 | #define CONFIG_SYS_NAND_U_BOOT_START CONFIG_SYS_TEXT_BASE | |
135 | #define CONFIG_SYS_NAND_U_BOOT_OFFS 0x80000 | |
136 | #define CONFIG_MTD_PARTITIONS /* required for UBI partition support */ | |
137 | #define CONFIG_MTD_DEVICE /* needed for mtdparts commands */ | |
138 | /* NAND block size is 128 KiB. Synchronize these values with | |
139 | * corresponding Device Tree entries in Linux: | |
140 | * MLO(SPL) 4 * NAND_BLOCK_SIZE = 512 KiB @ 0x000000 | |
141 | * U-Boot 15 * NAND_BLOCK_SIZE = 1920 KiB @ 0x080000 | |
142 | * U-Boot environment 2 * NAND_BLOCK_SIZE = 256 KiB @ 0x260000 | |
143 | * Kernel 64 * NAND_BLOCK_SIZE = 8 MiB @ 0x2A0000 | |
144 | * DTB 4 * NAND_BLOCK_SIZE = 512 KiB @ 0xAA0000 | |
145 | * RootFS Remaining Flash Space @ 0xB20000 | |
146 | */ | |
147 | #define MTDIDS_DEFAULT "nand0=omap2-nand.0" | |
148 | #define MTDPARTS_DEFAULT "mtdparts=omap2-nand.0:" \ | |
149 | "512k(MLO)," \ | |
150 | "1920k(u-boot)," \ | |
151 | "256k(u-boot-env)," \ | |
152 | "8m(kernel)," \ | |
153 | "512k(dtb)," \ | |
154 | "-(rootfs)" | |
155 | #else | |
156 | #define MTDIDS_DEFAULT | |
157 | #define MTDPARTS_DEFAULT | |
158 | #endif /* CONFIG_NAND */ | |
ed01e45c VH |
159 | |
160 | /* Environment information */ | |
ed01e45c | 161 | |
b3f44c21 | 162 | #define CONFIG_BOOTFILE "uImage" |
ed01e45c VH |
163 | |
164 | #define CONFIG_EXTRA_ENV_SETTINGS \ | |
165 | "loadaddr=0x82000000\0" \ | |
49473ada | 166 | "console=ttyO2,115200n8\0" \ |
45776e36 DW |
167 | "fdtfile=am3517-evm.dtb\0" \ |
168 | "fdtaddr=0x82C00000\0" \ | |
169 | "vram=16M\0" \ | |
170 | "bootenv=uEnv.txt\0" \ | |
171 | "cmdline=\0" \ | |
172 | "optargs=\0" \ | |
3f53e619 DW |
173 | "mtdids=" MTDIDS_DEFAULT "\0" \ |
174 | "mtdparts=" MTDPARTS_DEFAULT "\0" \ | |
122e6e0a | 175 | "mmcdev=0\0" \ |
45776e36 DW |
176 | "mmcpart=1\0" \ |
177 | "mmcroot=/dev/mmcblk0p2 rw\0" \ | |
178 | "mmcrootfstype=ext4 rootwait fixrtc\0" \ | |
ed01e45c | 179 | "mmcargs=setenv bootargs console=${console} " \ |
3f53e619 | 180 | "${mtdparts} " \ |
45776e36 DW |
181 | "${optargs} " \ |
182 | "root=${mmcroot} " \ | |
183 | "rootfstype=${mmcrootfstype} " \ | |
184 | "${cmdline}\0" \ | |
ed01e45c | 185 | "nandargs=setenv bootargs console=${console} " \ |
3f53e619 DW |
186 | "${mtdparts} " \ |
187 | "${optargs} " \ | |
188 | "root=ubi0:rootfs rw ubi.mtd=rootfs " \ | |
189 | "rootfstype=ubifs rootwait " \ | |
190 | "${cmdline}\0" \ | |
45776e36 DW |
191 | "loadbootenv=fatload mmc ${mmcdev}:${mmcpart} ${loadaddr} ${bootenv}\0"\ |
192 | "importbootenv=echo Importing environment from mmc ...; " \ | |
193 | "env import -t ${loadaddr} ${filesize}\0" \ | |
ed01e45c VH |
194 | "bootscript=echo Running bootscript from mmc ...; " \ |
195 | "source ${loadaddr}\0" \ | |
45776e36 DW |
196 | "loadimage=fatload mmc ${mmcdev}:${mmcpart} ${loadaddr} ${bootfile}\0" \ |
197 | "loadfdt=fatload mmc ${mmcdev}:${mmcpart} ${fdtaddr} ${fdtfile}\0" \ | |
ed01e45c VH |
198 | "mmcboot=echo Booting from mmc ...; " \ |
199 | "run mmcargs; " \ | |
45776e36 | 200 | "bootz ${loadaddr} - ${fdtaddr}\0" \ |
ed01e45c VH |
201 | "nandboot=echo Booting from nand ...; " \ |
202 | "run nandargs; " \ | |
3f53e619 DW |
203 | "nand read ${loadaddr} 2a0000 800000; " \ |
204 | "nand read ${fdtaddr} aa0000 80000; " \ | |
205 | "bootm ${loadaddr} - ${fdtaddr}\0" \ | |
ed01e45c VH |
206 | |
207 | #define CONFIG_BOOTCOMMAND \ | |
66968110 | 208 | "mmc dev ${mmcdev}; if mmc rescan; then " \ |
45776e36 DW |
209 | "echo SD/MMC found on device $mmcdev; " \ |
210 | "if run loadbootenv; then " \ | |
211 | "run importbootenv; " \ | |
212 | "fi; " \ | |
213 | "echo Checking if uenvcmd is set ...; " \ | |
214 | "if test -n $uenvcmd; then " \ | |
215 | "echo Running uenvcmd ...; " \ | |
216 | "run uenvcmd; " \ | |
217 | "fi; " \ | |
218 | "echo Running default loadimage ...; " \ | |
219 | "setenv bootfile zImage; " \ | |
220 | "if run loadimage; then " \ | |
221 | "run loadfdt; " \ | |
222 | "run mmcboot; " \ | |
ed01e45c VH |
223 | "fi; " \ |
224 | "else run nandboot; fi" | |
225 | ||
3f53e619 DW |
226 | /* Miscellaneous configurable options */ |
227 | #define CONFIG_AUTO_COMPLETE | |
228 | #define CONFIG_CMDLINE_EDITING | |
3f53e619 | 229 | #define CONFIG_SYS_LONGHELP |
3f53e619 DW |
230 | |
231 | /* We set the max number of command args high to avoid HUSH bugs. */ | |
232 | #define CONFIG_SYS_MAXARGS 64 | |
233 | ||
234 | /* Console I/O Buffer Size */ | |
235 | #define CONFIG_SYS_CBSIZE 512 | |
3f53e619 | 236 | |
ed01e45c VH |
237 | /* memtest works on */ |
238 | #define CONFIG_SYS_MEMTEST_START (OMAP34XX_SDRC_CS0) | |
239 | #define CONFIG_SYS_MEMTEST_END (OMAP34XX_SDRC_CS0 + \ | |
240 | 0x01F00000) /* 31MB */ | |
241 | ||
242 | #define CONFIG_SYS_LOAD_ADDR (OMAP34XX_SDRC_CS0) /* default load */ | |
243 | /* address */ | |
244 | ||
245 | /* | |
246 | * AM3517 has 12 GP timers, they can be driven by the system clock | |
247 | * (12/13/16.8/19.2/38.4MHz) or by 32KHz clock. We use 13MHz (V_SCLK). | |
248 | * This rate is divided by a local divisor. | |
249 | */ | |
250 | #define CONFIG_SYS_TIMERBASE OMAP34XX_GPT2 | |
251 | #define CONFIG_SYS_PTV 2 /* Divisor: 2^(PTV+1) => 8 */ | |
ed01e45c | 252 | |
3f53e619 DW |
253 | /* Physical Memory Map */ |
254 | #define PHYS_SDRAM_1 OMAP34XX_SDRC_CS0 | |
255 | #define PHYS_SDRAM_2 OMAP34XX_SDRC_CS1 | |
256 | #define CONFIG_SYS_CS0_SIZE (256 * 1024 * 1024) | |
257 | #define CONFIG_SYS_SDRAM_BASE PHYS_SDRAM_1 | |
258 | #define CONFIG_SYS_INIT_RAM_ADDR 0x4020f800 | |
259 | #define CONFIG_SYS_INIT_RAM_SIZE 0x800 | |
260 | #define CONFIG_SYS_INIT_SP_ADDR (CONFIG_SYS_INIT_RAM_ADDR + \ | |
261 | CONFIG_SYS_INIT_RAM_SIZE - \ | |
262 | GENERATED_GBL_DATA_SIZE) | |
ed01e45c | 263 | |
3f53e619 | 264 | /* FLASH and environment organization */ |
ed01e45c VH |
265 | |
266 | /* **** PISMO SUPPORT *** */ | |
ed01e45c VH |
267 | #define CONFIG_SYS_MAX_FLASH_SECT 520 /* max number of sectors */ |
268 | /* on one chip */ | |
269 | #define CONFIG_SYS_MAX_FLASH_BANKS 2 /* max number of flash banks */ | |
270 | #define CONFIG_SYS_MONITOR_LEN (256 << 10) /* Reserve 2 sectors */ | |
271 | ||
3f53e619 | 272 | #if defined(CONFIG_NAND) |
222a3113 | 273 | #define CONFIG_SYS_FLASH_BASE NAND_BASE |
6cbec7b3 | 274 | #endif |
ed01e45c VH |
275 | |
276 | /* Monitor at start of flash */ | |
277 | #define CONFIG_SYS_MONITOR_BASE CONFIG_SYS_FLASH_BASE | |
278 | ||
6cbec7b3 | 279 | #define CONFIG_SYS_ENV_SECT_SIZE (128 << 10) /* 128 KiB */ |
3f53e619 DW |
280 | #define CONFIG_ENV_SIZE CONFIG_SYS_ENV_SECT_SIZE |
281 | #define SMNAND_ENV_OFFSET 0x260000 /* environment starts here */ | |
6cbec7b3 LC |
282 | #define CONFIG_ENV_OFFSET SMNAND_ENV_OFFSET |
283 | #define CONFIG_ENV_ADDR SMNAND_ENV_OFFSET | |
5059a2a4 TR |
284 | |
285 | /* Defines for SPL */ | |
47f7bcae | 286 | #define CONFIG_SPL_FRAMEWORK |
5059a2a4 | 287 | #define CONFIG_SPL_NAND_SIMPLE |
138daa7b | 288 | #define CONFIG_SPL_TEXT_BASE 0x40200000 |
fa2f81b0 TR |
289 | #define CONFIG_SPL_MAX_SIZE (SRAM_SCRATCH_SPACE_ADDR - \ |
290 | CONFIG_SPL_TEXT_BASE) | |
5059a2a4 TR |
291 | |
292 | #define CONFIG_SPL_BSS_START_ADDR 0x80000000 | |
293 | #define CONFIG_SPL_BSS_MAX_SIZE 0x80000 /* 512 KB */ | |
294 | ||
e2ccdf89 | 295 | #define CONFIG_SYS_MMCSD_FS_BOOT_PARTITION 1 |
3f53e619 | 296 | #define CONFIG_SPL_FS_LOAD_PAYLOAD_NAME "u-boot.img" |
5059a2a4 | 297 | |
6f2f01b9 SW |
298 | #define CONFIG_SPL_NAND_BASE |
299 | #define CONFIG_SPL_NAND_DRIVERS | |
300 | #define CONFIG_SPL_NAND_ECC | |
5059a2a4 | 301 | |
ed01e45c | 302 | #endif /* __CONFIG_H */ |