diff options
author | Luis Araneda <luaraneda@gmail.com> | 2018-08-24 00:40:26 -0300 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2018-08-25 15:33:51 +0200 |
commit | 64f4c3ef357815e5d8c780a0d02924b9176db794 (patch) | |
tree | 356d9909d26ed1f692b9c042001656f418ccdae0 /target/linux/zynq/base-files/etc | |
parent | 43dedd0661e3f83405c71b80e1f8d4b4a1e7ac00 (diff) | |
download | upstream-64f4c3ef357815e5d8c780a0d02924b9176db794.tar.gz upstream-64f4c3ef357815e5d8c780a0d02924b9176db794.tar.bz2 upstream-64f4c3ef357815e5d8c780a0d02924b9176db794.zip |
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 <luaraneda@gmail.com>
Diffstat (limited to 'target/linux/zynq/base-files/etc')
-rwxr-xr-x | target/linux/zynq/base-files/etc/board.d/02_network | 1 |
1 files changed, 1 insertions, 0 deletions
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' |