Browse Source
sysconf base address was hardcoded in <soc.h>. Create a new compatible and define it in Devicetree, where hardware needs to be described. Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>pull/48621/head
4 changed files with 19 additions and 4 deletions
@ -0,0 +1,12 @@
@@ -0,0 +1,12 @@
|
||||
# Copyright (c) 2022 Nordic Semiconductor ASA |
||||
# SPDX-License-Identifier: Apache-2.0 |
||||
|
||||
description: ARC IoT SoC System Configuration Module |
||||
|
||||
compatible: "snps,arc-iot-sysconf" |
||||
|
||||
include: base.yaml |
||||
|
||||
properties: |
||||
reg: |
||||
required: true |
Loading…
Reference in new issue