blob: e33e10ac1294d3109a767da29e8e4d7c62827225 [file] [log] [blame]
Adam Fordf36f8bc2020-05-03 08:11:33 -05001// SPDX-License-Identifier: GPL-2.0+
2/*
3 * Copyright 2020 Compass Electronics Group, LLC
4 */
5
Jagan Tekic1f09502021-04-26 18:23:46 +05306#include "imx8mm-u-boot.dtsi"
7
Adam Fordf36f8bc2020-05-03 08:11:33 -05008/ {
9 wdt-reboot {
10 compatible = "wdt-reboot";
11 wdt = <&wdog1>;
12 u-boot,dm-spl;
13 };
14};
15
Andrey Zhizhikin247bbeb2020-12-05 17:29:17 +000016&reg_usdhc2_vmmc {
17 u-boot,off-on-delay-us = <20000>;
18};
19
Adam Fordf36f8bc2020-05-03 08:11:33 -050020&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
Adam Fordf36f8bc2020-05-03 08:11:33 -050044&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
Adam Ford2f954562022-01-22 12:27:34 -060080&usbotg1 {
81 dr_mode="host";
82};
83
Adam Fordf36f8bc2020-05-03 08:11:33 -050084&usdhc2 {
85 u-boot,dm-spl;
86};
87
88&usdhc3 {
89 u-boot,dm-spl;
90};
91
92&i2c1 {
93 u-boot,dm-spl;
94};
95
96&{/soc@0/bus@30800000/i2c@30a20000/pmic@4b} {
97 u-boot,dm-spl;
98};
99
100&{/soc@0/bus@30800000/i2c@30a20000/pmic@4b/regulators} {
101 u-boot,dm-spl;
102};
103
104&wdog1 {
105 u-boot,dm-spl;
106};