]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
ARM: dts: at91: sam9x60-curiosity: Enable watchdog node
authorZixun LI <admin@hifiphile.com>
Mon, 28 Apr 2025 09:16:28 +0000 (11:16 +0200)
committerEugen Hristev <eugen.hristev@linaro.org>
Thu, 19 Jun 2025 10:56:43 +0000 (13:56 +0300)
Enable watchdog node on SAM9X60-Curiosity board.

A default timeout of 16s is added which is the maximum supported value,
also matching Linux driver's behavior.

Signed-off-by: Zixun LI <admin@hifiphile.com>
Reviewed-by: Eugen Hristev <eugen.hristev@linaro.org>
Reviewed-by: Stefan Roese <sr@denx.de>
arch/arm/dts/at91-sam9x60_curiosity-u-boot.dtsi
arch/arm/dts/at91-sam9x60_curiosity.dts

index dd4623311c9df6004c1715d406d3873bbcc254b5..9144387861eca5ab14b756063b89866d280d7dea 100644 (file)
@@ -95,3 +95,7 @@
 &slow_xtal {
        bootph-all;
 };
+
+&watchdog {
+       timeout-sec = <16>;
+};
index 1c7f0fa6a49004943e5a4ac6637db5e806cc92f3..f165fdadb9e4abd08f9166e7cbec0507616c9939 100644 (file)
 &usb2 {
        status = "okay";
 };
+
+&watchdog {
+       status = "okay";
+};