1// SPDX-License-Identifier: GPL-2.0+ OR MIT
2/*
3 * Copyright 2020 Toradex
4 */
5
6#include "imx8mm-u-boot.dtsi"
7
8/ {
9	wdt-reboot {
10		compatible = "wdt-reboot";
11		wdt = <&wdog1>;
12		u-boot,dm-spl;
13	};
14};
15
16&gpio1 {
17	u-boot,dm-spl;
18};
19
20&gpio2 {
21	u-boot,dm-spl;
22};
23
24&gpio3 {
25	u-boot,dm-spl;
26};
27
28&gpio4 {
29	u-boot,dm-spl;
30};
31
32&gpio5 {
33	u-boot,dm-spl;
34};
35
36&i2c1 {
37	u-boot,dm-spl;
38};
39
40&pinctrl_i2c1 {
41	u-boot,dm-spl;
42};
43
44&pinctrl_pmic {
45	u-boot,dm-spl;
46};
47
48&pinctrl_uart1 {
49	u-boot,dm-spl;
50};
51
52&pinctrl_usdhc1 {
53	u-boot,dm-spl;
54};
55
56&pinctrl_usdhc2 {
57	u-boot,dm-spl;
58};
59
60&{/soc@0/bus@30800000/i2c@30a20000/pmic} {
61	u-boot,dm-spl;
62};
63
64&{/soc@0/bus@30800000/i2c@30a20000/pmic/regulators} {
65	u-boot,dm-spl;
66};
67
68&uart1 {
69	u-boot,dm-spl;
70};
71
72&usdhc1 {
73	u-boot,dm-spl;
74};
75
76&usdhc2 {
77	u-boot,dm-spl;
78};
79
80&usdhc3 {
81	u-boot,dm-spl;
82};
83
84&wdog1 {
85	u-boot,dm-spl;
86};
87