diff options
Diffstat (limited to 'include/configs/verdin-am62p.h')
| -rw-r--r-- | include/configs/verdin-am62p.h | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/include/configs/verdin-am62p.h b/include/configs/verdin-am62p.h new file mode 100644 index 00000000000..eef360ee9b6 --- /dev/null +++ b/include/configs/verdin-am62p.h @@ -0,0 +1,15 @@ +/* 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 */ |
