blob: 42b2903f04095c18f2b748dd58d9ca9d9f67cec6 [file] [log] [blame]
Tim Harvey03bf8432021-03-02 14:00:21 -08001// SPDX-License-Identifier: GPL-2.0+
2/*
3 * Copyright 2021 Gateworks Corporation
4 */
5
Jagan Tekic1f09502021-04-26 18:23:46 +05306#include "imx8mm-u-boot.dtsi"
7
Tim Harvey03bf8432021-03-02 14:00:21 -08008/ {
9 wdt-reboot {
10 compatible = "wdt-reboot";
11 wdt = <&wdog1>;
12 u-boot,dm-spl;
13 };
14};
15
Tim Harvey03bf8432021-03-02 14:00:21 -080016&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&uart2 {
37 u-boot,dm-spl;
38};
39
40&pinctrl_uart2 {
41 u-boot,dm-spl;
42};
43
44&usdhc3 {
45 u-boot,dm-spl;
46};
47
48&pinctrl_usdhc3 {
49 u-boot,dm-spl;
50};
51
52&i2c1 {
53 u-boot,dm-spl;
54};
55
56&pinctrl_i2c1 {
57 u-boot,dm-spl;
58};
59
60&i2c2 {
61 u-boot,dm-spl;
62};
63
64&pinctrl_i2c2 {
65 u-boot,dm-spl;
66};
67
68&wdog1 {
69 u-boot,dm-spl;
70};