boards: rd_rw612_bga: Enable HWINFO
Enable some reset causes in PMU node and indicate in the yaml support for hwinfo. Signed-off-by: Declan Snyder <declan.snyder@nxp.com>
This commit is contained in:
parent
711375695e
commit
739573ee8e
2 changed files with 7 additions and 0 deletions
|
@ -136,3 +136,9 @@ arduino_i2c: &flexcomm2 {
|
||||||
&ctimer0 {
|
&ctimer0 {
|
||||||
status = "okay";
|
status = "okay";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
&pmu {
|
||||||
|
reset-causes-en = <PMU_RESET_CM33_LOCKUP>,
|
||||||
|
<PMU_RESET_ITRC>,
|
||||||
|
<PMU_RESET_AP_RESET>;
|
||||||
|
};
|
||||||
|
|
|
@ -22,3 +22,4 @@ supported:
|
||||||
- entropy
|
- entropy
|
||||||
- watchdog
|
- watchdog
|
||||||
- counter
|
- counter
|
||||||
|
- hwinfo
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue