aboutsummaryrefslogtreecommitdiff
path: root/include/configs/phycore_am64x.h
blob: 9377db30a91d2b52df4e4738357dc3f54f2aab45 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/* SPDX-License-Identifier: GPL-2.0+ */
/*
 * Configuration header file for PHYTEC phyCORE-AM64x kit
 *
 * Copyright (C) 2022 - 2024 PHYTEC Messtechnik GmbH
 * Author: Wadim Egorov <w.egorov@phytec.de>
 */

#ifndef __PHYCORE_AM64X_H
#define __PHYCORE_AM64X_H

/* DDR Configuration */
#define CFG_SYS_SDRAM_BASE		0x80000000

#endif /* __PHYCORE_AM64X_H */