1/* SPDX-License-Identifier: GPL-2.0+ */
2/*
3 * Configuration header file for PHYTEC phyCORE-AM64x kit
4 *
5 * Copyright (C) 2022 - 2024 PHYTEC Messtechnik GmbH
6 * Author: Wadim Egorov <w.egorov@phytec.de>
7 */
8
9#ifndef __PHYCORE_AM64X_H
10#define __PHYCORE_AM64X_H
11
12/* DDR Configuration */
13#define CFG_SYS_SDRAM_BASE		0x80000000
14
15#endif /* __PHYCORE_AM64X_H */
16