blob: eb1dd8debbaf238227d0ee8f4d0708fd2a1a5da0 [file] [log] [blame]
Adam Fordd42247d2020-12-11 06:01:46 -06001// SPDX-License-Identifier: GPL-2.0+
2/*
3 * Copyright 2020 Compass Electronics Group, LLC
4 */
5
6/ {
Adam Forda3c2df92021-09-10 15:19:22 -05007 binman: binman {
8 multiple-images;
9 };
10
Adam Fordd42247d2020-12-11 06:01:46 -060011 wdt-reboot {
12 compatible = "wdt-reboot";
13 wdt = <&wdog1>;
14 u-boot,dm-spl;
15 };
16};
17
18&{/soc@0} {
19 u-boot,dm-pre-reloc;
20 u-boot,dm-spl;
21};
22
23&{/soc@0/bus@30800000/i2c@30a20000/pmic@4b} {
24 u-boot,dm-spl;
25};
26
27&{/soc@0/bus@30800000/i2c@30a20000/pmic@4b/regulators} {
28 u-boot,dm-spl;
29};
30
31&aips1 {
32 u-boot,dm-spl;
33 u-boot,dm-pre-reloc;
34};
35
36&aips2 {
37 u-boot,dm-spl;
38};
39
40&aips3 {
41 u-boot,dm-spl;
42};
43
44&clk {
45 u-boot,dm-spl;
46 u-boot,dm-pre-reloc;
Adam Forda3c2df92021-09-10 15:19:22 -050047 /delete-property/ assigned-clocks;
48 /delete-property/ assigned-clock-parents;
49 /delete-property/ assigned-clock-rates;
Adam Fordd42247d2020-12-11 06:01:46 -060050};
51
52&gpio1 {
53 u-boot,dm-spl;
54};
55
56&gpio2 {
57 u-boot,dm-spl;
58};
59
60&i2c1 {
61 u-boot,dm-spl;
62};
63
64&iomuxc {
65 u-boot,dm-spl;
66};
67
68&osc_24m {
69 u-boot,dm-spl;
70 u-boot,dm-pre-reloc;
71};
72
73&pca6416_0 {
74 compatible = "ti,tca6416";
75};
76
77&pca6416_1 {
78 compatible = "ti,tca6416";
79};
80
81&pinctrl_i2c1 {
82 u-boot,dm-spl;
83};
84
85&pinctrl_pmic {
86 u-boot,dm-spl;
87};
88
89&pinctrl_uart2 {
90 u-boot,dm-spl;
91};
92
93&pinctrl_usdhc2_gpio {
94 u-boot,dm-spl;
95};
96
97&pinctrl_usdhc2 {
98 u-boot,dm-spl;
99};
100
101&pinctrl_usdhc3 {
102 u-boot,dm-spl;
103};
104
105&reg_usdhc2_vmmc {
106 u-boot,off-on-delay-us = <20000>;
107};
108
Adam Forda3c2df92021-09-10 15:19:22 -0500109&uart2 {
110 u-boot,dm-spl;
111};
112
Adam Fordd42247d2020-12-11 06:01:46 -0600113&usdhc1 {
114 u-boot,dm-spl;
115 sd-uhs-sdr104;
116 sd-uhs-ddr50;
117};
118
119&usdhc2 {
120 u-boot,dm-spl;
121 sd-uhs-sdr104;
122 sd-uhs-ddr50;
123};
124
125&usdhc3 {
126 u-boot,dm-spl;
127 mmc-hs400-1_8v;
128 mmc-hs400-enhanced-strobe;
129};
130
131&wdog1 {
132 u-boot,dm-spl;
133};
Adam Forda3c2df92021-09-10 15:19:22 -0500134
Peng Fan94bef152022-06-11 20:21:06 +0800135&pinctrl_wdog {
136 u-boot,dm-spl;
137};
138
Adam Forda3c2df92021-09-10 15:19:22 -0500139&binman {
140 u-boot-spl-ddr {
141 filename = "u-boot-spl-ddr.bin";
142 pad-byte = <0xff>;
143 align-size = <4>;
144 align = <4>;
145
146 u-boot-spl {
147 align-end = <4>;
148 };
149
150 blob_1: blob-ext@1 {
151 filename = "lpddr4_pmu_train_1d_imem.bin";
152 size = <0x8000>;
153 };
154
155 blob_2: blob-ext@2 {
156 filename = "lpddr4_pmu_train_1d_dmem.bin";
157 size = <0x4000>;
158 };
159
160 blob_3: blob-ext@3 {
161 filename = "lpddr4_pmu_train_2d_imem.bin";
162 size = <0x8000>;
163 };
164
165 blob_4: blob-ext@4 {
166 filename = "lpddr4_pmu_train_2d_dmem.bin";
167 size = <0x4000>;
168 };
169 };
170
171
172 spl {
173 filename = "spl.bin";
174
175 mkimage {
176 args = "-n spl/u-boot-spl.cfgout -T imx8mimage -e 0x912000";
177
178 blob {
179 filename = "u-boot-spl-ddr.bin";
180 };
181 };
182 };
183
184 itb {
185 filename = "u-boot.itb";
186
187 fit {
188 description = "Configuration to load ATF before U-Boot";
189 #address-cells = <1>;
190 fit,external-offset = <CONFIG_FIT_EXTERNAL_OFFSET>;
191
192 images {
193 uboot {
194 description = "U-Boot (64-bit)";
195 type = "standalone";
196 arch = "arm64";
197 compression = "none";
198 load = <CONFIG_SYS_TEXT_BASE>;
199
200 uboot_blob: blob-ext {
201 filename = "u-boot-nodtb.bin";
202 };
203 };
204
205 atf {
206 description = "ARM Trusted Firmware";
207 type = "firmware";
208 arch = "arm64";
209 compression = "none";
210 load = <0x960000>;
211 entry = <0x960000>;
212
213 atf_blob: blob-ext {
214 filename = "bl31.bin";
215 };
216 };
217
218 fdt {
219 description = "NAME";
220 type = "flat_dt";
221 compression = "none";
222
223 uboot_fdt_blob: blob-ext {
224 filename = "u-boot.dtb";
225 };
226 };
227 };
228
229 configurations {
230 default = "conf";
231
232 conf {
233 description = "NAME";
234 firmware = "uboot";
235 loadables = "atf";
236 fdt = "fdt";
237 };
238 };
239 };
240 };
241
242 imx-boot {
243 filename = "flash.bin";
244 pad-byte = <0x00>;
245
246 spl: blob-ext@1 {
247 offset = <0x0>;
248 filename = "spl.bin";
249 };
250
251 uboot: blob-ext@2 {
252 offset = <0x58000>;
253 filename = "u-boot.itb";
254 };
255 };
256};