ARM: dts: dh-imx6: add u-boot specific wdt-reboot node

The wdt-reboot node is needed for the sysreset_watchdog driver to
register a watchdog as a reset handler in case 'CONFIG_SYSRESET' is
enabled.

Signed-off-by: Claudius Heine <ch@denx.de>
This commit is contained in:
Claudius Heine 2019-11-29 08:59:02 +01:00 committed by Stefano Babic
parent eb9124f574
commit f8420d7c0f

View File

@ -0,0 +1,11 @@
// SPDX-License-Identifier: (GPL-2.0+)
/*
* Copyright (C) 2019 Claudius Heine <ch@denx.de>
*/
/ {
wdt-reboot {
compatible = "wdt-reboot";
wdt = <&wdog1>;
};
};