Tom Rini | 83d290c | 2018-05-06 17:58:06 -0400 | [diff] [blame] | 1 | /* SPDX-License-Identifier: GPL-2.0+ */ |
Felipe Balbi | 1e4ad74 | 2014-11-10 14:02:44 -0600 | [diff] [blame] | 2 | /* |
| 3 | * (C) Copyright 2014 |
| 4 | * Texas Instruments Incorporated. |
| 5 | * Felipe Balbi <balbi@ti.com> |
| 6 | * |
| 7 | * Configuration settings for the TI Beagle x15 board. |
| 8 | * See ti_omap5_common.h for omap5 common settings. |
Felipe Balbi | 1e4ad74 | 2014-11-10 14:02:44 -0600 | [diff] [blame] | 9 | */ |
| 10 | |
Kipisz, Steven | 74cc8b0 | 2015-10-29 16:50:43 -0500 | [diff] [blame] | 11 | #ifndef __CONFIG_AM57XX_EVM_H |
| 12 | #define __CONFIG_AM57XX_EVM_H |
Felipe Balbi | 1e4ad74 | 2014-11-10 14:02:44 -0600 | [diff] [blame] | 13 | |
Sekhar Nori | 7e0b87c | 2016-11-25 14:25:55 +0530 | [diff] [blame] | 14 | #include <environment/ti/dfu.h> |
Semen Protsenko | 57ba8d6 | 2017-06-09 17:12:56 +0300 | [diff] [blame] | 15 | #include <linux/sizes.h> |
Sekhar Nori | 7e0b87c | 2016-11-25 14:25:55 +0530 | [diff] [blame] | 16 | |
Lokesh Vutla | f91e0c4 | 2015-06-04 16:42:41 +0530 | [diff] [blame] | 17 | #define CONFIG_IODELAY_RECALIBRATION |
Lokesh Vutla | f91e0c4 | 2015-06-04 16:42:41 +0530 | [diff] [blame] | 18 | |
Semen Protsenko | 57ba8d6 | 2017-06-09 17:12:56 +0300 | [diff] [blame] | 19 | /* MMC ENV related defines */ |
Semen Protsenko | 57ba8d6 | 2017-06-09 17:12:56 +0300 | [diff] [blame] | 20 | #define CONFIG_SYS_MMC_ENV_DEV 1 /* eMMC */ |
| 21 | #define CONFIG_SYS_MMC_ENV_PART 0 |
Semen Protsenko | 57ba8d6 | 2017-06-09 17:12:56 +0300 | [diff] [blame] | 22 | #define CONFIG_ENV_OFFSET_REDUND (CONFIG_ENV_OFFSET + CONFIG_ENV_SIZE) |
| 23 | #define CONFIG_SYS_REDUNDAND_ENVIRONMENT |
Felipe Balbi | 1e4ad74 | 2014-11-10 14:02:44 -0600 | [diff] [blame] | 24 | |
Sam Protsenko | d2c9a9a | 2019-07-02 20:56:09 +0300 | [diff] [blame] | 25 | #define CONFIG_SYS_BOOTM_LEN SZ_64M |
| 26 | |
Sam Protsenko | adc097e | 2019-07-12 20:38:12 +0300 | [diff] [blame] | 27 | #define CONSOLEDEV "ttyS2" |
Felipe Balbi | 1e4ad74 | 2014-11-10 14:02:44 -0600 | [diff] [blame] | 28 | #define CONFIG_SYS_NS16550_COM1 UART1_BASE /* Base EVM has UART0 */ |
| 29 | #define CONFIG_SYS_NS16550_COM2 UART2_BASE /* UART2 */ |
| 30 | #define CONFIG_SYS_NS16550_COM3 UART3_BASE /* UART3 */ |
Felipe Balbi | 1e4ad74 | 2014-11-10 14:02:44 -0600 | [diff] [blame] | 31 | |
Simon Glass | a1dc980 | 2017-05-17 03:25:10 -0600 | [diff] [blame] | 32 | #define CONFIG_ENV_EEPROM_IS_ON_I2C |
| 33 | #define CONFIG_SYS_I2C_EEPROM_ADDR 0x50 /* Main EEPROM */ |
| 34 | #define CONFIG_SYS_I2C_EEPROM_ADDR_LEN 2 |
| 35 | |
Felipe Balbi | 1e4ad74 | 2014-11-10 14:02:44 -0600 | [diff] [blame] | 36 | #define CONFIG_SYS_OMAP_ABE_SYSCK |
| 37 | |
Bin Liu | 8502fe8 | 2019-02-08 11:01:37 -0600 | [diff] [blame] | 38 | #ifdef CONFIG_SPL_DFU |
| 39 | #ifndef CONFIG_SPL_BUILD |
Sekhar Nori | 7e0b87c | 2016-11-25 14:25:55 +0530 | [diff] [blame] | 40 | #define DFUARGS \ |
| 41 | "dfu_bufsiz=0x10000\0" \ |
| 42 | DFU_ALT_INFO_MMC \ |
| 43 | DFU_ALT_INFO_EMMC \ |
| 44 | DFU_ALT_INFO_RAM \ |
Bin Liu | 8502fe8 | 2019-02-08 11:01:37 -0600 | [diff] [blame] | 45 | DFU_ALT_INFO_QSPI |
| 46 | #else |
| 47 | #undef CONFIG_CMD_BOOTD |
| 48 | #define CONFIG_SPL_LOAD_FIT_ADDRESS 0x80200000 |
| 49 | #define DFUARGS \ |
| 50 | "dfu_bufsiz=0x10000\0" \ |
| 51 | DFU_ALT_INFO_RAM |
| 52 | #endif |
| 53 | #endif |
Sekhar Nori | 7e0b87c | 2016-11-25 14:25:55 +0530 | [diff] [blame] | 54 | |
Felipe Balbi | 1e4ad74 | 2014-11-10 14:02:44 -0600 | [diff] [blame] | 55 | #include <configs/ti_omap5_common.h> |
| 56 | |
| 57 | /* Enhance our eMMC support / experience. */ |
Semen Protsenko | b52ee27 | 2016-10-31 19:53:42 +0200 | [diff] [blame] | 58 | #define CONFIG_HSMMC2_8BIT |
Felipe Balbi | 1e4ad74 | 2014-11-10 14:02:44 -0600 | [diff] [blame] | 59 | |
| 60 | /* CPSW Ethernet */ |
Felipe Balbi | 1e4ad74 | 2014-11-10 14:02:44 -0600 | [diff] [blame] | 61 | #define CONFIG_BOOTP_DNS2 |
| 62 | #define CONFIG_BOOTP_SEND_HOSTNAME |
Felipe Balbi | 1e4ad74 | 2014-11-10 14:02:44 -0600 | [diff] [blame] | 63 | #define CONFIG_NET_RETRY_COUNT 10 |
Sekhar Nori | e736570 | 2015-03-10 16:00:09 +0530 | [diff] [blame] | 64 | #define PHY_ANEG_TIMEOUT 8000 /* PHY needs longer aneg time at 1G */ |
Felipe Balbi | 1e4ad74 | 2014-11-10 14:02:44 -0600 | [diff] [blame] | 65 | |
Felipe Balbi | 1e4ad74 | 2014-11-10 14:02:44 -0600 | [diff] [blame] | 66 | /* USB xHCI HOST */ |
Felipe Balbi | 1e4ad74 | 2014-11-10 14:02:44 -0600 | [diff] [blame] | 67 | #define CONFIG_USB_XHCI_OMAP |
Felipe Balbi | 1e4ad74 | 2014-11-10 14:02:44 -0600 | [diff] [blame] | 68 | |
Felipe Balbi | 1e4ad74 | 2014-11-10 14:02:44 -0600 | [diff] [blame] | 69 | #define CONFIG_OMAP_USB3PHY1_HOST |
| 70 | |
| 71 | /* SATA */ |
Felipe Balbi | 1e4ad74 | 2014-11-10 14:02:44 -0600 | [diff] [blame] | 72 | #define CONFIG_SCSI_AHCI_PLAT |
| 73 | #define CONFIG_SYS_SCSI_MAX_SCSI_ID 1 |
| 74 | #define CONFIG_SYS_SCSI_MAX_LUN 1 |
| 75 | #define CONFIG_SYS_SCSI_MAX_DEVICE (CONFIG_SYS_SCSI_MAX_SCSI_ID * \ |
| 76 | CONFIG_SYS_SCSI_MAX_LUN) |
| 77 | |
Vignesh R | 08887ed | 2016-07-29 14:22:30 +0530 | [diff] [blame] | 78 | /* |
| 79 | * Default to using SPI for environment, etc. |
| 80 | * 0x000000 - 0x040000 : QSPI.SPL (256KiB) |
| 81 | * 0x040000 - 0x140000 : QSPI.u-boot (1MiB) |
| 82 | * 0x140000 - 0x1C0000 : QSPI.u-boot-spl-os (512KiB) |
| 83 | * 0x1C0000 - 0x1D0000 : QSPI.u-boot-env (64KiB) |
| 84 | * 0x1D0000 - 0x1E0000 : QSPI.u-boot-env.backup1 (64KiB) |
| 85 | * 0x1E0000 - 0x9E0000 : QSPI.kernel (8MiB) |
| 86 | * 0x9E0000 - 0x2000000 : USERLAND |
| 87 | */ |
| 88 | #define CONFIG_SYS_SPI_KERNEL_OFFS 0x1E0000 |
| 89 | #define CONFIG_SYS_SPI_ARGS_OFFS 0x140000 |
| 90 | #define CONFIG_SYS_SPI_ARGS_SIZE 0x80000 |
| 91 | |
Vignesh R | 08887ed | 2016-07-29 14:22:30 +0530 | [diff] [blame] | 92 | /* SPI SPL */ |
Vignesh R | 08887ed | 2016-07-29 14:22:30 +0530 | [diff] [blame] | 93 | |
Kipisz, Steven | 74cc8b0 | 2015-10-29 16:50:43 -0500 | [diff] [blame] | 94 | #endif /* __CONFIG_AM57XX_EVM_H */ |