]> git.ipfire.org Git - thirdparty/u-boot.git/blob - include/configs/zc5202.h
77ff04754bc9b6eb287ba7f1d79cd1fdf4f2ee85
[thirdparty/u-boot.git] / include / configs / zc5202.h
1 /* SPDX-License-Identifier: GPL-2.0+ */
2 /*
3 * Copyright (C) Stefano Babic <sbabic@denx.de>
4 *
5 * Configuration settings for the E+L i.MX6Q DO82 board.
6 */
7
8 #ifndef __EL_ZC5202_H
9 #define __EL_ZC5202_H
10
11 #define CONFIG_MXC_UART_BASE UART2_BASE
12 #define CONSOLE_DEV "ttymxc1"
13 #define CONFIG_MMCROOT "/dev/mmcblk0p2"
14
15 #include "el6x_common.h"
16
17 /* Ethernet */
18 #define CONFIG_FEC_MXC
19 #define IMX_FEC_BASE ENET_BASE_ADDR
20 #define CONFIG_FEC_XCV_TYPE MII100
21 #define CONFIG_ETHPRIME "FEC"
22 #define CONFIG_FEC_MXC_PHYADDR 0
23 #define CONFIG_MV88E6352_SWITCH
24
25 #define CONFIG_PCI_SCAN_SHOW
26 #define CONFIG_PCIE_IMX
27
28 #endif /*__EL6Q_CONFIG_H */