mips: octeon: Add Octeon III NIC23 board support
authorStefan Roese <sr@denx.de>
Wed, 7 Apr 2021 07:12:38 +0000 (09:12 +0200)
committerDaniel Schwierzeck <daniel.schwierzeck@gmail.com>
Fri, 23 Apr 2021 19:22:55 +0000 (21:22 +0200)
commitec85347102f0ab24b16827ea0c0aa9b59d80bee8
treee5b39a59f4fa22a985df2264d9f4a8e322ae7edd
parent60c8efac8f0a62e657e7c36c3925560cc0e49387
mips: octeon: Add Octeon III NIC23 board support

This patch adds the basic support for the PCIe target board equipped
with the Octeon III CN2350 SoC.

Signed-off-by: Stefan Roese <sr@denx.de>
arch/mips/dts/Makefile
arch/mips/dts/mrvl,octeon-nic23.dts [new file with mode: 0644]
arch/mips/mach-octeon/Kconfig
board/Marvell/octeon_nic23/Kconfig [new file with mode: 0644]
board/Marvell/octeon_nic23/MAINTAINERS [new file with mode: 0644]
board/Marvell/octeon_nic23/Makefile [new file with mode: 0644]
board/Marvell/octeon_nic23/board.c [new file with mode: 0644]
board/Marvell/octeon_nic23/board_ddr.h [new file with mode: 0644]
configs/octeon_nic23_defconfig [new file with mode: 0644]
include/configs/octeon_nic23.h [new file with mode: 0644]