zc706.conf_na 636 Bytes
Newer Older
1 2 3 4 5
#@TYPE: Machine
#@NAME: zc706
#@DESCRIPTION: Machine support for zc706.
#              http://www.elphel.com/ 

6 7
require include/tune-zynq.inc
require include/machine-xilinx-default.inc
8 9

# Corresponding from linux-xlnx and ezynq-u-boot
10
PREFERRED_VERSION_ezynq-u-boot = "v2016.01%"
11
PREFERRED_VERSION_linux-xlnx = "4.%"
12 13 14 15

# ZC706 machine definition known by ezynq and xilinx u-boot
UBOOT_MACHINE = "zynq_zc706_config"

16 17
SERIAL_CONSOLE = "115200 ttyPS0"

18
MACHINE_DEVICETREE := "common/zynq-base.dtsi zc706/zynq-zc706.dtsi zc706/zynq-zc706.dts"
19 20 21

#Copy of zedboard's defconfig
MACHINE_KCONFIG := "common/microzed_defconfig_${LINUX_VERSION}.cfg"