Skip to content

Commit e0d20dd

Browse files
committed
[nrf fromlist] dts: nordic: Add RESETINFO
Upstream PR: zephyrproject-rtos/zephyr#71609 Add devicetree nodes for the Reset Information registers on nRF54H20, along with a new binding. Signed-off-by: Grzegorz Swiderski <[email protected]> (cherry picked from commit 8fe636b4d583b7f3d119d7e80094e3b5bfa52099)
1 parent 3592df4 commit e0d20dd

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Copyright (c) 2024 Nordic Semiconductor ASA
2+
# SPDX-License-Identifier: Apache-2.0
3+
4+
description: Nordic RESETINFO (Reset Information)
5+
6+
compatible: "nordic,nrf-resetinfo"
7+
8+
include: base.yaml
9+
10+
properties:
11+
reg:
12+
required: true

dts/common/nordic/nrf54h20.dtsi

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,11 @@
168168
interrupts = <64 NRF_DEFAULT_IRQ_PRIORITY>,
169169
<65 NRF_DEFAULT_IRQ_PRIORITY>;
170170
};
171+
172+
cpuapp_resetinfo: resetinfo@1e000 {
173+
compatible = "nordic,nrf-resetinfo";
174+
reg = <0x1e000 0x1000>;
175+
};
171176
};
172177

173178
cpurad_peripherals: peripheral@53000000 {
@@ -188,6 +193,11 @@
188193
nordic,ficr-names = "vsup", "coarse", "fine";
189194
};
190195

196+
cpurad_resetinfo: resetinfo@1e000 {
197+
compatible = "nordic,nrf-resetinfo";
198+
reg = <0x1e000 0x1000>;
199+
};
200+
191201
dppic020: dppic@22000 {
192202
compatible = "nordic,nrf-dppic-local";
193203
reg = <0x22000 0x1000>;

0 commit comments

Comments
 (0)