Merge branch 'master' of git://git.denx.de/u-boot-net
[platform/kernel/u-boot.git] / include / configs / zc5601.h
1 /*
2  * Copyright (C) Stefano Babic <sbabic@denx.de>
3  *
4  * Configuration settings for the E+L i.MX6Q DO82 board.
5  *
6  * SPDX-License-Identifier:     GPL-2.0+
7  */
8
9 #ifndef __EL_ZC5601_H
10 #define __EL_ZC5601_H
11
12
13 #define CONFIG_MXC_UART_BASE    UART2_BASE
14 #define CONFIG_CONSOLE_DEV              "ttymxc1"
15 #define CONFIG_MMCROOT                  "/dev/mmcblk0p1"
16
17 #define CONFIG_DEFAULT_FDT_FILE "imx6q-zc5601.dtb"
18
19 #define CONFIG_SUPPORT_EMMC_BOOT /* eMMC specific */
20
21 #include "el6x_common.h"
22
23 /* Ethernet */
24 #define CONFIG_FEC_MXC
25 #define CONFIG_MII
26 #define IMX_FEC_BASE                            ENET_BASE_ADDR
27 #define CONFIG_FEC_XCV_TYPE                     RGMII
28 #define CONFIG_ETHPRIME                         "FEC"
29 #define CONFIG_FEC_MXC_PHYADDR                  0x10
30 #define CONFIG_PHYLIB
31 #define CONFIG_FEC_FIXED_SPEED                  1000 /* No autoneg, fix Gb */
32
33 #endif                         /*__EL6Q_CONFIG_H */