Browse Source
Ports the snps_arc_hsdk4xd SoC configuration to hardware model version 2 Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>pull/69687/head
8 changed files with 16 additions and 5 deletions
@ -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 |
@ -0,0 +1,4 @@ |
|||||||
|
series: |
||||||
|
- name: arc_hsdk4xd |
||||||
|
socs: |
||||||
|
- name: arc_hsdk4xd |
Loading…
Reference in new issue