blob: 7c2dfb4a273ca9b5c8ac17d646565b1787a248b2 [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
Teresa Remmet96303ad2021-10-06 11:56:50 +020033&pinctrl_wdog {
34 u-boot,dm-spl;
35};
36
Teresa Remmet82750c22020-08-21 09:55:53 +020037&gpio1 {
38 u-boot,dm-spl;
39};
40
41&gpio2 {
42 u-boot,dm-spl;
43};
44
45&gpio3 {
46 u-boot,dm-spl;
47};
48
49&gpio4 {
50 u-boot,dm-spl;
51};
52
53&gpio5 {
54 u-boot,dm-spl;
55};
56
57&uart3 {
58 u-boot,dm-spl;
59};
60
61&usdhc2 {
62 u-boot,dm-spl;
63};
64
65&usdhc3 {
66 u-boot,dm-spl;
67};
68
69&wdog1 {
70 u-boot,dm-spl;
71};