feat(stm32mp1-fdts): use iwdg1 instead of iwdg2
Change to use the iwdg1 by default on STM32MP1x boards. The IWDG1 peripheral is TrustZone aware, making it more suitable for secure world. Signed-off-by: Lionel Debieve <lionel.debieve@foss.st.com> Change-Id: Ie37ecdc9af17fa21023fa0709d7b38f1dbd542a7
This commit is contained in:
parent
e9edf06d93
commit
84b68c6692
@ -173,7 +173,7 @@
|
||||
};
|
||||
};
|
||||
|
||||
&iwdg2 {
|
||||
&iwdg1 {
|
||||
timeout-sec = <32>;
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
@ -185,7 +185,7 @@
|
||||
};
|
||||
};
|
||||
|
||||
&iwdg2 {
|
||||
&iwdg1 {
|
||||
timeout-sec = <32>;
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
@ -189,7 +189,7 @@
|
||||
};
|
||||
};
|
||||
|
||||
&iwdg2 {
|
||||
&iwdg1 {
|
||||
timeout-sec = <32>;
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user