1 /* SPDX-License-Identifier: GPL-2.0+ */
3 * Copyright (C) 2022 Kontron Electronics GmbH
5 #ifndef __MX6SSIELAFF_CONFIG_H
6 #define __MX6SSIELAFF_CONFIG_H
8 #include <asm/arch/imx-regs.h>
9 #include <linux/sizes.h>
10 #include "mx6_common.h"
12 #define CFG_MXC_UART_BASE UART2_BASE
14 #define PHYS_SDRAM_SIZE SZ_512M
15 #define PHYS_SDRAM MMDC0_ARB_BASE_ADDR
16 #define CFG_SYS_SDRAM_BASE PHYS_SDRAM
17 #define CFG_SYS_INIT_RAM_ADDR IRAM_BASE_ADDR
18 #define CFG_SYS_INIT_RAM_SIZE IRAM_SIZE
20 #define CFG_SYS_FSL_ESDHC_ADDR USDHC3_BASE_ADDR
21 #define CFG_SYS_FSL_USDHC_NUM 1
23 #define CFG_SYS_NAND_BASE 0x40000000
25 #endif /* __MX6SSIELAFF_CONFIG_H */