ARM: zynq: Add support for the topic-miami system-on-modules and carrier boards
authorMike Looijmans <mike.looijmans@topic.nl>
Fri, 30 Sep 2016 06:13:13 +0000 (08:13 +0200)
committerMichal Simek <michal.simek@xilinx.com>
Tue, 15 Nov 2016 14:27:50 +0000 (15:27 +0100)
commit2d48caa47de849c6ecd9f8f1db784a985aa55b2d
tree273ab81c2c4342a2781f0549ff3fe359dab3c916
parentba4ccf934818f367748ce136bfe16cc18ea5906b
ARM: zynq: Add support for the topic-miami system-on-modules and carrier boards

The topic-miami SoMs contain a Zynq xc7z015 or xc7z030 SoC, 1GB DDR3L RAM,
32MB QSPI NOR flash and 256MB NAND flash.

The topic-miamiplus SoMs contain a Zynq xc7z035, xc7z045 or xc7z100 SoC,
2x 1GB DDR3L RAM, 64MB dual-parallel QSPI flash, clock sources
and a fan controller.

The "Florida" carrier boards add SD, USB, ethernet and other interfaces.

Signed-off-by: Mike Looijmans <mike.looijmans@topic.nl>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
16 files changed:
arch/arm/dts/Makefile
arch/arm/dts/zynq-topic-miami.dts [new file with mode: 0644]
arch/arm/dts/zynq-topic-miamiplus.dts [new file with mode: 0644]
board/topic/zynq/MAINTAINERS [new file with mode: 0644]
board/topic/zynq/Makefile [new file with mode: 0644]
board/topic/zynq/board.c [new file with mode: 0644]
board/topic/zynq/ps7_init_common.c [new file with mode: 0644]
board/topic/zynq/ps7_init_gpl.h [new file with mode: 0644]
board/topic/zynq/zynq-topic-miami/ps7_init_gpl.c [new file with mode: 0644]
board/topic/zynq/zynq-topic-miami/ps7_regs.txt [new file with mode: 0644]
board/topic/zynq/zynq-topic-miamiplus/ps7_init_gpl.c [new file with mode: 0644]
board/topic/zynq/zynq-topic-miamiplus/ps7_regs.txt [new file with mode: 0644]
configs/topic_miami_defconfig [new file with mode: 0644]
configs/topic_miamiplus_defconfig [new file with mode: 0644]
include/configs/topic_miami.h [new file with mode: 0644]
include/configs/topic_miamiplus.h [new file with mode: 0644]