blob: 91515b8df9a07e132abce504a0d4f0f0d987eee6 [file] [log] [blame]
Teresa Remmet82750c22020-08-21 09:55:53 +02001// SPDX-License-Identifier: GPL-2.0-or-later
2/*
3 * Copyright (C) 2020 PHYTEC Messtechnik GmbH
4 * Author: Teresa Remmet <t.remmet@phytec.de>
5 */
6
Jagan Teki73d51182021-04-26 18:23:46 +05307#include "imx8mm-u-boot.dtsi"
8
Teresa Remmet82750c22020-08-21 09:55:53 +02009/ {
10 wdt-reboot {
11 compatible = "wdt-reboot";
12 wdt = <&wdog1>;
13 u-boot,dm-spl;
14 };
15};
16
Teresa Remmet82750c22020-08-21 09:55:53 +020017&pinctrl_uart3 {
18 u-boot,dm-spl;
19};
20
21&pinctrl_usdhc2_gpio {
22 u-boot,dm-spl;
23};
24
25&pinctrl_usdhc2 {
26 u-boot,dm-spl;
27};
28
29&pinctrl_usdhc3 {
30 u-boot,dm-spl;
31};
32
33&gpio1 {
34 u-boot,dm-spl;
35};
36
37&gpio2 {
38 u-boot,dm-spl;
39};
40
41&gpio3 {
42 u-boot,dm-spl;
43};
44
45&gpio4 {
46 u-boot,dm-spl;
47};
48
49&gpio5 {
50 u-boot,dm-spl;
51};
52
53&uart3 {
54 u-boot,dm-spl;
55};
56
57&usdhc2 {
58 u-boot,dm-spl;
59};
60
61&usdhc3 {
62 u-boot,dm-spl;
63};
64
65&wdog1 {
66 u-boot,dm-spl;
67};