summaryrefslogtreecommitdiff
path: root/include/configs/sc584-ezkit.h
blob: 905836cc2cfd2589f64fc070bc00069377054dc2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/* SPDX-License-Identifier: GPL-2.0-or-later */
/*
 * (C) Copyright 2024 - Analog Devices, Inc.
 */

#ifndef __CONFIG_SC584_EZKIT_H
#define __CONFIG_SC584_EZKIT_H

/*
 * Memory Settings
 */
#define MEM_MT47H128M16RT
#define MEM_DMC0

#define CFG_SYS_SDRAM_BASE	0x89000000
#define CFG_SYS_SDRAM_SIZE	0x7000000

#endif