From e9fa9a2fe325e7030f01f3bd62bf4d571ec6a6c1 Mon Sep 17 00:00:00 2001 From: Dominik Haller Date: Thu, 15 Jan 2026 17:41:12 -0800 Subject: board: phytec: Add PHYTEC phyCORE-AM68x/TDA4x SoM Add support for the PHYTEC phyCORE-AM68x/TDA4x (J721S2 family) SoM. Supported features: - 4GB LPDDR4 RAM - eMMC - SD-Card - Ethernet - OSPI - AVS - debug UART Signed-off-by: Dominik Haller Reviewed-by: Wadim Egorov --- include/configs/phycore_am68x.h | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 include/configs/phycore_am68x.h (limited to 'include') diff --git a/include/configs/phycore_am68x.h b/include/configs/phycore_am68x.h new file mode 100644 index 00000000000..341c3ff4a31 --- /dev/null +++ b/include/configs/phycore_am68x.h @@ -0,0 +1,25 @@ +/* SPDX-License-Identifier: GPL-2.0-or-later OR MIT */ +/* + * Configuration header file for PHYTEC phyCORE-AM68x + * + */ + +#ifndef __PHYCORE_AM68X_H +#define __PHYCORE_AM68X_H + +/* DDR Configuration */ +#define CFG_SYS_SDRAM_BASE 0x80000000 + +/* SPL Loader Configuration */ +#if defined(CONFIG_TARGET_PHYCORE_AM68X_A72) +#define CFG_SYS_UBOOT_BASE 0x50280000 +/* Image load address in RAM for DFU boot*/ +#else +#define CFG_SYS_UBOOT_BASE 0x50080000 +#endif + +#define PHYCORE_AM6XX_FW_NAME_TIBOOT3 u"PHYCORE_AM68X_TIBOOT3" +#define PHYCORE_AM6XX_FW_NAME_SPL u"PHYCORE_AM68X_SPL" +#define PHYCORE_AM6XX_FW_NAME_UBOOT u"PHYCORE_AM68X_UBOOT" + +#endif /* __PHYCORE_AM62AX_H */ -- cgit v1.2.3