mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-08 06:04:34 +00:00
91ee54741e
The SELI8 design is a new tdm service unit card for Hitachi-Powergrids XMC and FOX product lines. It is based on NXP LS1021 SoC and it provides following interfaces: - IFC interface for NOR, NAND and external FPGA's - 1 x RGMII ETH for debug purposes - 2 x SGMII ETH for management communication via back-plane - 1 x uQE HDLC for management communication via back-plane - 1 x I2C for peripheral devices - 1 x SPI for peripheral devices - 1 x UART for debug logging It is foreseen that the design will be later re-used for another XMC and FOX service cards with similar SoC requirements. Signed-off-by: Rainer Boschung <rainer.boschung@hitachi-powergrids.com> Signed-off-by: Matteo Ghidoni <matteo.ghidoni@hitachi-powergrids.com> Signed-off-by: Aleksandar Gerasimovski <aleksandar.gerasimovski@hitachi-powergrids.com> Reviewed-by: Priyanka Jain <priyanka.jain@nxp.com>
19 lines
258 B
Text
19 lines
258 B
Text
if TARGET_PG_WCOM_SELI8
|
|
|
|
config SYS_BOARD
|
|
default "pg-wcom-ls102xa"
|
|
|
|
config SYS_VENDOR
|
|
default "keymile"
|
|
|
|
config SYS_SOC
|
|
default "ls102xa"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "pg-wcom-seli8"
|
|
|
|
config BOARD_SPECIFIC_OPTIONS
|
|
def_bool y
|
|
imply FS_CRAMFS
|
|
|
|
endif
|