blob: 0d51aeb86909a43acb1b8f00efa4e8ea06212b64 [file] [log] [blame]
Lokesh Vutla3e716e22013-02-17 23:34:35 +00001/*
2 * (C) Copyright 2013
3 * Texas Instruments Incorporated.
4 * Lokesh Vutla <lokeshvutla@ti.com>
5 *
6 * Configuration settings for the TI DRA7XX board.
Enric Balletbò i Serra2785bb72013-12-06 21:30:19 +01007 * See ti_omap5_common.h for omap5 common settings.
Lokesh Vutla3e716e22013-02-17 23:34:35 +00008 *
Wolfgang Denkbd8ec7e2013-10-07 13:07:26 +02009 * SPDX-License-Identifier: GPL-2.0+
Lokesh Vutla3e716e22013-02-17 23:34:35 +000010 */
11
12#ifndef __CONFIG_DRA7XX_EVM_H
13#define __CONFIG_DRA7XX_EVM_H
14
Tom Rinib3277f52013-08-09 11:22:18 -040015#define CONFIG_DRA7XX
Lokesh Vutlabe86f0e2014-08-04 19:42:24 +053016#define CONFIG_BOARD_EARLY_INIT_F
Lokesh Vutla3e716e22013-02-17 23:34:35 +000017
Lokesh Vutla1fd80222015-06-04 16:42:38 +053018#ifdef CONFIG_SPL_BUILD
19#define CONFIG_IODELAY_RECALIBRATION
20#endif
21
Lokesh Vutla18608172016-03-08 09:18:07 +053022#define CONFIG_VERY_BIG_RAM
23#define CONFIG_PHYS_64BIT
24#define CONFIG_NR_DRAM_BANKS 2
25#define CONFIG_MAX_MEM_MAPPED 0x80000000
26
Tom Rini560ef452014-04-03 07:52:56 -040027#ifndef CONFIG_QSPI_BOOT
Lokesh Vutlaf8c725e2013-08-23 17:27:04 +053028/* MMC ENV related defines */
29#define CONFIG_ENV_IS_IN_MMC
30#define CONFIG_SYS_MMC_ENV_DEV 1 /* SLOT2: eMMC(1) */
Tom Rini886e55e2014-04-03 07:52:52 -040031#define CONFIG_ENV_SIZE (128 << 10)
Lokesh Vutlaf8c725e2013-08-23 17:27:04 +053032#define CONFIG_ENV_OFFSET 0xE0000
33#define CONFIG_ENV_OFFSET_REDUND (CONFIG_ENV_OFFSET + CONFIG_ENV_SIZE)
34#define CONFIG_SYS_REDUNDAND_ENVIRONMENT
Tom Rini560ef452014-04-03 07:52:56 -040035#endif
Lokesh Vutla3e716e22013-02-17 23:34:35 +000036
Minal Shah01ae8ca2013-10-04 14:52:02 -040037#if (CONFIG_CONS_INDEX == 1)
Tom Rinib3277f52013-08-09 11:22:18 -040038#define CONSOLEDEV "ttyO0"
Minal Shah01ae8ca2013-10-04 14:52:02 -040039#elif (CONFIG_CONS_INDEX == 3)
40#define CONSOLEDEV "ttyO2"
41#endif
42#define CONFIG_SYS_NS16550_COM1 UART1_BASE /* Base EVM has UART0 */
43#define CONFIG_SYS_NS16550_COM2 UART2_BASE /* UART2 */
44#define CONFIG_SYS_NS16550_COM3 UART3_BASE /* UART3 */
Sricharan R9cc5ba02013-05-30 03:19:33 +000045#define CONFIG_BAUDRATE 115200
Lokesh Vutla16523262013-05-30 03:19:38 +000046
47#define CONFIG_SYS_OMAP_ABE_SYSCK
Dan Murphya6f9d152013-06-11 11:22:30 -050048
Tom Riniaed1ba12015-06-12 20:52:29 -040049#ifndef CONFIG_SPL_BUILD
Tom Rinifce0d592014-01-21 17:15:08 -050050/* Define the default GPT table for eMMC */
51#define PARTS_DEFAULT \
Sam Protsenko04cb18b2016-02-26 21:37:52 +020052 /* Linux partitions */ \
Tom Rinifce0d592014-01-21 17:15:08 -050053 "uuid_disk=${uuid_gpt_disk};" \
Sam Protsenko04cb18b2016-02-26 21:37:52 +020054 "name=rootfs,start=2MiB,size=-,uuid=${uuid_gpt_rootfs}\0" \
55 /* Android partitions */ \
56 "partitions_android=" \
57 "uuid_disk=${uuid_gpt_disk};" \
58 "name=xloader,start=128K,size=128K,uuid=${uuid_gpt_xloader};" \
59 "name=bootloader,size=384K,uuid=${uuid_gpt_bootloader};" \
60 "name=environment,size=128K,uuid=${uuid_gpt_environment};" \
61 "name=misc,size=128K,uuid=${uuid_gpt_misc};" \
62 "name=efs,start=1280K,size=16M,uuid=${uuid_gpt_efs};" \
63 "name=crypto,size=16K,uuid=${uuid_gpt_crypto};" \
64 "name=recovery,size=10M,uuid=${uuid_gpt_recovery};" \
65 "name=boot,size=10M,uuid=${uuid_gpt_boot};" \
66 "name=system,size=768M,uuid=${uuid_gpt_system};" \
67 "name=cache,size=256M,uuid=${uuid_gpt_cache};" \
68 "name=ipu1,size=1M,uuid=${uuid_gpt_ipu1};" \
69 "name=ipu2,size=1M,uuid=${uuid_gpt_ipu2};" \
70 "name=userdata,size=-,uuid=${uuid_gpt_userdata}"
Tom Rinifce0d592014-01-21 17:15:08 -050071
Kishon Vijay Abraham I24080762015-02-23 18:40:20 +053072#define DFU_ALT_INFO_MMC \
73 "dfu_alt_info_mmc=" \
74 "boot part 0 1;" \
75 "rootfs part 0 2;" \
76 "MLO fat 0 1;" \
77 "MLO.raw raw 0x100 0x100;" \
78 "u-boot.img.raw raw 0x300 0x400;" \
79 "spl-os-args.raw raw 0x80 0x80;" \
80 "spl-os-image.raw raw 0x900 0x2000;" \
81 "spl-os-args fat 0 1;" \
82 "spl-os-image fat 0 1;" \
83 "u-boot.img fat 0 1;" \
84 "uEnv.txt fat 0 1\0"
85
86#define DFU_ALT_INFO_EMMC \
87 "dfu_alt_info_emmc=" \
88 "rawemmc raw 0 3751936;" \
89 "boot part 1 1;" \
90 "rootfs part 1 2;" \
91 "MLO fat 1 1;" \
92 "MLO.raw raw 0x100 0x100;" \
93 "u-boot.img.raw raw 0x300 0x400;" \
94 "spl-os-args.raw raw 0x80 0x80;" \
95 "spl-os-image.raw raw 0x900 0x2000;" \
96 "spl-os-args fat 1 1;" \
97 "spl-os-image fat 1 1;" \
98 "u-boot.img fat 1 1;" \
99 "uEnv.txt fat 1 1\0"
100
101#define DFU_ALT_INFO_RAM \
102 "dfu_alt_info_ram=" \
103 "kernel ram 0x80200000 0x4000000;" \
104 "fdt ram 0x80f80000 0x80000;" \
105 "ramdisk ram 0x81000000 0x4000000\0"
106
Vignesh R1bf06342015-10-20 15:22:01 +0530107#define DFU_ALT_INFO_QSPI \
108 "dfu_alt_info_qspi=" \
109 "MLO raw 0x0 0x010000;" \
110 "MLO.backup1 raw 0x010000 0x010000;" \
111 "MLO.backup2 raw 0x020000 0x010000;" \
112 "MLO.backup3 raw 0x030000 0x010000;" \
113 "u-boot.img raw 0x040000 0x0100000;" \
114 "u-boot-spl-os raw 0x140000 0x080000;" \
115 "u-boot-env raw 0x1C0000 0x010000;" \
116 "u-boot-env.backup raw 0x1D0000 0x010000;" \
117 "kernel raw 0x1E0000 0x800000\0"
118
Kishon Vijay Abraham I24080762015-02-23 18:40:20 +0530119#define DFUARGS \
120 "dfu_bufsiz=0x10000\0" \
121 DFU_ALT_INFO_MMC \
122 DFU_ALT_INFO_EMMC \
Vignesh R1bf06342015-10-20 15:22:01 +0530123 DFU_ALT_INFO_RAM \
124 DFU_ALT_INFO_QSPI
Kishon Vijay Abraham I24080762015-02-23 18:40:20 +0530125
Dileep Kattaf2731292015-03-25 04:04:50 +0530126/* Fastboot */
Paul Kocialkowskid55acc02015-06-12 19:56:59 +0200127#define CONFIG_USB_FUNCTION_FASTBOOT
Dileep Kattaf2731292015-03-25 04:04:50 +0530128#define CONFIG_CMD_FASTBOOT
129#define CONFIG_ANDROID_BOOT_IMAGE
Paul Kocialkowskif84f0912015-07-20 12:38:22 +0200130#define CONFIG_FASTBOOT_BUF_ADDR CONFIG_SYS_LOAD_ADDR
131#define CONFIG_FASTBOOT_BUF_SIZE 0x2F000000
Dileep Kattaf2731292015-03-25 04:04:50 +0530132#define CONFIG_FASTBOOT_FLASH
133#define CONFIG_FASTBOOT_FLASH_MMC_DEV 1
Tom Riniaed1ba12015-06-12 20:52:29 -0400134#endif
Dileep Kattaf2731292015-03-25 04:04:50 +0530135
Enric Balletbò i Serra2785bb72013-12-06 21:30:19 +0100136#include <configs/ti_omap5_common.h>
Dan Murphya6f9d152013-06-11 11:22:30 -0500137
Tom Rinifce0d592014-01-21 17:15:08 -0500138/* Enhance our eMMC support / experience. */
139#define CONFIG_CMD_GPT
140#define CONFIG_EFI_PARTITION
Sam Protsenko04cb18b2016-02-26 21:37:52 +0200141#define CONFIG_RANDOM_UUID
Lubomir Popov6d2f9852014-11-10 18:14:18 +0200142#define CONFIG_HSMMC2_8BIT
Tom Rinifce0d592014-01-21 17:15:08 -0500143
Mugunthan V N85ae8be2013-07-08 16:04:43 +0530144/* CPSW Ethernet */
Tom Rini243df4a2013-08-20 08:53:54 -0400145#define CONFIG_BOOTP_DNS /* Configurable parts of CMD_DHCP */
Mugunthan V N85ae8be2013-07-08 16:04:43 +0530146#define CONFIG_BOOTP_DNS2
147#define CONFIG_BOOTP_SEND_HOSTNAME
148#define CONFIG_BOOTP_GATEWAY
149#define CONFIG_BOOTP_SUBNETMASK
Tom Rini243df4a2013-08-20 08:53:54 -0400150#define CONFIG_NET_RETRY_COUNT 10
Tom Rini243df4a2013-08-20 08:53:54 -0400151#define CONFIG_DRIVER_TI_CPSW /* Driver for IP block */
152#define CONFIG_MII /* Required in net/eth.c */
153#define CONFIG_PHY_GIGE /* per-board part of CPSW */
Mugunthan V N85ae8be2013-07-08 16:04:43 +0530154#define CONFIG_PHYLIB
Dan Murphyb1941f32016-03-30 12:58:37 -0500155#define CONFIG_PHY_TI
Mugunthan V N85ae8be2013-07-08 16:04:43 +0530156
Matt Porterbb1a8472013-10-07 15:53:03 +0530157/* SPI */
158#undef CONFIG_OMAP3_SPI
Matt Porterbb1a8472013-10-07 15:53:03 +0530159#define CONFIG_TI_SPI_MMAP
Vignesh R9e20f402016-02-10 10:51:43 +0530160#define CONFIG_SF_DEFAULT_SPEED 64000000
161#define CONFIG_SF_DEFAULT_MODE SPI_MODE_0
Ravi Babue8829b62015-02-11 18:54:29 -0500162#define CONFIG_QSPI_QUAD_SUPPORT
Matt Porterbb1a8472013-10-07 15:53:03 +0530163
Mugunthan V Nf77bba12015-12-23 20:39:38 +0530164#ifdef CONFIG_SPL_BUILD
165#undef CONFIG_DM_SPI
166#undef CONFIG_DM_SPI_FLASH
167#endif
168
Tom Rini560ef452014-04-03 07:52:56 -0400169/*
170 * Default to using SPI for environment, etc.
171 * 0x000000 - 0x010000 : QSPI.SPL (64KiB)
172 * 0x010000 - 0x020000 : QSPI.SPL.backup1 (64KiB)
173 * 0x020000 - 0x030000 : QSPI.SPL.backup2 (64KiB)
174 * 0x030000 - 0x040000 : QSPI.SPL.backup3 (64KiB)
175 * 0x040000 - 0x140000 : QSPI.u-boot (1MiB)
176 * 0x140000 - 0x1C0000 : QSPI.u-boot-spl-os (512KiB)
177 * 0x1C0000 - 0x1D0000 : QSPI.u-boot-env (64KiB)
178 * 0x1D0000 - 0x1E0000 : QSPI.u-boot-env.backup1 (64KiB)
179 * 0x1E0000 - 0x9E0000 : QSPI.kernel (8MiB)
180 * 0x9E0000 - 0x2000000 : USERLAND
181 */
182#define CONFIG_SYS_SPI_KERNEL_OFFS 0x1E0000
183#define CONFIG_SYS_SPI_ARGS_OFFS 0x140000
184#define CONFIG_SYS_SPI_ARGS_SIZE 0x80000
185#if defined(CONFIG_QSPI_BOOT)
186/* In SPL, use the environment and discard MMC support for space. */
187#ifdef CONFIG_SPL_BUILD
188#undef CONFIG_SPL_MMC_SUPPORT
189#undef CONFIG_SPL_MAX_SIZE
190#define CONFIG_SPL_MAX_SIZE (64 << 10) /* 64 KiB */
191#endif
192#define CONFIG_SPL_ENV_SUPPORT
193#define CONFIG_ENV_IS_IN_SPI_FLASH
194#define CONFIG_SYS_REDUNDAND_ENVIRONMENT
195#define CONFIG_ENV_SPI_MAX_HZ CONFIG_SF_DEFAULT_SPEED
196#define CONFIG_ENV_SIZE (64 << 10)
197#define CONFIG_ENV_SECT_SIZE (64 << 10) /* 64 KB sectors */
198#define CONFIG_ENV_OFFSET 0x1C0000
199#define CONFIG_ENV_OFFSET_REDUND 0x1D0000
200#endif
201
Matt Porterbb1a8472013-10-07 15:53:03 +0530202/* SPI SPL */
203#define CONFIG_SPL_SPI_SUPPORT
Vignesh R584a9bb2015-08-17 13:29:57 +0530204#define CONFIG_SPL_DMA_SUPPORT
205#define CONFIG_TI_EDMA3
Matt Porterbb1a8472013-10-07 15:53:03 +0530206#define CONFIG_SPL_SPI_LOAD
207#define CONFIG_SPL_SPI_FLASH_SUPPORT
Tom Rini560ef452014-04-03 07:52:56 -0400208#define CONFIG_SYS_SPI_U_BOOT_OFFS 0x40000
Matt Porterbb1a8472013-10-07 15:53:03 +0530209
Tom Rini811d1d32014-02-05 10:24:25 -0500210#define CONFIG_SUPPORT_EMMC_BOOT
211
Dan Murphy69521c12013-10-11 12:28:17 -0500212/* USB xHCI HOST */
Dan Murphy69521c12013-10-11 12:28:17 -0500213#define CONFIG_USB_HOST
Dan Murphy69521c12013-10-11 12:28:17 -0500214#define CONFIG_USB_XHCI_OMAP
215#define CONFIG_USB_STORAGE
216#define CONFIG_SYS_USB_XHCI_MAX_ROOT_PORTS 2
217
218#define CONFIG_OMAP_USB_PHY
219#define CONFIG_OMAP_USB2PHY2_HOST
220
Kishon Vijay Abraham I24080762015-02-23 18:40:20 +0530221/* USB Device Firmware Update support */
Paul Kocialkowski045d6052015-06-12 19:56:58 +0200222#define CONFIG_USB_FUNCTION_DFU
Kishon Vijay Abraham I24080762015-02-23 18:40:20 +0530223#define CONFIG_DFU_RAM
Kishon Vijay Abraham I24080762015-02-23 18:40:20 +0530224
225#define CONFIG_DFU_MMC
226#define CONFIG_DFU_RAM
Vignesh R1bf06342015-10-20 15:22:01 +0530227#define CONFIG_DFU_SF
Kishon Vijay Abraham I24080762015-02-23 18:40:20 +0530228
Roger Quadrosf019ee82013-11-11 16:56:44 +0200229/* SATA */
230#define CONFIG_BOARD_LATE_INIT
Simon Glass8706b812016-05-01 11:36:02 -0600231#define CONFIG_SCSI
Roger Quadrosf019ee82013-11-11 16:56:44 +0200232#define CONFIG_LIBATA
233#define CONFIG_SCSI_AHCI
234#define CONFIG_SCSI_AHCI_PLAT
235#define CONFIG_SYS_SCSI_MAX_SCSI_ID 1
236#define CONFIG_SYS_SCSI_MAX_LUN 1
237#define CONFIG_SYS_SCSI_MAX_DEVICE (CONFIG_SYS_SCSI_MAX_SCSI_ID * \
238 CONFIG_SYS_SCSI_MAX_LUN)
239
pekon gupta64733cc2014-07-22 16:03:23 +0530240/* NAND support */
241#ifdef CONFIG_NAND
242/* NAND: device related configs */
243#define CONFIG_SYS_NAND_PAGE_SIZE 2048
244#define CONFIG_SYS_NAND_OOBSIZE 64
245#define CONFIG_SYS_NAND_BLOCK_SIZE (128*1024)
246#define CONFIG_SYS_NAND_BUSWIDTH_16BIT
247#define CONFIG_SYS_NAND_PAGE_COUNT (CONFIG_SYS_NAND_BLOCK_SIZE / \
248 CONFIG_SYS_NAND_PAGE_SIZE)
249#define CONFIG_SYS_NAND_5_ADDR_CYCLE
250/* NAND: driver related configs */
251#define CONFIG_NAND_OMAP_GPMC
252#define CONFIG_NAND_OMAP_ELM
253#define CONFIG_SYS_NAND_ONFI_DETECTION
254#define CONFIG_NAND_OMAP_ECCSCHEME OMAP_ECC_BCH8_CODE_HW
255#define CONFIG_SYS_NAND_BAD_BLOCK_POS NAND_LARGE_BADBLOCK_POS
256#define CONFIG_SYS_NAND_ECCPOS { 2, 3, 4, 5, 6, 7, 8, 9, \
257 10, 11, 12, 13, 14, 15, 16, 17, \
258 18, 19, 20, 21, 22, 23, 24, 25, \
259 26, 27, 28, 29, 30, 31, 32, 33, \
260 34, 35, 36, 37, 38, 39, 40, 41, \
261 42, 43, 44, 45, 46, 47, 48, 49, \
262 50, 51, 52, 53, 54, 55, 56, 57, }
263#define CONFIG_SYS_NAND_ECCSIZE 512
264#define CONFIG_SYS_NAND_ECCBYTES 14
265#define MTDIDS_DEFAULT "nand0=nand.0"
266#define MTDPARTS_DEFAULT "mtdparts=nand.0:" \
267 "128k(NAND.SPL)," \
268 "128k(NAND.SPL.backup1)," \
269 "128k(NAND.SPL.backup2)," \
270 "128k(NAND.SPL.backup3)," \
271 "256k(NAND.u-boot-spl-os)," \
272 "1m(NAND.u-boot)," \
273 "128k(NAND.u-boot-env)," \
274 "128k(NAND.u-boot-env.backup1)," \
275 "8m(NAND.kernel)," \
Roger Quadros864703d2015-06-05 12:42:20 +0300276 "-(NAND.file-system)"
pekon gupta64733cc2014-07-22 16:03:23 +0530277#define CONFIG_SYS_NAND_U_BOOT_OFFS 0x000c0000
278/* NAND: SPL related configs */
279#ifdef CONFIG_SPL_NAND_SUPPORT
280#define CONFIG_SPL_NAND_AM33XX_BCH
281#endif
282/* NAND: SPL falcon mode configs */
283#ifdef CONFIG_SPL_OS_BOOT
284#define CONFIG_CMD_SPL_NAND_OFS 0x00080000 /* os-boot params*/
285#define CONFIG_SYS_NAND_SPL_KERNEL_OFFS 0x00200000 /* kernel offset */
286#define CONFIG_CMD_SPL_WRITE_SIZE 0x2000
287#endif
288#endif /* !CONFIG_NAND */
289
pekon gupta01663492014-07-22 16:03:24 +0530290/* Parallel NOR Support */
291#if defined(CONFIG_NOR)
292/* NOR: device related configs */
293#define CONFIG_SYS_MAX_FLASH_SECT 512
294#define CONFIG_SYS_FLASH_CFI_WIDTH FLASH_CFI_16BIT
295#define CONFIG_SYS_FLASH_SIZE (64 * 1024 * 1024) /* 64 MB */
296/* #define CONFIG_INIT_IGNORE_ERROR */
297#undef CONFIG_SYS_NO_FLASH
pekon gupta01663492014-07-22 16:03:24 +0530298#define CONFIG_SYS_FLASH_USE_BUFFER_WRITE
299#define CONFIG_SYS_FLASH_PROTECTION
300#define CONFIG_SYS_FLASH_CFI
301#define CONFIG_FLASH_CFI_DRIVER
302#define CONFIG_FLASH_CFI_MTD
303#define CONFIG_SYS_MAX_FLASH_BANKS 1
304#define CONFIG_SYS_FLASH_BASE (0x08000000)
305#define CONFIG_SYS_MONITOR_BASE CONFIG_SYS_FLASH_BASE
306/* Reduce SPL size by removing unlikey targets */
307#ifdef CONFIG_NOR_BOOT
308#define CONFIG_ENV_IS_IN_FLASH
309#define CONFIG_ENV_SECT_SIZE (128 * 1024) /* 128 KiB */
310#define MTDIDS_DEFAULT "nor0=physmap-flash.0"
311#define MTDPARTS_DEFAULT "mtdparts=physmap-flash.0:" \
312 "128k(NOR.SPL)," \
313 "128k(NOR.SPL.backup1)," \
314 "128k(NOR.SPL.backup2)," \
315 "128k(NOR.SPL.backup3)," \
316 "256k(NOR.u-boot-spl-os)," \
317 "1m(NOR.u-boot)," \
318 "128k(NOR.u-boot-env)," \
319 "128k(NOR.u-boot-env.backup1)," \
320 "8m(NOR.kernel)," \
321 "-(NOR.rootfs)"
322#define CONFIG_ENV_OFFSET 0x001c0000
323#define CONFIG_ENV_OFFSET_REDUND 0x001e0000
324#endif
325#endif /* NOR support */
326
Lokesh Vutla3c7dc012016-03-08 09:18:05 +0530327/* EEPROM */
328#define CONFIG_EEPROM_CHIP_ADDRESS 0x50
329#define CONFIG_EEPROM_BUS_ADDRESS 0
330
Lokesh Vutla3e716e22013-02-17 23:34:35 +0000331#endif /* __CONFIG_DRA7XX_EVM_H */