blob: 4419679d4c66907054fb840b9456c68fdbe75c88 [file] [log] [blame]
Peng Fand239d9d2019-09-16 03:09:55 +00001// SPDX-License-Identifier: GPL-2.0+
2/*
3 * Copyright 2019 NXP
4 */
5
Marek Vasut2455f912020-04-29 15:04:25 +02006/ {
7 wdt-reboot {
8 compatible = "wdt-reboot";
9 wdt = <&wdog1>;
10 u-boot,dm-spl;
11 };
12};
13
Peng Fand239d9d2019-09-16 03:09:55 +000014&{/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};
Marek Vasut2455f912020-04-29 15:04:25 +0200101
102&wdog1 {
103 u-boot,dm-spl;
104};