diff options
| author | Aleksandar Gerasimovski <[email protected]> | 2021-06-08 14:16:28 +0000 |
|---|---|---|
| committer | Priyanka Jain <[email protected]> | 2021-06-17 11:46:11 +0530 |
| commit | a7fd6fa1c277ed667d61de4e366fe034def4800a (patch) | |
| tree | d9e9fc4d7c975bbdd373f0dcb71b10098e64d6c4 /board/keymile/Kconfig | |
| parent | 0b036d4c1b685aa73b58167e942dc6bff43e3a10 (diff) | |
board/km: add support for expu1 design based on nxp
The EXPU1 design is a new 40G capable ethernet service unit card for
Hitachi-Powergrids wired-com product lines.
The base SoC is same as for already added SELI8 card, consequently the
already added u-boot support for SELI8 is reused.
Signed-off-by: Rainer Boschung <[email protected]>
Signed-off-by: Aleksandar Gerasimovski <[email protected]>
[Fixed new line error at EOF]
Signed-off-by: Priyanka Jain <[email protected]>
Diffstat (limited to 'board/keymile/Kconfig')
| -rw-r--r-- | board/keymile/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/board/keymile/Kconfig b/board/keymile/Kconfig index 86a667067de..3a6c63b774f 100644 --- a/board/keymile/Kconfig +++ b/board/keymile/Kconfig @@ -64,6 +64,13 @@ config SYS_PAX_BASE help IFC Base Address for PAXx FPGA. +config SYS_CLIPS_BASE + hex "CLIPS IFC Base Address" + default 0x78000000 + depends on ARCH_LS1021A + help + IFC Base Address for CLIPS FPGA. + config KM_CONSOLE_TTY string "KM Console" default "ttyS0" |
