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/base-files/etc/board.d/02_network | 1 + 1 file changed, 1 insertion(+) (limited to 'target/linux/zynq/base-files/etc/board.d/02_network') diff --git a/target/linux/zynq/base-files/etc/board.d/02_network b/target/linux/zynq/base-files/etc/board.d/02_network index 90731b68dc..68ff80788a 100755 --- a/target/linux/zynq/base-files/etc/board.d/02_network +++ b/target/linux/zynq/base-files/etc/board.d/02_network @@ -7,6 +7,7 @@ board_config_update case "$(board_name)" in digilent,zynq-zybo | \ +digilent,zynq-zybo-z7 | \ xlnx,zynq-zc702 | \ xlnx,zynq-zed) ucidef_set_interface_lan 'eth0' -- cgit v1.2.3