For quite a few peripherals that are currently supported by nrfx HALs or drivers there are no definitions of corresponding CMSIS-Core peripheral accessing symbols that would provide their base addresses in the proper domain (secure or non-secure), accordingly to the build target. This commits adds devicetree nodes for these peripherals so that their base addresses can be used in definitions of the accessing symbols mentioned above. Signed-off-by: Andrzej Głąbek <andrzej.glabek@nordicsemi.no>
15 lines
272 B
YAML
15 lines
272 B
YAML
# Copyright (c) 2019 Nordic Semiconductor ASA
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
title: Nordic VMC
|
|
|
|
description: >
|
|
Binding for the Nordic VMC (Volatile Memory Controller)
|
|
|
|
compatible: "nordic,nrf-vmc"
|
|
|
|
include: base.yaml
|
|
|
|
properties:
|
|
reg:
|
|
required: true
|