Merge tag 'u-boot-atmel-fixes-2020.07-a' of https://gitlab.denx.de/u-boot/custodians...
[oweals/u-boot.git] / arch / arm / dts / imx8mn-ddr4-evk-u-boot.dtsi
1 // SPDX-License-Identifier: GPL-2.0+
2 /*
3  * Copyright 2019 NXP
4  */
5
6 / {
7         wdt-reboot {
8                 compatible = "wdt-reboot";
9                 wdt = <&wdog1>;
10                 u-boot,dm-spl;
11         };
12 };
13
14 &{/soc@0} {
15         u-boot,dm-pre-reloc;
16         u-boot,dm-spl;
17 };
18
19 &clk {
20         u-boot,dm-spl;
21         u-boot,dm-pre-reloc;
22 };
23
24 &osc_24m {
25         u-boot,dm-spl;
26         u-boot,dm-pre-reloc;
27 };
28
29 &aips1 {
30         u-boot,dm-spl;
31         u-boot,dm-pre-reloc;
32 };
33
34 &aips2 {
35         u-boot,dm-spl;
36 };
37
38 &aips3 {
39         u-boot,dm-spl;
40 };
41
42 &iomuxc {
43         u-boot,dm-spl;
44 };
45
46 &pinctrl_reg_usdhc2_vmmc {
47         u-boot,dm-spl;
48 };
49
50 &pinctrl_uart2 {
51         u-boot,dm-spl;
52 };
53
54 &pinctrl_usdhc2_gpio {
55         u-boot,dm-spl;
56 };
57
58 &pinctrl_usdhc2 {
59         u-boot,dm-spl;
60 };
61
62 &pinctrl_usdhc3 {
63         u-boot,dm-spl;
64 };
65
66 &gpio1 {
67         u-boot,dm-spl;
68 };
69
70 &gpio2 {
71         u-boot,dm-spl;
72 };
73
74 &gpio3 {
75         u-boot,dm-spl;
76 };
77
78 &gpio4 {
79         u-boot,dm-spl;
80 };
81
82 &gpio5 {
83         u-boot,dm-spl;
84 };
85
86 &uart2 {
87         u-boot,dm-spl;
88 };
89
90 &usdhc1 {
91         u-boot,dm-spl;
92 };
93
94 &usdhc2 {
95         u-boot,dm-spl;
96 };
97
98 &usdhc3 {
99         u-boot,dm-spl;
100 };
101
102 &wdog1 {
103         u-boot,dm-spl;
104 };