From: Rasmus Villemoes Date: Tue, 27 Sep 2022 09:54:05 +0000 (+0200) Subject: sandbox.dtsi: add a sandbox,alarm-wdt instance X-Git-Tag: v2025.01-rc5-pxa1908~1234^2~5 X-Git-Url: http://git.dujemihanovic.xyz/html/index.html?a=commitdiff_plain;h=374d5d9971d70f1bf9443d75b5dea03701edcfeb;p=u-boot.git sandbox.dtsi: add a sandbox,alarm-wdt instance In order to test that we properly handle watchdog(s) during the "wait for the user to interrupt autoboot" phase, we need a watchdog device to be watching us. Signed-off-by: Rasmus Villemoes --- diff --git a/arch/sandbox/dts/sandbox.dtsi b/arch/sandbox/dts/sandbox.dtsi index d2db1ea522..fc5bde4bce 100644 --- a/arch/sandbox/dts/sandbox.dtsi +++ b/arch/sandbox/dts/sandbox.dtsi @@ -27,6 +27,12 @@ }; }; + alarm_wdt: alarm-wdt { + compatible = "sandbox,alarm-wdt"; + timeout-sec = <5>; + u-boot,autostart; + }; + audio: audio-codec { compatible = "sandbox,audio-codec"; #sound-dai-cells = <1>;