soc: snps_arc_hsdk4xd: Port to HWMv2
Ports the snps_arc_hsdk4xd SoC configuration to hardware model version 2 Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
This commit is contained in:
committed by
Carles Cufi
parent
06c2054e5c
commit
c4c14a54ca
@@ -15,4 +15,6 @@ else()
|
||||
zephyr_ld_options(-Hlib=hs48_slc_full)
|
||||
endif()
|
||||
|
||||
zephyr_include_directories(.)
|
||||
|
||||
set(SOC_LINKER_SCRIPT ${CMAKE_CURRENT_SOURCE_DIR}/linker.ld CACHE INTERNAL "")
|
||||
@@ -2,7 +2,6 @@
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
config SOC_ARC_HSDK4XD
|
||||
bool "Synopsys ARC HSDK4XD SoC"
|
||||
select ARC
|
||||
select CPU_HAS_FPU
|
||||
select CPU_HAS_DSP
|
||||
@@ -3,9 +3,6 @@
|
||||
|
||||
if SOC_ARC_HSDK4XD
|
||||
|
||||
config SOC
|
||||
default "snps_arc_hsdk4xd"
|
||||
|
||||
config CPU_HS4X
|
||||
default y
|
||||
|
||||
10
soc/synopsys/hsdk4xd/Kconfig.soc
Normal file
10
soc/synopsys/hsdk4xd/Kconfig.soc
Normal file
@@ -0,0 +1,10 @@
|
||||
# Copyright (c) 2023 Synopsys, Inc. All rights reserved.
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
config SOC_ARC_HSDK4XD
|
||||
bool
|
||||
help
|
||||
Synopsys ARC HSDK4XD SoC
|
||||
|
||||
config SOC
|
||||
default "arc_hsdk4xd" if SOC_ARC_HSDK4XD
|
||||
4
soc/synopsys/hsdk4xd/soc.yml
Normal file
4
soc/synopsys/hsdk4xd/soc.yml
Normal file
@@ -0,0 +1,4 @@
|
||||
series:
|
||||
- name: arc_hsdk4xd
|
||||
socs:
|
||||
- name: arc_hsdk4xd
|
||||
@@ -4,7 +4,6 @@
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
|
||||
|
||||
#ifndef _ARC_HSDK4XD_SOC_CTRL_H_
|
||||
#define _ARC_HSDK4XD_SOC_CTRL_H_
|
||||
|
||||
Reference in New Issue
Block a user