2 * Copyright (C) 2013 Marek Vasut <marex@denx.de>
4 * SPDX-License-Identifier: GPL-2.0+
6 #ifndef __CONFIGS_XFI3_H__
7 #define __CONFIGS_XFI3_H__
9 /* System configurations */
10 #define CONFIG_MX23 /* i.MX23 SoC */
14 /* Memory configuration */
15 #define CONFIG_NR_DRAM_BANKS 1 /* 1 bank of DRAM */
16 #define PHYS_SDRAM_1 0x40000000 /* Base address */
17 #define PHYS_SDRAM_1_SIZE 0x08000000 /* Max 128 MB RAM */
18 #define CONFIG_SYS_SDRAM_BASE PHYS_SDRAM_1
21 #define CONFIG_ENV_SIZE (16 * 1024)
22 #define CONFIG_ENV_OVERWRITE
25 #define CONFIG_BOOTFILE "uImage"
26 #define CONFIG_BOOTARGS "console=ttyAMA0,115200n8 "
27 #define CONFIG_LOADADDR 0x42000000
28 #define CONFIG_SYS_LOAD_ADDR CONFIG_LOADADDR
32 #define CONFIG_VIDEO_FONT_4X6
33 #define CONFIG_VIDEO_MXS_MODE_SYSTEM
34 #define CONFIG_SYS_BLACK_IN_WRITE
35 #define LCD_BPP LCD_COLOR16
40 #define CONFIG_EHCI_MXS_PORT0
41 #define CONFIG_USB_MAX_CONTROLLER_COUNT 1
43 #define CONFIG_USB_ETHER
44 #define CONFIG_USB_ETH_CDC
45 #define CONFIG_NETCONSOLE
48 /* The rest of the configuration is shared */
49 #include <configs/mxs.h>
51 #endif /* __CONFIGS_XFI3_H__ */