u-boot/board/cssi/cmpc885/Kconfig
Christophe Leroy dac3c6f625 board: cssi: Add new board MCR3000_2G
This adds a new board from CS GROUP. The board is called
MCR3000_2G, and has a CPU board called CMPC885.

That CPU board is shared with another equipment that will
be added in a later patch.

That board stores Ethernet MAC addresses in an EEPROM which
is accessed using SPI bus.

This patch was originally written by Charles Frey who's
email address is not valid anymore as he left the company.

Signed-off-by: Christophe Leroy <christophe.leroy@csgroup.eu>
Reviewed-by: FRANJOU Stephane <stephane.franjou@csgroup.eu>
2023-02-11 08:47:58 +01:00

23 lines
264 B
Text

if TARGET_CMPC885
config SYS_BOARD
default "cmpc885"
config SYS_VENDOR
default "cssi"
config SYS_CONFIG_NAME
default "cmpc885"
config TEXT_BASE
default 0x40000000
config CPLD_BASE
hex
default 0xc8000000
config FPGA_BASE
hex
default 0xd0000000
endif