blob: 78457ef68f4fda1976323c98850938b7d056fb47 [file] [log] [blame]
Fabio Estevam64bde352024-08-09 12:12:47 -03001// SPDX-License-Identifier: GPL-2.0
2
3#include "imx6qdl-u-boot.dtsi"
4
5/ {
6 wdt-reboot {
7 compatible = "wdt-reboot";
8 wdt = <&wdog1>;
9 bootph-pre-ram;
10 };
11};
12
13&wdog1 {
14 bootph-pre-ram;
15};