]> Git Repo - J-u-boot.git/blame - include/configs/zc5202.h
wandboard: README: Include the mx6qp variant in the list
[J-u-boot.git] / include / configs / zc5202.h
CommitLineData
83d290c5 1/* SPDX-License-Identifier: GPL-2.0+ */
8be4f40e
SB
2/*
3 * Copyright (C) Stefano Babic <[email protected]>
4 *
5 * Configuration settings for the E+L i.MX6Q DO82 board.
8be4f40e
SB
6 */
7
8#ifndef __EL_ZC5202_H
9#define __EL_ZC5202_H
10
11#define CONFIG_MXC_UART_BASE UART2_BASE
12ca05a3 12#define CONSOLE_DEV "ttymxc1"
8be4f40e
SB
13#define CONFIG_MMCROOT "/dev/mmcblk0p2"
14
8be4f40e
SB
15#define CONFIG_SUPPORT_EMMC_BOOT /* eMMC specific */
16
17#include "el6x_common.h"
18
19/* Ethernet */
20#define CONFIG_FEC_MXC
8be4f40e
SB
21#define IMX_FEC_BASE ENET_BASE_ADDR
22#define CONFIG_FEC_XCV_TYPE MII100
23#define CONFIG_ETHPRIME "FEC"
24#define CONFIG_FEC_MXC_PHYADDR 0
25#define CONFIG_MV88E6352_SWITCH
26
8be4f40e
SB
27#define CONFIG_PCI_SCAN_SHOW
28#define CONFIG_PCIE_IMX
29
30#endif /*__EL6Q_CONFIG_H */
This page took 0.287579 seconds and 4 git commands to generate.