arm: mvebu: Add DB-XC3-24G4XG board
authorChris Packham <chris.packham@alliedtelesis.co.nz>
Thu, 11 Apr 2019 10:22:53 +0000 (22:22 +1200)
committerStefan Roese <sr@denx.de>
Fri, 12 Apr 2019 05:04:18 +0000 (07:04 +0200)
commit4db944ab44a7bc8b495eece6afb124c632b02ef5
tree96fc08bb713f84a99c0d3cb7e00b2363e43ba29d
parent689f9cf6aa9edff89c4d4d3b843f500fc5582300
arm: mvebu: Add DB-XC3-24G4XG board

The DB-XC3-24G4XG is a switch development board from Marvell. It can
either use and external CPU card such as the db-88f6820-amc or the
internal CPU that is integrated into the switch.

Add support for running U-Boot on the internal CPU and enable the USB,
SPI and NAND peripherals. For now this needs the bin_hdr from the
Marvell U-Boot for this board.

Signed-off-by: Chris Packham <judge.packham@gmail.com>
Reviewed-by: Stefan Roese <sr@denx.de>
Signed-off-by: Stefan Roese <sr@denx.de>
16 files changed:
arch/arm/dts/Makefile
arch/arm/dts/armada-xp-98dx3236.dtsi [new file with mode: 0644]
arch/arm/dts/armada-xp-98dx3336.dtsi [new file with mode: 0644]
arch/arm/dts/armada-xp-98dx4251.dtsi [new file with mode: 0644]
arch/arm/dts/armada-xp-db-xc3-24g4xg-u-boot.dtsi [new file with mode: 0644]
arch/arm/dts/armada-xp-db-xc3-24g4xg.dts [new file with mode: 0644]
arch/arm/mach-mvebu/Kconfig
board/Marvell/db-xc3-24g4xg/.gitignore [new file with mode: 0644]
board/Marvell/db-xc3-24g4xg/MAINTAINERS [new file with mode: 0644]
board/Marvell/db-xc3-24g4xg/Makefile [new file with mode: 0644]
board/Marvell/db-xc3-24g4xg/README [new file with mode: 0644]
board/Marvell/db-xc3-24g4xg/binary.0 [new file with mode: 0644]
board/Marvell/db-xc3-24g4xg/db-xc3-24g4xg.c [new file with mode: 0644]
board/Marvell/db-xc3-24g4xg/kwbimage.cfg.in [new file with mode: 0644]
configs/db-xc3-24g4xg_defconfig [new file with mode: 0644]
include/configs/db-xc3-24g4xg.h [new file with mode: 0644]