mirror of
https://xff.cz/git/u-boot/
synced 2025-09-30 15:01:27 +02:00
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 <rasmus.villemoes@prevas.dk>
This commit is contained in:
committed by
Stefan Roese
parent
10107efedd
commit
374d5d9971
@@ -27,6 +27,12 @@
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
alarm_wdt: alarm-wdt {
|
||||||
|
compatible = "sandbox,alarm-wdt";
|
||||||
|
timeout-sec = <5>;
|
||||||
|
u-boot,autostart;
|
||||||
|
};
|
||||||
|
|
||||||
audio: audio-codec {
|
audio: audio-codec {
|
||||||
compatible = "sandbox,audio-codec";
|
compatible = "sandbox,audio-codec";
|
||||||
#sound-dai-cells = <1>;
|
#sound-dai-cells = <1>;
|
||||||
|
Reference in New Issue
Block a user