Add initial support for AM62D2-EVM, Kconfig entries for binman, SPL, base DTS files for u-boot and SPL, HS-SE and HS-FS support and initial configs with SD-MMC, UART, eMMC and OSPI boot providing a baseline for further enablement. Also add labels and targets to AM62A-SK binman to enable AM62D2-EVM builds to reuse existing binman infrastructure. Technical Reference Manual - https://www.ti.com/lit/pdf/sprujd4 Schematics Link - https://www.ti.com/lit/zip/sprcal5 Signed-off-by: Paresh Bhagat <p-bhagat@ti.com>
21 lines
577 B
Plaintext
21 lines
577 B
Plaintext
#include <configs/am62ax_evm_r5_defconfig>
|
|
|
|
CONFIG_ARM=y
|
|
CONFIG_ARCH_K3=y
|
|
CONFIG_SOC_K3_AM62A7=y
|
|
CONFIG_TARGET_AM62D2_R5_EVM=y
|
|
CONFIG_DEFAULT_DEVICE_TREE="k3-am62d2-r5-evm"
|
|
# CONFIG_SPL_DMA is not set
|
|
CONFIG_SF_DEFAULT_SPEED=25000000
|
|
CONFIG_SF_DEFAULT_MODE=0
|
|
CONFIG_SPL_SPI_FLASH_SUPPORT=y
|
|
CONFIG_SPL_SPI_FLASH_SFDP_SUPPORT=y
|
|
# CONFIG_SPL_SPI_FLASH_TINY is not set
|
|
CONFIG_SPL_SPI_LOAD=y
|
|
CONFIG_SYS_SPI_U_BOOT_OFFS=0x80000
|
|
CONFIG_SPI_FLASH_SFDP_SUPPORT=y
|
|
CONFIG_SPI_FLASH_SOFT_RESET=y
|
|
CONFIG_SPI_FLASH_SOFT_RESET_ON_BOOT=y
|
|
CONFIG_SPI_FLASH_SPANSION=y
|
|
CONFIG_SPI_FLASH_S28HX_T=y
|