1 /* SPDX-License-Identifier: GPL-2.0+ */
3 * Copyright 2022 Gateworks Corporation
6 #ifndef __IMX8MP_VENICE_H
7 #define __IMX8MP_VENICE_H
9 #include <asm/arch/imx-regs.h>
10 #include <linux/sizes.h>
12 #define CONFIG_SYS_MONITOR_LEN SZ_512K
13 #define CONFIG_SYS_UBOOT_BASE \
14 (QSPI0_AMBA_BASE + CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_SECTOR * 512)
16 /* Enable Distro Boot */
17 #define BOOT_TARGET_DEVICES(func) \
22 #include <config_distro_bootcmd.h>
23 #define CONFIG_EXTRA_ENV_SETTINGS \
27 #define CONFIG_SYS_INIT_RAM_ADDR 0x40000000
28 #define CONFIG_SYS_INIT_RAM_SIZE SZ_2M
30 #define CONFIG_SYS_SDRAM_BASE 0x40000000
32 /* SDRAM configuration */
33 #define PHYS_SDRAM 0x40000000
34 #define PHYS_SDRAM_SIZE SZ_4G