1 /* SPDX-License-Identifier: GPL-2.0+ */
9 #include <linux/sizes.h>
10 #include <linux/stringify.h>
11 #include <asm/arch/imx-regs.h>
13 #define CFG_SYS_UBOOT_BASE (QSPI0_AMBA_BASE + CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_SECTOR * 512)
15 #if defined(CONFIG_CMD_NET)
16 #define CFG_FEC_MXC_PHYADDR 1
20 /* Link Definitions */
22 #define CFG_SYS_INIT_RAM_ADDR 0x40000000
23 #define CFG_SYS_INIT_RAM_SIZE 0x80000
26 #define CFG_SYS_SDRAM_BASE 0x40000000
27 #define PHYS_SDRAM 0x40000000
28 #define PHYS_SDRAM_SIZE 0xC0000000 /* 3 GB */
29 #define PHYS_SDRAM_2 0x100000000
30 #define PHYS_SDRAM_2_SIZE 0xC0000000 /* 3 GB */