blob: 67c31c49b6cf0d999a85c5ab075b0895a6d1d877 [file] [log] [blame]
Igor Opaniuk14d5aef2020-01-28 14:42:25 +01001// SPDX-License-Identifier: GPL-2.0+ OR MIT
2/*
3 * Copyright 2020 Toradex
4 */
Jagan Tekic1f09502021-04-26 18:23:46 +05305
6#include "imx8mm-u-boot.dtsi"
7
Marek Vasutd304e7a2020-04-29 15:04:27 +02008/ {
9 wdt-reboot {
10 compatible = "wdt-reboot";
11 wdt = <&wdog1>;
12 u-boot,dm-spl;
13 };
14};
15
Igor Opaniuk14d5aef2020-01-28 14:42:25 +010016&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&i2c1 {
37 u-boot,dm-spl;
38};
39
Igor Opaniuk14d5aef2020-01-28 14:42:25 +010040&pinctrl_i2c1 {
41 u-boot,dm-spl;
42};
43
44&pinctrl_pmic {
45 u-boot,dm-spl;
46};
47
48&pinctrl_uart1 {
49 u-boot,dm-spl;
50};
51
Igor Opaniuk0c45a512020-02-14 14:36:43 +020052&pinctrl_usdhc1 {
53 u-boot,dm-spl;
54};
55
Igor Opaniuk14d5aef2020-01-28 14:42:25 +010056&pinctrl_usdhc2 {
57 u-boot,dm-spl;
58};
59
Max Krummenachercaafc6c2020-10-28 11:58:11 +020060&{/soc@0/bus@30800000/i2c@30a20000/pmic} {
Igor Opaniuk14d5aef2020-01-28 14:42:25 +010061 u-boot,dm-spl;
62};
63
Max Krummenachercaafc6c2020-10-28 11:58:11 +020064&{/soc@0/bus@30800000/i2c@30a20000/pmic/regulators} {
Igor Opaniuk14d5aef2020-01-28 14:42:25 +010065 u-boot,dm-spl;
66};
67
68&uart1 {
69 u-boot,dm-spl;
70};
71
72&usdhc1 {
73 u-boot,dm-spl;
74};
75
76&usdhc2 {
77 u-boot,dm-spl;
78};
79
80&usdhc3 {
81 u-boot,dm-spl;
82};
Marek Vasutd304e7a2020-04-29 15:04:27 +020083
84&wdog1 {
85 u-boot,dm-spl;
86};