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 committed Mar 19, 2024
1 parent a126b4f commit bbc4eb4
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 @@ -115,3 +115,9 @@ arduino_i2c: &flexcomm2 {
&dma0 {
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 @@ -19,3 +19,4 @@ supported:
- gpio
- spi
- i2c
- hwinfo

0 comments on commit bbc4eb4

Please sign in to comment.