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 ESDHCI_QUIRK_BROKEN_TIMEOUT_VALUE 1
14 #define PHYS_SDRAM 0x80000000
15 #define PHYS_SDRAM_SIZE (32 * 1024 * 1024)
17 #define DMAMEM_SZ_ALL (1 * 1024 * 1024)
18 #define DMAMEM_BASE (PHYS_SDRAM + PHYS_SDRAM_SIZE - \
22 * Configuration of the external SDRAM memory
25 #define CFG_SYS_UBOOT_START 0x800023FD
27 #endif /* __IMXRT1020_EVK_H */