arm: zynq: Add support for SYZYGY Hub board
authorTom McLeod <[email protected]>
Thu, 28 Sep 2017 00:53:26 +0000 (17:53 -0700)
committerMichal Simek <[email protected]>
Tue, 28 Nov 2017 14:53:07 +0000 (15:53 +0100)
commit413ab5b0e1b88057e472ea63eb05b00eee9cf6b1
tree9f522e34581bb6434ce349adaa3b99d4e99cd1fd
parent549d684d4ef2d4fcfe4f5b9b3eb3954270e7e4a4
arm: zynq: Add support for SYZYGY Hub board

Add the Zynq-based SYZYGY Hub board from Opal Kelly. The board
contains a Xilinx Zynq xc7z012s SoC, 1GB DDR3 RAM, and supports
booting from SD.

Signed-off-by: Tom McLeod <[email protected]>
Cc: Michal Simek <[email protected]>
CC: Albert Aribaud <[email protected]>
Signed-off-by: Michal Simek <[email protected]>
arch/arm/dts/Makefile
arch/arm/dts/zynq-syzygy-hub.dts [new file with mode: 0644]
board/opalkelly/zynq/MAINTAINERS [new file with mode: 0644]
board/opalkelly/zynq/Makefile [new file with mode: 0644]
board/opalkelly/zynq/board.c [new file with mode: 0644]
board/opalkelly/zynq/zynq-syzygy-hub/ps7_init_gpl.c [new file with mode: 0644]
board/opalkelly/zynq/zynq-syzygy-hub/ps7_init_gpl.h [new file with mode: 0644]
configs/syzygy_hub_defconfig [new file with mode: 0644]
include/configs/syzygy_hub.h [new file with mode: 0644]