summaryrefslogtreecommitdiff
path: root/include/configs/verdin-am62p.h
blob: eef360ee9b66bcdfc2d90e87461021ae6b260c39 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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 */