/* SPDX-License-Identifier: GPL-2.0-or-later */ /* * Configuration header file for Verdin AM62P SoM * * Copyright 2025 Toradex - https://www.toradex.com/ */ #ifndef __VERDIN_AM62P_H #define __VERDIN_AM62P_H /* DDR Configuration */ #define CFG_SYS_SDRAM_BASE 0x80000000 #define CFG_SYS_SDRAM_SIZE SZ_2G /* Maximum supported size */ #endif /* __VERDIN_AM62P_H */