drivers: retained_mem: Add nRF GPREGRET driver
Adds a driver for the Nordic nRF GPREGRET registers and adds entries to the SoCs for this peripheral. Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
This commit is contained in:
parent
2fedb306f7
commit
9bda013e5d
16 changed files with 309 additions and 0 deletions
12
dts/bindings/retained_mem/nordic,nrf-gpreget.yaml
Normal file
12
dts/bindings/retained_mem/nordic,nrf-gpreget.yaml
Normal file
|
@ -0,0 +1,12 @@
|
|||
# Copyright (c) 2023 Nordic Semiconductor ASA
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
description: Nordic GPREGRET (General Purpose Register Retention) device.
|
||||
|
||||
compatible: "nordic,nrf-gpregret"
|
||||
|
||||
include: base.yaml
|
||||
|
||||
properties:
|
||||
reg:
|
||||
required: true
|
Loading…
Add table
Add a link
Reference in a new issue