Peng Fan | 439321b | 2019-12-30 17:46:21 +0800 | [diff] [blame] | 1 | // SPDX-License-Identifier: GPL-2.0+ |
2 | /* | ||||
3 | * Copyright 2019 NXP | ||||
4 | */ | ||||
5 | |||||
Marek Vasut | f24dea4 | 2020-04-29 15:04:26 +0200 | [diff] [blame] | 6 | / { |
7 | wdt-reboot { | ||||
8 | compatible = "wdt-reboot"; | ||||
9 | wdt = <&wdog1>; | ||||
10 | u-boot,dm-spl; | ||||
11 | }; | ||||
12 | }; | ||||
13 | |||||
Peng Fan | 439321b | 2019-12-30 17:46:21 +0800 | [diff] [blame] | 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_32k { | ||||
25 | u-boot,dm-spl; | ||||
26 | u-boot,dm-pre-reloc; | ||||
27 | }; | ||||
28 | |||||
29 | &osc_24m { | ||||
30 | u-boot,dm-spl; | ||||
31 | u-boot,dm-pre-reloc; | ||||
32 | }; | ||||
33 | |||||
34 | &aips1 { | ||||
35 | u-boot,dm-spl; | ||||
36 | u-boot,dm-pre-reloc; | ||||
37 | }; | ||||
38 | |||||
39 | &aips2 { | ||||
40 | u-boot,dm-spl; | ||||
41 | }; | ||||
42 | |||||
43 | &aips3 { | ||||
44 | u-boot,dm-spl; | ||||
45 | }; | ||||
46 | |||||
47 | &iomuxc { | ||||
48 | u-boot,dm-spl; | ||||
49 | }; | ||||
50 | |||||
51 | ®_usdhc2_vmmc { | ||||
52 | u-boot,dm-spl; | ||||
53 | }; | ||||
54 | |||||
55 | &pinctrl_uart2 { | ||||
56 | u-boot,dm-spl; | ||||
57 | }; | ||||
58 | |||||
59 | &pinctrl_usdhc2_gpio { | ||||
60 | u-boot,dm-spl; | ||||
61 | }; | ||||
62 | |||||
63 | &pinctrl_usdhc2 { | ||||
64 | u-boot,dm-spl; | ||||
65 | }; | ||||
66 | |||||
67 | &pinctrl_usdhc3 { | ||||
68 | u-boot,dm-spl; | ||||
69 | }; | ||||
70 | |||||
71 | &gpio1 { | ||||
72 | u-boot,dm-spl; | ||||
73 | }; | ||||
74 | |||||
75 | &gpio2 { | ||||
76 | u-boot,dm-spl; | ||||
77 | }; | ||||
78 | |||||
79 | &gpio3 { | ||||
80 | u-boot,dm-spl; | ||||
81 | }; | ||||
82 | |||||
83 | &gpio4 { | ||||
84 | u-boot,dm-spl; | ||||
85 | }; | ||||
86 | |||||
87 | &gpio5 { | ||||
88 | u-boot,dm-spl; | ||||
89 | }; | ||||
90 | |||||
91 | &uart2 { | ||||
92 | u-boot,dm-spl; | ||||
93 | }; | ||||
94 | |||||
95 | &i2c1 { | ||||
96 | u-boot,dm-spl; | ||||
97 | }; | ||||
98 | |||||
99 | &i2c2 { | ||||
100 | u-boot,dm-spl; | ||||
101 | }; | ||||
102 | |||||
103 | &i2c3 { | ||||
104 | u-boot,dm-spl; | ||||
105 | }; | ||||
106 | |||||
107 | &i2c4 { | ||||
108 | u-boot,dm-spl; | ||||
109 | }; | ||||
110 | |||||
111 | &i2c5 { | ||||
112 | u-boot,dm-spl; | ||||
113 | }; | ||||
114 | |||||
115 | &i2c6 { | ||||
116 | u-boot,dm-spl; | ||||
117 | }; | ||||
118 | |||||
119 | &usdhc1 { | ||||
120 | u-boot,dm-spl; | ||||
121 | }; | ||||
122 | |||||
123 | &usdhc2 { | ||||
124 | u-boot,dm-spl; | ||||
125 | }; | ||||
126 | |||||
127 | &usdhc3 { | ||||
128 | u-boot,dm-spl; | ||||
129 | }; | ||||
Marek Vasut | f24dea4 | 2020-04-29 15:04:26 +0200 | [diff] [blame] | 130 | |
131 | &wdog1 { | ||||
132 | u-boot,dm-spl; | ||||
133 | }; |