Felipe Balbi | 1e4ad74 | 2014-11-10 14:02:44 -0600 | [diff] [blame] | 1 | /* |
| 2 | * (C) Copyright 2014 |
| 3 | * Texas Instruments Incorporated. |
| 4 | * Felipe Balbi <balbi@ti.com> |
| 5 | * |
| 6 | * Configuration settings for the TI Beagle x15 board. |
| 7 | * See ti_omap5_common.h for omap5 common settings. |
| 8 | * |
| 9 | * SPDX-License-Identifier: GPL-2.0+ |
| 10 | */ |
| 11 | |
Kipisz, Steven | 74cc8b0 | 2015-10-29 16:50:43 -0500 | [diff] [blame] | 12 | #ifndef __CONFIG_AM57XX_EVM_H |
| 13 | #define __CONFIG_AM57XX_EVM_H |
Felipe Balbi | 1e4ad74 | 2014-11-10 14:02:44 -0600 | [diff] [blame] | 14 | |
Sekhar Nori | 7e0b87c | 2016-11-25 14:25:55 +0530 | [diff] [blame] | 15 | #include <environment/ti/dfu.h> |
Semen Protsenko | 57ba8d6 | 2017-06-09 17:12:56 +0300 | [diff] [blame] | 16 | #include <linux/sizes.h> |
Sekhar Nori | 7e0b87c | 2016-11-25 14:25:55 +0530 | [diff] [blame] | 17 | |
Lokesh Vutla | f91e0c4 | 2015-06-04 16:42:41 +0530 | [diff] [blame] | 18 | #ifdef CONFIG_SPL_BUILD |
| 19 | #define CONFIG_IODELAY_RECALIBRATION |
| 20 | #endif |
| 21 | |
Felipe Balbi | 1e4ad74 | 2014-11-10 14:02:44 -0600 | [diff] [blame] | 22 | #define CONFIG_NR_DRAM_BANKS 2 |
| 23 | |
Semen Protsenko | 57ba8d6 | 2017-06-09 17:12:56 +0300 | [diff] [blame] | 24 | /* MMC ENV related defines */ |
Semen Protsenko | 57ba8d6 | 2017-06-09 17:12:56 +0300 | [diff] [blame] | 25 | #define CONFIG_SYS_MMC_ENV_DEV 1 /* eMMC */ |
| 26 | #define CONFIG_SYS_MMC_ENV_PART 0 |
| 27 | #define CONFIG_ENV_SIZE SZ_128K |
| 28 | #define CONFIG_ENV_OFFSET 0x260000 |
| 29 | #define CONFIG_ENV_OFFSET_REDUND (CONFIG_ENV_OFFSET + CONFIG_ENV_SIZE) |
| 30 | #define CONFIG_SYS_REDUNDAND_ENVIRONMENT |
Felipe Balbi | 1e4ad74 | 2014-11-10 14:02:44 -0600 | [diff] [blame] | 31 | |
Felipe Balbi | 1e4ad74 | 2014-11-10 14:02:44 -0600 | [diff] [blame] | 32 | #define CONSOLEDEV "ttyO2" |
| 33 | #define CONFIG_SYS_NS16550_COM1 UART1_BASE /* Base EVM has UART0 */ |
| 34 | #define CONFIG_SYS_NS16550_COM2 UART2_BASE /* UART2 */ |
| 35 | #define CONFIG_SYS_NS16550_COM3 UART3_BASE /* UART3 */ |
Felipe Balbi | 1e4ad74 | 2014-11-10 14:02:44 -0600 | [diff] [blame] | 36 | |
Simon Glass | a1dc980 | 2017-05-17 03:25:10 -0600 | [diff] [blame] | 37 | #define CONFIG_ENV_EEPROM_IS_ON_I2C |
| 38 | #define CONFIG_SYS_I2C_EEPROM_ADDR 0x50 /* Main EEPROM */ |
| 39 | #define CONFIG_SYS_I2C_EEPROM_ADDR_LEN 2 |
| 40 | |
Felipe Balbi | 1e4ad74 | 2014-11-10 14:02:44 -0600 | [diff] [blame] | 41 | #define CONFIG_SYS_OMAP_ABE_SYSCK |
| 42 | |
| 43 | /* Define the default GPT table for eMMC */ |
| 44 | #define PARTS_DEFAULT \ |
Semen Protsenko | a42cfa4 | 2016-10-31 19:53:38 +0200 | [diff] [blame] | 45 | /* Linux partitions */ \ |
Felipe Balbi | 1e4ad74 | 2014-11-10 14:02:44 -0600 | [diff] [blame] | 46 | "uuid_disk=${uuid_gpt_disk};" \ |
Semen Protsenko | a42cfa4 | 2016-10-31 19:53:38 +0200 | [diff] [blame] | 47 | "name=rootfs,start=2MiB,size=-,uuid=${uuid_gpt_rootfs}\0" \ |
| 48 | /* Android partitions */ \ |
| 49 | "partitions_android=" \ |
| 50 | "uuid_disk=${uuid_gpt_disk};" \ |
| 51 | "name=xloader,start=128K,size=256K,uuid=${uuid_gpt_xloader};" \ |
Semen Protsenko | 1e22cbb | 2017-06-09 17:12:41 +0300 | [diff] [blame] | 52 | "name=bootloader,size=1792K,uuid=${uuid_gpt_bootloader};" \ |
Semen Protsenko | a42cfa4 | 2016-10-31 19:53:38 +0200 | [diff] [blame] | 53 | "name=environment,size=128K,uuid=${uuid_gpt_environment};" \ |
| 54 | "name=misc,size=128K,uuid=${uuid_gpt_misc};" \ |
| 55 | "name=reserved,size=256K,uuid=${uuid_gpt_reserved};" \ |
| 56 | "name=efs,size=16M,uuid=${uuid_gpt_efs};" \ |
| 57 | "name=crypto,size=16K,uuid=${uuid_gpt_crypto};" \ |
| 58 | "name=recovery,size=10M,uuid=${uuid_gpt_recovery};" \ |
| 59 | "name=boot,size=10M,uuid=${uuid_gpt_boot};" \ |
| 60 | "name=system,size=768M,uuid=${uuid_gpt_system};" \ |
| 61 | "name=cache,size=256M,uuid=${uuid_gpt_cache};" \ |
| 62 | "name=ipu1,size=1M,uuid=${uuid_gpt_ipu1};" \ |
| 63 | "name=ipu2,size=1M,uuid=${uuid_gpt_ipu2};" \ |
| 64 | "name=userdata,size=-,uuid=${uuid_gpt_userdata}" |
Felipe Balbi | 1e4ad74 | 2014-11-10 14:02:44 -0600 | [diff] [blame] | 65 | |
Sekhar Nori | 7e0b87c | 2016-11-25 14:25:55 +0530 | [diff] [blame] | 66 | #define DFUARGS \ |
| 67 | "dfu_bufsiz=0x10000\0" \ |
| 68 | DFU_ALT_INFO_MMC \ |
| 69 | DFU_ALT_INFO_EMMC \ |
| 70 | DFU_ALT_INFO_RAM \ |
| 71 | |
Felipe Balbi | 1e4ad74 | 2014-11-10 14:02:44 -0600 | [diff] [blame] | 72 | #include <configs/ti_omap5_common.h> |
| 73 | |
| 74 | /* Enhance our eMMC support / experience. */ |
Semen Protsenko | a42cfa4 | 2016-10-31 19:53:38 +0200 | [diff] [blame] | 75 | #define CONFIG_RANDOM_UUID |
Semen Protsenko | b52ee27 | 2016-10-31 19:53:42 +0200 | [diff] [blame] | 76 | #define CONFIG_HSMMC2_8BIT |
Felipe Balbi | 1e4ad74 | 2014-11-10 14:02:44 -0600 | [diff] [blame] | 77 | |
| 78 | /* CPSW Ethernet */ |
Felipe Balbi | 1e4ad74 | 2014-11-10 14:02:44 -0600 | [diff] [blame] | 79 | #define CONFIG_BOOTP_DNS /* Configurable parts of CMD_DHCP */ |
| 80 | #define CONFIG_BOOTP_DNS2 |
| 81 | #define CONFIG_BOOTP_SEND_HOSTNAME |
| 82 | #define CONFIG_BOOTP_GATEWAY |
| 83 | #define CONFIG_BOOTP_SUBNETMASK |
| 84 | #define CONFIG_NET_RETRY_COUNT 10 |
Felipe Balbi | 1e4ad74 | 2014-11-10 14:02:44 -0600 | [diff] [blame] | 85 | #define CONFIG_DRIVER_TI_CPSW /* Driver for IP block */ |
| 86 | #define CONFIG_MII /* Required in net/eth.c */ |
Sekhar Nori | e736570 | 2015-03-10 16:00:09 +0530 | [diff] [blame] | 87 | #define PHY_ANEG_TIMEOUT 8000 /* PHY needs longer aneg time at 1G */ |
Felipe Balbi | 1e4ad74 | 2014-11-10 14:02:44 -0600 | [diff] [blame] | 88 | |
| 89 | #define CONFIG_SUPPORT_EMMC_BOOT |
| 90 | |
| 91 | /* USB xHCI HOST */ |
Felipe Balbi | 1e4ad74 | 2014-11-10 14:02:44 -0600 | [diff] [blame] | 92 | #define CONFIG_USB_XHCI_OMAP |
Felipe Balbi | 1e4ad74 | 2014-11-10 14:02:44 -0600 | [diff] [blame] | 93 | |
| 94 | #define CONFIG_OMAP_USB_PHY |
| 95 | #define CONFIG_OMAP_USB3PHY1_HOST |
| 96 | |
| 97 | /* SATA */ |
Felipe Balbi | 1e4ad74 | 2014-11-10 14:02:44 -0600 | [diff] [blame] | 98 | #define CONFIG_LIBATA |
| 99 | #define CONFIG_SCSI_AHCI |
| 100 | #define CONFIG_SCSI_AHCI_PLAT |
| 101 | #define CONFIG_SYS_SCSI_MAX_SCSI_ID 1 |
| 102 | #define CONFIG_SYS_SCSI_MAX_LUN 1 |
| 103 | #define CONFIG_SYS_SCSI_MAX_DEVICE (CONFIG_SYS_SCSI_MAX_SCSI_ID * \ |
| 104 | CONFIG_SYS_SCSI_MAX_LUN) |
| 105 | |
Vignesh R | 08887ed | 2016-07-29 14:22:30 +0530 | [diff] [blame] | 106 | /* |
| 107 | * Default to using SPI for environment, etc. |
| 108 | * 0x000000 - 0x040000 : QSPI.SPL (256KiB) |
| 109 | * 0x040000 - 0x140000 : QSPI.u-boot (1MiB) |
| 110 | * 0x140000 - 0x1C0000 : QSPI.u-boot-spl-os (512KiB) |
| 111 | * 0x1C0000 - 0x1D0000 : QSPI.u-boot-env (64KiB) |
| 112 | * 0x1D0000 - 0x1E0000 : QSPI.u-boot-env.backup1 (64KiB) |
| 113 | * 0x1E0000 - 0x9E0000 : QSPI.kernel (8MiB) |
| 114 | * 0x9E0000 - 0x2000000 : USERLAND |
| 115 | */ |
| 116 | #define CONFIG_SYS_SPI_KERNEL_OFFS 0x1E0000 |
| 117 | #define CONFIG_SYS_SPI_ARGS_OFFS 0x140000 |
| 118 | #define CONFIG_SYS_SPI_ARGS_SIZE 0x80000 |
| 119 | |
Vignesh R | 08887ed | 2016-07-29 14:22:30 +0530 | [diff] [blame] | 120 | /* SPI SPL */ |
Vignesh R | 08887ed | 2016-07-29 14:22:30 +0530 | [diff] [blame] | 121 | #define CONFIG_TI_EDMA3 |
| 122 | #define CONFIG_SPL_SPI_LOAD |
Vignesh R | 08887ed | 2016-07-29 14:22:30 +0530 | [diff] [blame] | 123 | #define CONFIG_SYS_SPI_U_BOOT_OFFS 0x40000 |
| 124 | |
| 125 | /* SPI */ |
Vignesh R | 08887ed | 2016-07-29 14:22:30 +0530 | [diff] [blame] | 126 | #define CONFIG_TI_SPI_MMAP |
| 127 | #define CONFIG_SF_DEFAULT_SPEED 76800000 |
| 128 | #define CONFIG_SF_DEFAULT_MODE SPI_MODE_0 |
| 129 | #define CONFIG_QSPI_QUAD_SUPPORT |
| 130 | |
Kipisz, Steven | 74cc8b0 | 2015-10-29 16:50:43 -0500 | [diff] [blame] | 131 | #endif /* __CONFIG_AM57XX_EVM_H */ |