aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine/microzed-zynq7.conf
blob: 613bf099603dfaab5496dcc536090ba239fec188 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Copyright (C) 2014, David Andrey <david.andrey@netmodule.com>
#@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

# microZed machine definition known by Xilinx UBOOT
UBOOT_MACHINE = "zynq_microzed_config"

SERIAL_CONSOLE = "115200 ttyPS0"

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

# Disable the MACB driver for all linux-xlnx kernels
KERNEL_FEATURES_append_pn-linux-xlnx += "features/xilinx/disable-macb.scc"