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 authored and henrikbrixandersen committed Jun 6, 2024
1 parent 742c728 commit 1f05b22
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 1f05b22

Please sign in to comment.