blob: c8c0fc1fba790cba8772056c778146e43f8eb63c [file] [log] [blame]
Fabio Estevam64bde352024-08-09 12:12:47 -03001// 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 Estevam80389892024-08-14 15:28:45 -030013&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 Estevam64bde352024-08-09 12:12:47 -030029&wdog1 {
30 bootph-pre-ram;
31};