Skip to content

Commit 9c5d7cf

Browse files
committed
[nrf fromlist] boards: nordic: nrf54h20dk: Add aliases for RESETINFO
Upstream PR: zephyrproject-rtos/zephyr#71609 Each local RESETINFO instance can be used in samples. Signed-off-by: Grzegorz Swiderski <[email protected]> (cherry picked from commit 74627effecb5a9dcb570fd683f1795d310ac372f)
1 parent e0d20dd commit 9c5d7cf

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

boards/arm/nrf54h20dk_nrf54h20/nrf54h20dk_nrf54h20_cpuapp.dts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
led2 = &led2;
3434
led3 = &led3;
3535
pwm-led0 = &pwm_led0;
36+
resetinfo = &cpuapp_resetinfo;
3637
sw0 = &button0;
3738
sw1 = &button1;
3839
sw2 = &button2;

boards/arm/nrf54h20dk_nrf54h20/nrf54h20dk_nrf54h20_cpurad.dts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@
2828
zephyr,bt-hci-ipc = &ipc0;
2929
};
3030

31+
aliases {
32+
resetinfo = &cpurad_resetinfo;
33+
};
34+
3135
prng: prng {
3236
compatible = "nordic,entropy-prng";
3337
status = "okay";

0 commit comments

Comments
 (0)