| /* |
| * Copyright (C) 2015-2016 Freescale Semiconductor, Inc. |
| * |
| * Configuration settings for the Freescale i.MX6UL 14x14 DDR3 ARM2. |
| * |
| * SPDX-License-Identifier: GPL-2.0+ |
| */ |
| #ifndef __MX6UL_14X14_DDR3_ARM2_CONFIG_H |
| #define __MX6UL_14X14_DDR3_ARM2_CONFIG_H |
| |
| |
| #define BOOTARGS_CMA_SIZE "" |
| |
| #include "mx6ul_arm2.h" |
| |
| #define PHYS_SDRAM_SIZE SZ_1G |
| |
| |
| #ifdef CONFIG_DM_ETH |
| #define CONFIG_CMD_MII |
| #define CONFIG_FEC_MXC |
| #define CONFIG_FEC_ENET_DEV 1 |
| |
| #if (CONFIG_FEC_ENET_DEV == 0) |
| #define IMX_FEC_BASE ENET_BASE_ADDR |
| #define CONFIG_FEC_MXC_PHYADDR 0x1 |
| #define CONFIG_FEC_XCV_TYPE RMII |
| #ifdef CONFIG_DM_ETH |
| #define CONFIG_ETHPRIME "eth0" |
| #else |
| #define CONFIG_ETHPRIME "FEC0" |
| #endif |
| #elif (CONFIG_FEC_ENET_DEV == 1) |
| #define IMX_FEC_BASE ENET2_BASE_ADDR |
| #define CONFIG_FEC_MXC_PHYADDR 0x2 |
| #define CONFIG_FEC_XCV_TYPE MII100 |
| #ifdef CONFIG_DM_ETH |
| #define CONFIG_ETHPRIME "eth1" |
| #else |
| #define CONFIG_ETHPRIME "FEC1" |
| #endif |
| #endif |
| |
| #define CONFIG_FEC_MXC_MDIO_BASE ENET2_BASE_ADDR |
| #endif |
| |
| #define CONFIG_MODULE_FUSE |
| #define CONFIG_OF_SYSTEM_SETUP |
| #endif |