]> git.ipfire.org Git - people/ms/u-boot.git/blob - include/configs/zynq_zybo.h
Merge git://git.denx.de/u-boot-socfpga
[people/ms/u-boot.git] / include / configs / zynq_zybo.h
1 /*
2 * (C) Copyright 2012 Xilinx
3 * (C) Copyright 2014 Digilent Inc.
4 *
5 * Configuration for Zynq Development Board - ZYBO
6 * See zynq-common.h for Zynq common configs
7 *
8 * SPDX-License-Identifier: GPL-2.0+
9 */
10
11 #ifndef __CONFIG_ZYNQ_ZYBO_H
12 #define __CONFIG_ZYNQ_ZYBO_H
13
14 #define CONFIG_SYS_SDRAM_SIZE (512 * 1024 * 1024)
15
16 #define CONFIG_ZYNQ_SERIAL_UART1
17 #define CONFIG_ZYNQ_GEM0
18 #define CONFIG_ZYNQ_GEM_PHY_ADDR0 0
19
20 #define CONFIG_SYS_NO_FLASH
21
22 #define CONFIG_ZYNQ_SDHCI0
23 #define CONFIG_ZYNQ_BOOT_FREEBSD
24
25 /* Define ZYBO PS Clock Frequency to 50MHz */
26 #define CONFIG_ZYNQ_PS_CLK_FREQ 50000000UL
27
28 #include <configs/zynq-common.h>
29
30 #endif /* __CONFIG_ZYNQ_ZYBO_H */