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

#ifndef __CONFIG_SC589_H
#define __CONFIG_SC589_H

/*
 * Memory Settings
 */
#define MEM_MT41K128M16JT
#define MEM_DMC0
#define MEM_DMC1

#define CFG_SYS_SDRAM_BASE	0xC2000000
#define CFG_SYS_SDRAM_SIZE	0xe000000

#endif