soc: quicklogic_eos_s3: Port to HWMv2

Ports the quicklogic_eos_s3 SoC configuration to hardware model
version 2

Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
This commit is contained in:
Jamie McCrae
2024-01-23 08:41:48 +00:00
parent a73a9e7533
commit b3c04051fc
9 changed files with 9 additions and 4 deletions

View File

@@ -5,4 +5,6 @@ zephyr_sources(
soc.c
)
zephyr_include_directories(.)
set(SOC_LINKER_SCRIPT ${ZEPHYR_BASE}/include/zephyr/arch/arm/cortex_m/scripts/linker.ld CACHE INTERNAL "")

View File

@@ -2,7 +2,6 @@
# SPDX-License-Identifier: Apache-2.0
config SOC_EOS_S3
bool "QuickLogic EOS S3 SoC"
select ARM
select CPU_CORTEX_M4
select CPU_CORTEX_M_HAS_SYSTICK

View File

@@ -3,9 +3,6 @@
if SOC_EOS_S3
config SOC
default "quicklogic_eos_s3"
config NUM_IRQS
default 52

View File

@@ -3,3 +3,8 @@
config SOC_EOS_S3
bool
help
QuickLogic EOS S3 SoC
config SOC
default "quicklogic_eos_s3" if SOC_EOS_S3

View File

@@ -0,0 +1,2 @@
socs:
- name: quicklogic_eos_s3