]> git.baikalelectronics.ru Git - uboot.git/commit
zynq: Add Z-Turn board
authorAlexander Graf <agraf@suse.de>
Mon, 3 Jul 2017 11:41:36 +0000 (13:41 +0200)
committerMichal Simek <michal.simek@xilinx.com>
Wed, 2 Aug 2017 07:11:51 +0000 (09:11 +0200)
commit038d884a8d7d02b8e3b5c6ee5bb68632acd91dbd
treef7359db4eda0e3007e41c7d1a21fbee016a81e15
parent264d91add743815374270740f40b29706ca5506d
zynq: Add Z-Turn board

The Z-Turn board is a low cost development board based on the
Xilinx Zynq SoC. While it's powerful and quite versatile, it
so far lacked upstream support.

This patch adds basic support for the Z-Turn. It does however
for now miss enablement for MIO51 reset which means that USB
and ethernet don't work. For that either FSBL or SPL need to
be adjusted. The SPL part will follow later.

Signed-off-by: Alexander Graf <agraf@suse.de>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
arch/arm/dts/Makefile
arch/arm/dts/zynq-zturn-myir.dts [new file with mode: 0644]
configs/zynq_z_turn_defconfig [new file with mode: 0644]