Skip to content

Commit

Permalink
boards: nordic: nrf54h20dk: Add aliases for RESETINFO
Browse files Browse the repository at this point in the history
Each local RESETINFO instance can be used in samples.

(cherry picked from commit 1f05b22)

Original-Signed-off-by: Grzegorz Swiderski <grzegorz.swiderski@nordicsemi.no>
GitOrigin-RevId: 1f05b22
Change-Id: I816e42d2652a2dc5af3c8e85b0b856449a91965d
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/zephyr/+/5603018
Tested-by: ChromeOS Prod (Robot) <chromeos-ci-prod@chromeos-bot.iam.gserviceaccount.com>
Commit-Queue: Fabio Baltieri <fabiobaltieri@google.com>
Tested-by: Fabio Baltieri <fabiobaltieri@google.com>
Reviewed-by: Fabio Baltieri <fabiobaltieri@google.com>
  • Loading branch information
57300 authored and Chromeos LUCI committed Jun 6, 2024
1 parent 07c1872 commit 2ddb954
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions boards/nordic/nrf54h20dk/nrf54h20dk_nrf54h20_cpuapp.dts
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
led1 = &led1;
led2 = &led2;
led3 = &led3;
resetinfo = &cpuapp_resetinfo;
sw0 = &button0;
sw1 = &button1;
sw2 = &button2;
Expand Down
1 change: 1 addition & 0 deletions boards/nordic/nrf54h20dk/nrf54h20dk_nrf54h20_cpurad.dts
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
};
aliases {
ipc-to-cpusys = &cpurad_cpusys_ipc;
resetinfo = &cpurad_resetinfo;
};
};

Expand Down

0 comments on commit 2ddb954

Please sign in to comment.