blob: f59f119374f796f43b41c4350626d38465dfbc69 [file] [log] [blame]
Yannic Moog636393e2024-01-10 14:35:44 +01001// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
2/*
3 * Copyright (C) 2024 PHYTEC Messtechnik GmbH
4 */
5
6#include "imx8mm-u-boot.dtsi"
7
8/ {
9 wdt-reboot {
10 compatible = "wdt-reboot";
11 wdt = <&wdog1>;
12 bootph-pre-ram;
13 };
14};
15
16&pinctrl_uart3 {
17 bootph-pre-ram;
18};
19
20&pinctrl_usdhc2_gpio {
21 bootph-pre-ram;
22};
23
24&pinctrl_usdhc2 {
25 bootph-pre-ram;
26};
27
28&pinctrl_usdhc3 {
29 bootph-pre-ram;
30};
31
32&pinctrl_wdog {
33 bootph-pre-ram;
34};
35
36&gpio1 {
37 bootph-pre-ram;
38};
39
40&gpio2 {
41 bootph-pre-ram;
42};
43
44&gpio3 {
45 bootph-pre-ram;
46};
47
48&gpio4 {
49 bootph-pre-ram;
50};
51
52&gpio5 {
53 bootph-pre-ram;
54};
55
56&uart3 {
57 bootph-pre-ram;
58};
59
60&usdhc2 {
61 bootph-pre-ram;
62};
63
64&usdhc3 {
65 bootph-pre-ram;
66};
67
68&wdog1 {
69 bootph-pre-ram;
70};