aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine/zc706-zynq7.conf
blob: 7b5123a342a6341932b50ce89a40ee26566d95de (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
#@TYPE: Machine
#@NAME: zc706-zynq7
#@DESCRIPTION: Machine support for ZC706 Evaluation Board.
#
# For details on the Evaluation board:
#     http://www.origin.xilinx.com/products/boards-and-kits/EK-Z7-ZC706-G.htm
# For documentation and design files for the ZC702:
#     http://www.origin.xilinx.com/support/index.html/content/xilinx/en/supportNav/boards_and_kits/zynq-7000_soc_boards_and_kits/zynq-7000_soc_zc706_evaluation_kit.html
# For the FSBL 'zynq_fsbl_0.elf' refer to UG873 and the associated design files.
#

require conf/machine/include/tune-zynq.inc
require conf/machine/include/machine-xilinx-default.inc
require conf/machine/include/machine-xilinx-board.inc

# ZC70x machine definition known by Xilinx UBOOT
UBOOT_MACHINE = "zynq_zc70x_config"

SERIAL_CONSOLE = "115200 ttyPS0"

MACHINE_DEVICETREE := " \
		zc706/zc706-zynq7-board.dtsi \
		zc706/zc706-zynq7.dts \
		"

MACHINE_KCONFIG := "common/linux/rtc.cfg"