blob: 37f3edc981777fc526725c89b68598acd31c2f53 [file] [log] [blame]
Tim Harvey23956252022-04-13 11:31:09 -07001// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
2/*
3 * Copyright 2022 Gateworks Corporation
4 */
5
6#include "imx8mp-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&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&gsc {
61 u-boot,dm-spl;
62};
63
64&i2c2 {
65 u-boot,dm-spl;
66};
67
68&pinctrl_i2c2 {
69 u-boot,dm-spl;
70};
71
72&wdog1 {
73 u-boot,dm-spl;
74};