1// 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&soc {
12	bootph-all;
13};
14
15&aips1 {
16	bootph-all;
17};
18
19&pinctrl_uart1 {
20	bootph-all;
21};
22
23&uart1 {
24	bootph-all;
25};
26
27&wdog1 {
28	bootph-pre-ram;
29};
30