Re: [PATCH v2 1/2] dt-bindings: watchdog: Add NXP Software Watchdog Timer

From: Ghennadi Procopciuc
Date: Thu Apr 03 2025 - 02:19:55 EST


On 4/2/2025 6:49 PM, Daniel Lezcano wrote:
[ ... ]
> +examples:
> + - |
> + watchdog@0x40100000 {
> + compatible = "nxp,s32g2-swt";
> + reg = <0x40100000 0x1000>;
> + clocks = <&clks 0x3a>;
> + timeout-sec = <10>;
> + };

The S32G reference manual specifies two clocks for the SWT module: one
for the registers and another for the counter itself. Shouldn't both
clocks be represented in the bindings?

--
Regards,
Ghennadi