board: cssi: Add CPU board CMPCPRO
authorChristophe Leroy <christophe.leroy@csgroup.eu>
Tue, 4 Apr 2023 11:09:36 +0000 (13:09 +0200)
committerChristophe Leroy <christophe.leroy@csgroup.eu>
Fri, 28 Apr 2023 15:52:23 +0000 (17:52 +0200)
commit4d0c8db74d83e43dec4e7481b2d1e194f51d907b
tree0d629f90439e93a7ff04911557e9c9259671d8b4
parent78ba7b61da1271d982ff9c87b879d197ef911776
board: cssi: Add CPU board CMPCPRO

CSSI has another CPU board, similar to the CMPC885 board
that get plugged on the two base boards MCR3000_2G and MIAE.

That CPU board is called CMPCPRO because it has a MPC8321E CPU,
also known as Power QUICC II PRO.

Signed-off-by: Christophe Leroy <christophe.leroy@csgroup.eu>
arch/powerpc/cpu/mpc83xx/Kconfig
arch/powerpc/dts/Makefile
arch/powerpc/dts/cmpcpro.dts [new file with mode: 0644]
board/cssi/MAINTAINERS
board/cssi/cmpcpro/Kconfig [new file with mode: 0644]
board/cssi/cmpcpro/Makefile [new file with mode: 0644]
board/cssi/cmpcpro/cmpcpro.c [new file with mode: 0644]
board/cssi/cmpcpro/cmpcpro.env [new file with mode: 0644]
board/cssi/cmpcpro/nand.c [new file with mode: 0644]
configs/CMPCPRO_defconfig [new file with mode: 0644]
include/configs/cmpcpro.h [new file with mode: 0644]