1 /* SPDX-License-Identifier: GPL-2.0+ */
3 * Copyright (C) 2013 Gateworks Corporation
10 /* Location in NAND to read U-Boot from */
14 /* Falcon Mode - MMC support: args@1MB kernel@2MB */
16 #include "imx6_spl.h" /* common IMX6 SPL configuration */
17 #include "mx6_common.h"
20 #define CONFIG_MXC_UART_BASE UART2_BASE
23 #define CONFIG_SYS_MAX_NAND_DEVICE 1
25 #undef CONFIG_SYS_BOOTM_LEN
26 #define CONFIG_SYS_BOOTM_LEN (64 << 20)
29 #define CONFIG_SYS_FSL_ESDHC_ADDR 0
35 #define CONFIG_PCIE_IMX
41 #define CONFIG_POWER_PFUZE100
42 #define CONFIG_POWER_PFUZE100_I2C_ADDR 0x08
43 #define CONFIG_POWER_LTC3676
44 #define CONFIG_POWER_LTC3676_I2C_ADDR 0x3c
46 /* Various command support */
49 #define CONFIG_MXC_USB_PORTSC (PORT_PTS_UTMI | PORT_PTS_PTW)
50 #define CONFIG_MXC_USB_FLAGS 0
51 #define CONFIG_USBD_HS
53 /* Framebuffer and LCD */
54 #define CONFIG_IMX_HDMI
55 #define CONFIG_IMX_VIDEO_SKIP
56 #define CONFIG_HIDE_LOGO_VERSION /* Custom config to hide U-boot version */
58 /* Miscellaneous configurable options */
59 #define CONFIG_HWCONFIG
61 /* Memory configuration */
63 /* Physical Memory Map */
64 #define PHYS_SDRAM MMDC0_ARB_BASE_ADDR
65 #define CONFIG_SYS_SDRAM_BASE PHYS_SDRAM
66 #define CONFIG_SYS_INIT_RAM_ADDR IRAM_BASE_ADDR
67 #define CONFIG_SYS_INIT_RAM_SIZE IRAM_SIZE
70 * MTD Command for mtdparts
73 /* Persistent Environment Config */
76 #define CONFIG_IPADDR 192.168.1.1
77 #define CONFIG_SERVERIP 192.168.1.146
79 #endif /* __CONFIG_H */