blob: 905836cc2cfd2589f64fc070bc00069377054dc2 [file] [log] [blame]
Oliver Gaskell053a1202024-09-12 16:50:58 +01001/* SPDX-License-Identifier: GPL-2.0-or-later */
2/*
3 * (C) Copyright 2024 - Analog Devices, Inc.
4 */
5
6#ifndef __CONFIG_SC584_EZKIT_H
7#define __CONFIG_SC584_EZKIT_H
8
9/*
10 * Memory Settings
11 */
12#define MEM_MT47H128M16RT
13#define MEM_DMC0
14
15#define CFG_SYS_SDRAM_BASE 0x89000000
16#define CFG_SYS_SDRAM_SIZE 0x7000000
17
18#endif