[PATCH] arm: dts: socfpga_n5x_socdk: Enable watchdog0
dinesh.maniyam at altera.com
dinesh.maniyam at altera.com
Thu May 7 02:55:05 CEST 2026
From: Dinesh Maniyam <dinesh.maniyam at altera.com>
Enable watchdog0 so the DesignWare watchdog can be probed and serviced
by U-Boot. Matches the existing Stratix 10 SoCDK enablement.
Signed-off-by: Dinesh Maniyam <dinesh.maniyam at altera.com>
---
arch/arm/dts/socfpga_n5x_socdk.dts | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/arch/arm/dts/socfpga_n5x_socdk.dts b/arch/arm/dts/socfpga_n5x_socdk.dts
index 915b8f6380e..f98e87bb87e 100644
--- a/arch/arm/dts/socfpga_n5x_socdk.dts
+++ b/arch/arm/dts/socfpga_n5x_socdk.dts
@@ -120,3 +120,7 @@
&usb1 {
status = "okay";
};
+
+&watchdog0 {
+ status = "okay";
+};
--
2.43.7
More information about the U-Boot
mailing list