1 /* SPDX-License-Identifier: GPL-2.0+ */
4 * Author(s): Giulio Benetti <giulio.benetti@benettiengineering.com>
7 #ifndef __IMXRT1020_EVK_H
8 #define __IMXRT1020_EVK_H
10 #include <asm/arch/imx-regs.h>
12 #define CONFIG_SYS_INIT_SP_ADDR 0x20240000
14 #define ESDHCI_QUIRK_BROKEN_TIMEOUT_VALUE 1
16 #define PHYS_SDRAM 0x80000000
17 #define PHYS_SDRAM_SIZE (32 * 1024 * 1024)
19 #define DMAMEM_SZ_ALL (1 * 1024 * 1024)
20 #define DMAMEM_BASE (PHYS_SDRAM + PHYS_SDRAM_SIZE - \
24 * Configuration of the external SDRAM memory
28 #ifdef CONFIG_SUPPORT_SPL
29 #define CONFIG_SPL_STACK CONFIG_SYS_INIT_SP_ADDR
30 #define CONFIG_SYS_SPL_LEN 0x00008000
31 #define CONFIG_SYS_UBOOT_START 0x800023FD
35 #endif /* __IMXRT1020_EVK_H */