From 085cd6459daec282611c598e13e2bb9cedd09829 Mon Sep 17 00:00:00 2001 From: Wadim Egorov Date: Wed, 20 Dec 2023 10:18:10 +0100 Subject: board: phytec: am62x: Add PHYTEC phyCORE-AM62x SoM Add basic support for PHYTEC phyCORE-AM62x SoM. Supported features: - 2GB DDR4 RAM - eMMC Flash - OSPI NOR Flash - external uSD - Ethernet - debug UART Product page SoM: https://www.phytec.com/product/phycore-am62x Device trees were taken from Linux v6.7-rc3. Signed-off-by: Wadim Egorov Reviewed-by: Dhruva Gole --- include/configs/phycore_am62x.h | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 include/configs/phycore_am62x.h (limited to 'include') diff --git a/include/configs/phycore_am62x.h b/include/configs/phycore_am62x.h new file mode 100644 index 00000000000..10b78b6f537 --- /dev/null +++ b/include/configs/phycore_am62x.h @@ -0,0 +1,15 @@ +/* SPDX-License-Identifier: GPL-2.0+ */ +/* + * Configuration header file for PHYTEC phyCORE-AM62x + * + * Copyright (C) 2023 PHYTEC Messtechnik GmbH + * Author: Wadim Egorov + */ + +#ifndef __PHYCORE_AM62X_H +#define __PHYCORE_AM62X_H + +/* DDR Configuration */ +#define CFG_SYS_SDRAM_BASE 0x80000000 + +#endif /* __PHYCORE_AM62X_H */ -- cgit v1.2.3