aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine/microzed-zynq7.conf
blob: 9a00e61d6775a72d414e649a45811ed97a1a6f9b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#@TYPE: Machine
#@NAME: microzed-zynq7
#@DESCRIPTION: Machine support for microZed. (http://www.microzed.org/)

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

MACHINE_FEATURES = "ext2 vfat usbhost"

# u-boot configuration
UBOOT_MACHINE = "zynq_microzed_config"
SPL_BINARY = "spl/boot.bin"

SERIAL_CONSOLE = "115200 ttyPS0"

MACHINE_ESSENTIAL_EXTRA_RDEPENDS += "device-tree"
MACHINE_DEVICETREE = "microzed/microzed-zynq7.dts"

IMAGE_BOOT_FILES += "boot.bin ${MACHINE}.dtb"