Skip to content

Commit

Permalink
dts: nordic: Add RESETINFO
Browse files Browse the repository at this point in the history
Add devicetree nodes for the Reset Information registers on nRF54H20,
along with a new binding.

Signed-off-by: Grzegorz Swiderski <[email protected]>
  • Loading branch information
57300 committed Apr 17, 2024
1 parent 6a42ede commit 8fe636b
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
12 changes: 12 additions & 0 deletions dts/bindings/arm/nordic,nrf-resetinfo.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Copyright (c) 2024 Nordic Semiconductor ASA
# SPDX-License-Identifier: Apache-2.0

description: Nordic RESETINFO (Reset Information)

compatible: "nordic,nrf-resetinfo"

include: base.yaml

properties:
reg:
required: true
10 changes: 10 additions & 0 deletions dts/common/nordic/nrf54h20.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,11 @@
interrupts = <64 NRF_DEFAULT_IRQ_PRIORITY>,
<65 NRF_DEFAULT_IRQ_PRIORITY>;
};

cpuapp_resetinfo: resetinfo@1e000 {
compatible = "nordic,nrf-resetinfo";
reg = <0x1e000 0x1000>;
};
};

cpurad_peripherals: peripheral@53000000 {
Expand All @@ -188,6 +193,11 @@
nordic,ficr-names = "vsup", "coarse", "fine";
};

cpurad_resetinfo: resetinfo@1e000 {
compatible = "nordic,nrf-resetinfo";
reg = <0x1e000 0x1000>;
};

dppic020: dppic@22000 {
compatible = "nordic,nrf-dppic-local";
reg = <0x22000 0x1000>;
Expand Down

0 comments on commit 8fe636b

Please sign in to comment.