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:
Lionel Debieve 2023-04-11 00:58:30 +02:00 committed by Yann Gautier
parent e9edf06d93
commit 84b68c6692
3 changed files with 3 additions and 3 deletions

View File

@ -173,7 +173,7 @@
};
};
&iwdg2 {
&iwdg1 {
timeout-sec = <32>;
status = "okay";
};

View File

@ -185,7 +185,7 @@
};
};
&iwdg2 {
&iwdg1 {
timeout-sec = <32>;
status = "okay";
};

View File

@ -189,7 +189,7 @@
};
};
&iwdg2 {
&iwdg1 {
timeout-sec = <32>;
status = "okay";
};