Browse Source
Ports the snps_arc_iot SoC configuration to hardware model version 2 Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>pull/69687/head
9 changed files with 15 additions and 4 deletions
@ -0,0 +1,11 @@ |
|||||||
|
# Copyright (c) 2014 Wind River Systems, Inc. |
||||||
|
# Copyright (c) 2018 Synopsys, Inc. All rights reserved. |
||||||
|
# SPDX-License-Identifier: Apache-2.0 |
||||||
|
|
||||||
|
config SOC_ARC_IOT |
||||||
|
bool |
||||||
|
help |
||||||
|
Synopsys ARC IoT SoC |
||||||
|
|
||||||
|
config SOC |
||||||
|
default "arc_iot" if SOC_ARC_IOT |
@ -0,0 +1,4 @@ |
|||||||
|
series: |
||||||
|
- name: arc_iot |
||||||
|
socs: |
||||||
|
- name: arc_iot |
Loading…
Reference in new issue