soc: dc233c: Port to HWMv2

Ports the dc233c 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-18 08:25:59 +00:00
parent 9188fdcd78
commit 3e4a17018f
9 changed files with 17 additions and 8 deletions

View File

@@ -3,7 +3,6 @@
# SPDX-License-Identifier: Apache-2.0
config SOC_XTENSA_DC233C
bool "Xtensa dc233c core"
select XTENSA
select XTENSA_HAL
select ARCH_HAS_THREAD_LOCAL_STORAGE

View File

@@ -6,13 +6,6 @@
if SOC_XTENSA_DC233C
config SOC
default "dc233c"
config SOC_TOOLCHAIN_NAME
string
default "dc233c"
config XTENSA_MMU_NUM_L2_TABLES
int
default 48 if XTENSA_MMU

View File

@@ -0,0 +1,13 @@
# Copyright (c) 2017, 2023 Intel Corporation
#
# SPDX-License-Identifier: Apache-2.0
config SOC_XTENSA_DC233C
bool
config SOC
default "dc233c" if SOC_XTENSA_DC233C
config SOC_TOOLCHAIN_NAME
string
default "dc233c" if SOC_XTENSA_DC233C

View File

@@ -0,0 +1,4 @@
series:
- name: dc233c
socs:
- name: dc233c