blob: 6f70722586d788062a0c47297bec2c3e64526ced [file] [log] [blame]
Peng Fana181afe2019-09-16 03:09:55 +00001// SPDX-License-Identifier: GPL-2.0+
2/*
Gaurav Jainbce9acf2022-03-24 11:50:26 +05303 * Copyright 2019, 2021 NXP
Peng Fana181afe2019-09-16 03:09:55 +00004 */
5
Marek Vasut9583d622020-04-29 15:04:25 +02006/ {
Peng Fan2d5706d2021-04-06 11:58:59 +08007 binman: binman {
8 multiple-images;
9 };
10
Marek Vasut9583d622020-04-29 15:04:25 +020011 wdt-reboot {
12 compatible = "wdt-reboot";
13 wdt = <&wdog1>;
14 u-boot,dm-spl;
15 };
Clement Faurea93b0d92021-03-25 17:30:33 +080016 firmware {
17 optee {
18 compatible = "linaro,optee-tz";
19 method = "smc";
20 };
21 };
Marek Vasut9583d622020-04-29 15:04:25 +020022};
23
Peng Fana181afe2019-09-16 03:09:55 +000024&{/soc@0} {
25 u-boot,dm-pre-reloc;
26 u-boot,dm-spl;
27};
28
29&clk {
30 u-boot,dm-spl;
31 u-boot,dm-pre-reloc;
Peng Fan80607bf2021-03-19 15:57:08 +080032 /delete-property/ assigned-clocks;
33 /delete-property/ assigned-clock-parents;
34 /delete-property/ assigned-clock-rates;
Peng Fana181afe2019-09-16 03:09:55 +000035};
36
37&osc_24m {
38 u-boot,dm-spl;
39 u-boot,dm-pre-reloc;
40};
41
42&aips1 {
43 u-boot,dm-spl;
44 u-boot,dm-pre-reloc;
45};
46
47&aips2 {
48 u-boot,dm-spl;
49};
50
51&aips3 {
52 u-boot,dm-spl;
53};
54
55&iomuxc {
56 u-boot,dm-spl;
57};
58
59&pinctrl_reg_usdhc2_vmmc {
60 u-boot,dm-spl;
61};
62
Andrey Zhizhikincf51a552020-12-05 17:29:17 +000063&reg_usdhc2_vmmc {
64 u-boot,off-on-delay-us = <20000>;
65};
66
Peng Fana181afe2019-09-16 03:09:55 +000067&pinctrl_uart2 {
68 u-boot,dm-spl;
69};
70
71&pinctrl_usdhc2_gpio {
72 u-boot,dm-spl;
73};
74
75&pinctrl_usdhc2 {
76 u-boot,dm-spl;
77};
78
79&pinctrl_usdhc3 {
80 u-boot,dm-spl;
81};
82
83&gpio1 {
84 u-boot,dm-spl;
85};
86
87&gpio2 {
88 u-boot,dm-spl;
89};
90
91&gpio3 {
92 u-boot,dm-spl;
93};
94
95&gpio4 {
96 u-boot,dm-spl;
97};
98
99&gpio5 {
100 u-boot,dm-spl;
101};
102
103&uart2 {
104 u-boot,dm-spl;
105};
106
Gaurav Jainbce9acf2022-03-24 11:50:26 +0530107&crypto {
108 u-boot,dm-spl;
109};
110
111&sec_jr0 {
112 u-boot,dm-spl;
113};
114
115&sec_jr1 {
116 u-boot,dm-spl;
117};
118
119&sec_jr2 {
120 u-boot,dm-spl;
121};
122
Peng Fana181afe2019-09-16 03:09:55 +0000123&usdhc1 {
124 u-boot,dm-spl;
125};
126
127&usdhc2 {
128 u-boot,dm-spl;
Andrey Zhizhikin9aa95982020-12-05 17:29:18 +0000129 sd-uhs-sdr104;
130 sd-uhs-ddr50;
Peng Fana181afe2019-09-16 03:09:55 +0000131};
132
133&usdhc3 {
134 u-boot,dm-spl;
Andrey Zhizhikin9aa95982020-12-05 17:29:18 +0000135 mmc-hs400-1_8v;
136 mmc-hs400-enhanced-strobe;
Peng Fana181afe2019-09-16 03:09:55 +0000137};
Marek Vasut9583d622020-04-29 15:04:25 +0200138
139&wdog1 {
140 u-boot,dm-spl;
141};
Peng Fan2d5706d2021-04-06 11:58:59 +0800142
143&binman {
144 u-boot-spl-ddr {
145 filename = "u-boot-spl-ddr.bin";
146 pad-byte = <0xff>;
147 align-size = <4>;
148 align = <4>;
149
150 u-boot-spl {
151 align-end = <4>;
152 };
153
154 blob_1: blob-ext@1 {
155 filename = "ddr4_imem_1d_201810.bin";
156 size = <0x8000>;
157 };
158
159 blob_2: blob-ext@2 {
160 filename = "ddr4_dmem_1d_201810.bin";
161 size = <0x4000>;
162 };
163
164 blob_3: blob-ext@3 {
165 filename = "ddr4_imem_2d_201810.bin";
166 size = <0x8000>;
167 };
168
169 blob_4: blob-ext@4 {
170 filename = "ddr4_dmem_2d_201810.bin";
171 size = <0x4000>;
172 };
173 };
174
175
Andrey Zhizhikin08dbb902022-01-17 23:04:07 +0100176 spl {
177 filename = "spl.bin";
178
Peng Fan2d5706d2021-04-06 11:58:59 +0800179 mkimage {
180 args = "-n spl/u-boot-spl.cfgout -T imx8mimage -e 0x912000";
181
182 blob {
183 filename = "u-boot-spl-ddr.bin";
184 };
185 };
186 };
187
188 itb {
189 filename = "u-boot.itb";
190
191 fit {
192 description = "Configuration to load ATF before U-Boot";
193 #address-cells = <1>;
194 fit,external-offset = <CONFIG_FIT_EXTERNAL_OFFSET>;
195
196 images {
197 uboot {
198 description = "U-Boot (64-bit)";
199 type = "standalone";
200 arch = "arm64";
201 compression = "none";
202 load = <CONFIG_SYS_TEXT_BASE>;
203
204 uboot_blob: blob-ext {
205 filename = "u-boot-nodtb.bin";
206 };
207 };
208
209 atf {
210 description = "ARM Trusted Firmware";
211 type = "firmware";
212 arch = "arm64";
213 compression = "none";
214 load = <0x960000>;
215 entry = <0x960000>;
216
217 atf_blob: blob-ext {
218 filename = "bl31.bin";
219 };
220 };
221
222 fdt {
223 description = "NAME";
224 type = "flat_dt";
225 compression = "none";
226
227 uboot_fdt_blob: blob-ext {
228 filename = "u-boot.dtb";
229 };
230 };
231 };
232
233 configurations {
234 default = "conf";
235
236 conf {
237 description = "NAME";
238 firmware = "uboot";
239 loadables = "atf";
240 fdt = "fdt";
241 };
242 };
243 };
244 };
Andrey Zhizhikin08dbb902022-01-17 23:04:07 +0100245
246 imx-boot {
247 filename = "flash.bin";
248 pad-byte = <0x00>;
249
250 spl: blob-ext@1 {
251 offset = <0x0>;
252 filename = "spl.bin";
253 };
254
255 uboot: blob-ext@2 {
256 offset = <0x58000>;
257 filename = "u-boot.itb";
258 };
259 };
Peng Fan2d5706d2021-04-06 11:58:59 +0800260};