1// SPDX-License-Identifier: (GPL-2.0+) 2/* 3 * Copyright (C) 2019 Claudius Heine <ch@denx.de> 4 */ 5 6#include "imx6qdl-dhcom-pdk2-u-boot.dtsi" 7 8/ { 9 wdt-reboot { 10 compatible = "wdt-reboot"; 11 wdt = <&wdog1>; 12 }; 13}; 14