Skip to content

Commit

Permalink
boards: rd_rw612_bga: Enable HWINFO
Browse files Browse the repository at this point in the history
Enable some reset causes in PMU node and indicate
in the yaml support for hwinfo.

Signed-off-by: Declan Snyder <declan.snyder@nxp.com>
  • Loading branch information
decsny authored and dleach02 committed Mar 22, 2024
1 parent 7113756 commit 739573e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions boards/nxp/rd_rw612_bga/rd_rw612_bga.dtsi
Expand Up @@ -136,3 +136,9 @@ arduino_i2c: &flexcomm2 {
&ctimer0 {
status = "okay";
};

&pmu {
reset-causes-en = <PMU_RESET_CM33_LOCKUP>,
<PMU_RESET_ITRC>,
<PMU_RESET_AP_RESET>;
};
1 change: 1 addition & 0 deletions boards/nxp/rd_rw612_bga/rd_rw612_bga.yaml
Expand Up @@ -22,3 +22,4 @@ supported:
- entropy
- watchdog
- counter
- hwinfo

0 comments on commit 739573e

Please sign in to comment.