Currently, the only available platform is Nitrogen, featuring a VexRiscv CPU that boots from external SPI flash and runs code from external HyperRAM. Signed-off-by: Daniel Schultz <dnltz@aesc-silicon.de>
15 lines
271 B
Text
15 lines
271 B
Text
# Copyright (c) 2025 Aesc Silicon
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config SOC_SERIES_NITROGEN
|
|
bool
|
|
|
|
config SOC_ELEMRV_N
|
|
bool
|
|
select SOC_SERIES_NITROGEN
|
|
|
|
config SOC_SERIES
|
|
default "nitrogen" if SOC_SERIES_NITROGEN
|
|
|
|
config SOC
|
|
default "elemrv_n" if SOC_ELEMRV_N
|