1 /* SPDX-License-Identifier: GPL-2.0-or-later */ 2 /* 3 * (C) Copyright 2024 - Analog Devices, Inc. 4 */ 5 6 #ifndef __CONFIG_SC589_H 7 #define __CONFIG_SC589_H 8 9 /* 10 * Memory Settings 11 */ 12 #define MEM_MT41K128M16JT 13 #define MEM_DMC0 14 #define MEM_DMC1 15 16 #define CFG_SYS_SDRAM_BASE 0xC2000000 17 #define CFG_SYS_SDRAM_SIZE 0xe000000 18 19 #endif 20