]> git.ipfire.org Git - people/ms/u-boot.git/blob - include/configs/zynq_zybo.h
Merge branch 'master' of git://www.denx.de/git/u-boot-microblaze
[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_NO_FLASH
15
16 #define CONFIG_ZYNQ_USB
17 #define CONFIG_ZYNQ_I2C0
18 #define CONFIG_ZYNQ_I2C1
19 #define CONFIG_SYS_I2C_EEPROM_ADDR_LEN 1
20 #define CONFIG_CMD_EEPROM
21 #define CONFIG_ZYNQ_GEM_EEPROM_ADDR 0x50
22 #define CONFIG_ZYNQ_GEM_I2C_MAC_OFFSET 0xFA
23 #define CONFIG_DISPLAY
24 #define CONFIG_I2C_EDID
25
26 /* Define ZYBO PS Clock Frequency to 50MHz */
27 #define CONFIG_ZYNQ_PS_CLK_FREQ 50000000UL
28
29 #include <configs/zynq-common.h>
30
31 #endif /* __CONFIG_ZYNQ_ZYBO_H */