blob: 7f5a6424bac837c9b9477e66af6690e68f52c05f [file] [log] [blame]
Fabio Estevam3fe83eb2023-03-22 16:59:31 -03001// SPDX-License-Identifier: GPL-2.0+
2
Fabio Estevam4c55d892024-07-19 17:33:08 -03003/ {
4 wdt-reboot {
5 compatible = "wdt-reboot";
6 wdt = <&wdog1>;
7 bootph-pre-ram;
8 };
9};
10
Fabio Estevam3fe83eb2023-03-22 16:59:31 -030011&soc {
Tom Rinif75f4c22023-04-03 20:48:24 -040012 bootph-all;
Fabio Estevam3fe83eb2023-03-22 16:59:31 -030013};
14
15&aips1 {
Tom Rinif75f4c22023-04-03 20:48:24 -040016 bootph-all;
Fabio Estevam3fe83eb2023-03-22 16:59:31 -030017};
18
19&pinctrl_uart1 {
Tom Rinif75f4c22023-04-03 20:48:24 -040020 bootph-all;
Fabio Estevam3fe83eb2023-03-22 16:59:31 -030021};
22
23&uart1 {
Tom Rinif75f4c22023-04-03 20:48:24 -040024 bootph-all;
Fabio Estevam3fe83eb2023-03-22 16:59:31 -030025};
Fabio Estevam4c55d892024-07-19 17:33:08 -030026
27&wdog1 {
28 bootph-pre-ram;
29};