blob: df074135079bcfc4388e479910bc38e4e70f6671 [file] [log] [blame]
Frieder Schrempf588399c2024-02-15 15:00:35 +01001/* SPDX-License-Identifier: GPL-2.0+ */
2/*
3 * Copyright (C) 2022 Kontron Electronics GmbH
4 */
5#ifndef __MX6SSIELAFF_CONFIG_H
6#define __MX6SSIELAFF_CONFIG_H
7
8#include <asm/arch/imx-regs.h>
9#include <linux/sizes.h>
10#include "mx6_common.h"
11
12#define CFG_MXC_UART_BASE UART2_BASE
13
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
19
20#define CFG_SYS_FSL_ESDHC_ADDR USDHC3_BASE_ADDR
21#define CFG_SYS_FSL_USDHC_NUM 1
22
23#define CFG_SYS_NAND_BASE 0x40000000
24
25#endif /* __MX6SSIELAFF_CONFIG_H */