blob: dbc48dfb4841014588c42ef2eb1f9ddc64fc7675 [file] [log] [blame]
Teresa Remmetc661c512021-01-13 16:28:09 +01001// 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
Teresa Remmetdafb1642021-07-07 12:57:57 +00007#include "imx8mp-u-boot.dtsi"
8
Teresa Remmetc661c512021-01-13 16:28:09 +01009/ {
10 wdt-reboot {
11 compatible = "wdt-reboot";
12 wdt = <&wdog1>;
13 u-boot,dm-spl;
14 };
15};
16
Teresa Remmetc661c512021-01-13 16:28:09 +010017&reg_usdhc2_vmmc {
18 u-boot,dm-spl;
19};
20
Teresa Remmet1feac812021-07-07 12:57:59 +000021&pinctrl_uart1 {
Teresa Remmetc661c512021-01-13 16:28:09 +010022 u-boot,dm-spl;
23};
24
25&pinctrl_usdhc2_pins {
26 u-boot,dm-spl;
27};
28
29&pinctrl_usdhc2 {
30 u-boot,dm-spl;
31};
32
33&pinctrl_usdhc3 {
34 u-boot,dm-spl;
35};
36
Teresa Remmetf11e3da2021-07-07 12:58:03 +000037&pinctrl_wdog {
38 u-boot,dm-spl;
39};
40
Teresa Remmetc661c512021-01-13 16:28:09 +010041&gpio1 {
42 u-boot,dm-spl;
43};
44
45&gpio2 {
46 u-boot,dm-spl;
47};
48
49&gpio3 {
50 u-boot,dm-spl;
51};
52
53&gpio4 {
54 u-boot,dm-spl;
55};
56
57&gpio5 {
58 u-boot,dm-spl;
59};
60
Teresa Remmet1feac812021-07-07 12:57:59 +000061&uart1 {
Teresa Remmetc661c512021-01-13 16:28:09 +010062 u-boot,dm-spl;
63};
64
65&i2c1 {
66 u-boot,dm-spl;
67};
68
69&pmic {
70 u-boot,dm-spl;
71};
72
73&usdhc2 {
74 u-boot,dm-spl;
75};
76
77&usdhc3 {
78 u-boot,dm-spl;
79};
80
81&wdog1 {
82 u-boot,dm-spl;
83};