blob: 18cf7085cca4ab04120ebc04b06fe0c7caf6e690 [file] [log] [blame]
Fabio Estevamfb1cdfc2024-02-21 14:39:30 -03001// SPDX-License-Identifier: GPL-2.0+
2
3/ {
4 wdt-reboot {
5 compatible = "wdt-reboot";
6 wdt = <&wdog1>;
7 bootph-pre-ram;
8 };
9};
10
11&wdog1 {
12 bootph-pre-ram;
13};