Fabio Estevam | 45651a3 | 2023-09-12 12:11:00 -0300 | [diff] [blame] | 1 | // SPDX-License-Identifier: (GPL-2.0+ OR MIT) |
2 | |||||
3 | #include "imx7s-u-boot.dtsi" | ||||
Fabio Estevam | 4e8c26e | 2023-08-08 18:40:40 -0300 | [diff] [blame] | 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 | }; | ||||
16 |