Correct license identifiers in two files copied from internal Nordic repositories that were not properly adjusted for Zephyr: - dts/bindings/flash_controller/nordic,rram-controller.yaml (added in commit3a8ee7df91) - dts/bindings/misc/nordic,nrf-dppic-local.yaml (added in commit796d09d2a6) Signed-off-by: Andrzej Głąbek <andrzej.glabek@nordicsemi.no>
17 lines
442 B
YAML
17 lines
442 B
YAML
#
|
|
# Copyright (c) 2023 Nordic Semiconductor ASA
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
description: |
|
|
Nordic RRAMC (Resistive random access memory controller)
|
|
|
|
The resistive random access memory controller (RRAMC) is used for writing
|
|
the internal RRAM memory, the secure information configuration registers (SICR),
|
|
and the user information configuration registers (UICR).
|
|
|
|
compatible: "nordic,rram-controller"
|
|
|
|
include: base.yaml
|