blob: 611bfe52fd86eb098eadcbf590f7080b4f0ad28a [file] [log] [blame]
Fabio Estevam45651a32023-09-12 12:11:00 -03001// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
2
3#include "imx7s-u-boot.dtsi"
Fabio Estevam4e8c26e2023-08-08 18:40:40 -03004
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};
16