Fabio Estevam | 64bde35 | 2024-08-09 12:12:47 -0300 | [diff] [blame] | 1 | // 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 | }; |