From 64f4c3ef357815e5d8c780a0d02924b9176db794 Mon Sep 17 00:00:00 2001 From: Luis Araneda Date: Fri, 24 Aug 2018 00:40:26 -0300 Subject: zynq: add support for the Zybo Z7 board The board is manufactured by Digilent Main features: - Soc: XC7Z010 (Z7-10) or XC7Z020 (Z7-20) - RAM: 1 GB DDR3L - FLASH: 16 MB QSPI - 1 Gbps Ethernet - USB 2.0 - microSD slot - Pcam camera connector - HDMI Tx and Rx - Audio codec: stereo out, stereo in, mic - 5 (Z7-10) or 6 (Z7-20) Pmod ports - 6 push-buttons, 4 switches, 5 LEDs - 1 (Z7-10) or 2 (Z7-20) RGB LEDs Signed-off-by: Luis Araneda --- target/linux/zynq/image/Makefile | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'target/linux/zynq/image/Makefile') diff --git a/target/linux/zynq/image/Makefile b/target/linux/zynq/image/Makefile index 70fb00be69..aa98f4bf3b 100644 --- a/target/linux/zynq/image/Makefile +++ b/target/linux/zynq/image/Makefile @@ -36,6 +36,13 @@ define Device/digilent_zynq-zybo endef TARGET_DEVICES += digilent_zynq-zybo +define Device/digilent_zynq-zybo-z7 + $(call Device/FitImageGzip) + DEVICE_TITLE := Digilent Zybo Z7 board + DEVICE_DTS := zynq-zybo-z7 +endef +TARGET_DEVICES += digilent_zynq-zybo-z7 + define Device/xlnx_zynq-zc702 $(call Device/FitImageGzip) DEVICE_TITLE := ZC702 Development Board -- cgit v1.2.3