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.

Signed-off-by: Grzegorz Swiderski <[email protected]>
  • Loading branch information
57300 committed Apr 17, 2024
1 parent 8fe636b commit 74627ef
Show file tree
Hide file tree
Showing 2 changed files with 5 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 @@ -30,6 +30,7 @@
led1 = &led1;
led2 = &led2;
led3 = &led3;
resetinfo = &cpuapp_resetinfo;
sw0 = &button0;
sw1 = &button1;
sw2 = &button2;
Expand Down
4 changes: 4 additions & 0 deletions boards/nordic/nrf54h20dk/nrf54h20dk_nrf54h20_cpurad.dts
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@
zephyr,sram = &cpurad_ram0;
zephyr,shell-uart = &uart135;
};

aliases {
resetinfo = &cpurad_resetinfo;
};
};

&shared_ram3x_region {
Expand Down

0 comments on commit 74627ef

Please sign in to comment.