diff options
| author | Paresh Bhagat <[email protected]> | 2025-09-23 08:58:01 +0530 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2025-10-08 16:10:11 -0600 |
| commit | 14dfa6b861876275e0c2015a1013bf3bdd17a1d7 (patch) | |
| tree | 25303b6c466ed11b1bfc6e300c81f244f8fe8064 /configs/am62dx_evm_a53_defconfig | |
| parent | eea470fd7f6a0db9fbdf8ab187a8b522dbb49c10 (diff) | |
Add initial support for AM62D2-EVM
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 <[email protected]>
Diffstat (limited to 'configs/am62dx_evm_a53_defconfig')
| -rw-r--r-- | configs/am62dx_evm_a53_defconfig | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/configs/am62dx_evm_a53_defconfig b/configs/am62dx_evm_a53_defconfig new file mode 100644 index 00000000000..302f8c5e936 --- /dev/null +++ b/configs/am62dx_evm_a53_defconfig @@ -0,0 +1,22 @@ +#include <configs/am62ax_evm_a53_defconfig> + +CONFIG_ARM=y +CONFIG_ARCH_K3=y +CONFIG_SOC_K3_AM62A7=y +CONFIG_TARGET_AM62D2_A53_EVM=y +CONFIG_DEFAULT_DEVICE_TREE="ti/k3-am62d2-evm" +CONFIG_NET_RANDOM_ETHADDR=y +CONFIG_SPL_DMA=y +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=0x280000 +CONFIG_DFU_SF=y +CONFIG_SPI_FLASH_MTD=y +CONFIG_DM_SPI_FLASH=y +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 |
