]> git.ipfire.org Git - people/ms/u-boot.git/blob - include/configs/zc5202.h
Convert CONFIG_CMD_PCI to Kconfig
[people/ms/u-boot.git] / include / configs / zc5202.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_ZC5202_H
10 #define __EL_ZC5202_H
11
12 #define CONFIG_MXC_UART_BASE UART2_BASE
13 #define CONSOLE_DEV "ttymxc1"
14 #define CONFIG_MMCROOT "/dev/mmcblk0p2"
15
16 #define CONFIG_SUPPORT_EMMC_BOOT /* eMMC specific */
17
18 #include "el6x_common.h"
19
20 /* Ethernet */
21 #define CONFIG_FEC_MXC
22 #define CONFIG_MII
23 #define IMX_FEC_BASE ENET_BASE_ADDR
24 #define CONFIG_FEC_XCV_TYPE MII100
25 #define CONFIG_ETHPRIME "FEC"
26 #define CONFIG_FEC_MXC_PHYADDR 0
27 #define CONFIG_MV88E6352_SWITCH
28
29 #define CONFIG_PCI_SCAN_SHOW
30 #define CONFIG_PCIE_IMX
31
32 #endif /*__EL6Q_CONFIG_H */