]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commitc6d8d90dca41eaaf577dd85505744b39302f3041
tree5058436c95c647e790da846e1f85f3d6d26ca8fd
parent115dc43517d24e98d4091db13ea12ffc4f3ae737
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]