mips: octeon: Add Octeon III NIC23 board support
authorStefan Roese <sr@denx.de>
Wed, 7 Apr 2021 07:12:38 +0000 (09:12 +0200)
committerStefan Roese <sr@denx.de>
Wed, 28 Apr 2021 08:05:12 +0000 (10:05 +0200)
commit5d2d5c4f2348fb0e7156a42f78d0627392bb6966
tree5058436c95c647e790da846e1f85f3d6d26ca8fd
parentb8f0146473aa4fc99247451b10f7bfb17aa0ca0a
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]