]> git.ipfire.org Git - people/ms/u-boot.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)
commit584dc4095ed2e5d70146c5cb220fac18645798d1
treef7359db4eda0e3007e41c7d1a21fbee016a81e15
parent61d8eeb0bceee686895d7703b3702298c7891b0b
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]