]> git.ipfire.org Git - people/ms/u-boot.git/blame - include/configs/zynq_zed.h
kconfig: move CONFIG_DEFAULT_DEVICE_TREE to kconfig
[people/ms/u-boot.git] / include / configs / zynq_zed.h
CommitLineData
796d4996
JT
1/*
2 * (C) Copyright 2013 Xilinx, Inc.
3 *
4 * Configuration for Zynq Evaluation and Development Board - ZedBoard
c74a9441 5 * See zynq-common.h for Zynq common configs
796d4996
JT
6 *
7 * SPDX-License-Identifier: GPL-2.0+
8 */
9
10#ifndef __CONFIG_ZYNQ_ZED_H
11#define __CONFIG_ZYNQ_ZED_H
12
86737bcf
JT
13#define CONFIG_SYS_SDRAM_SIZE (512 * 1024 * 1024)
14
796d4996
JT
15#define CONFIG_ZYNQ_SERIAL_UART1
16#define CONFIG_ZYNQ_GEM0
17#define CONFIG_ZYNQ_GEM_PHY_ADDR0 0
18
19#define CONFIG_SYS_NO_FLASH
20
c6024c8e 21#define CONFIG_ZYNQ_USB
796d4996
JT
22#define CONFIG_ZYNQ_SDHCI0
23#define CONFIG_ZYNQ_BOOT_FREEBSD
24
25#include <configs/zynq-common.h>
26
27#endif /* __CONFIG_ZYNQ_ZED_H */