/* SPDX-License-Identifier: GPL-2.0-or-later OR MIT */ | |
/* | |
* Configuration header file for PHYTEC phyCORE-AM62Ax | |
* | |
* Copyright (C) 2024 PHYTEC America LLC | |
* Author: Garrett Giordano <ggiordano@phytec.com> | |
*/ | |
#ifndef __PHYCORE_AM62AX_H | |
#define __PHYCORE_AM62AX_H | |
/* DDR Configuration */ | |
#define CFG_SYS_SDRAM_BASE 0x80000000 | |
#endif /* __PHYCORE_AM62AX_H */ |