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 | |||||
Fabio Estevam | 8038989 | 2024-08-14 15:28:45 -0300 | [diff] [blame] | 13 | &aips2 { |
14 | bootph-all; | ||||
15 | }; | ||||
16 | |||||
17 | &pinctrl_uart2 { | ||||
18 | bootph-all; | ||||
19 | }; | ||||
20 | |||||
21 | &soc { | ||||
22 | bootph-all; | ||||
23 | }; | ||||
24 | |||||
25 | &uart2 { | ||||
26 | bootph-all; | ||||
27 | }; | ||||
28 | |||||
Fabio Estevam | 64bde35 | 2024-08-09 12:12:47 -0300 | [diff] [blame] | 29 | &wdog1 { |
30 | bootph-pre-ram; | ||||
31 | }; |