1// SPDX-License-Identifier: GPL-2.0+
2/*
3 * Copyright 2020 Compass Electronics Group, LLC
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&reg_usdhc2_vmmc {
17	u-boot,off-on-delay-us = <20000>;
18};
19
20&fec1 {
21	phy-reset-gpios = <&gpio4 22 GPIO_ACTIVE_LOW>;
22};
23
24&gpio1 {
25	u-boot,dm-spl;
26};
27
28&gpio2 {
29	u-boot,dm-spl;
30};
31
32&gpio3 {
33	u-boot,dm-spl;
34};
35
36&gpio4 {
37	u-boot,dm-spl;
38};
39
40&gpio5 {
41	u-boot,dm-spl;
42};
43
44&pca6416_0 {
45	compatible = "ti,tca6416";
46};
47
48&pca6416_1 {
49	compatible = "ti,tca6416";
50};
51
52&pinctrl_i2c1 {
53	u-boot,dm-spl;
54};
55
56&pinctrl_pmic {
57	u-boot,dm-spl;
58};
59
60&pinctrl_uart2 {
61	u-boot,dm-spl;
62};
63
64&pinctrl_usdhc2_gpio {
65	u-boot,dm-spl;
66};
67
68&pinctrl_usdhc2 {
69	u-boot,dm-spl;
70};
71
72&pinctrl_usdhc3 {
73	u-boot,dm-spl;
74};
75
76&uart2 {
77	u-boot,dm-spl;
78};
79
80&usdhc2 {
81	u-boot,dm-spl;
82};
83
84&usdhc3 {
85	u-boot,dm-spl;
86};
87
88&i2c1 {
89	u-boot,dm-spl;
90};
91
92&{/soc@0/bus@30800000/i2c@30a20000/pmic@4b} {
93	u-boot,dm-spl;
94};
95
96&{/soc@0/bus@30800000/i2c@30a20000/pmic@4b/regulators} {
97	u-boot,dm-spl;
98};
99
100&wdog1 {
101	u-boot,dm-spl;
102};
103