boards: arm: s32z270dc2_r52: enable watchdog support

Enable RTU.SWT (Real-Time Unit.Software Watchdog Timer) instances on
 s32z270dc2_r52 boards. Module clock frequency is fixed to 48 Mhz.

Signed-off-by: Quang Bui Trong <quang.buitrong@nxp.com>
This commit is contained in:
Quang Bui Trong 2022-11-10 21:39:14 +07:00 committed by Carles Cufí
commit e63d1389a9
5 changed files with 93 additions and 2 deletions

View file

@ -68,3 +68,24 @@
&stm3 {
clock-frequency = <133333333>;
};
&swt0 {
clock-frequency = <48000000>;
status = "okay";
};
&swt1 {
clock-frequency = <48000000>;
};
&swt2 {
clock-frequency = <48000000>;
};
&swt3 {
clock-frequency = <48000000>;
};
&swt4 {
clock-frequency = <48000000>;
};

View file

@ -11,3 +11,4 @@ toolchain:
supported:
- uart
- gpio
- watchdog

View file

@ -11,3 +11,4 @@ toolchain:
supported:
- uart
- gpio
- watchdog