1 // SPDX-License-Identifier: GPL-2.0-or-later
3 * Copyright (C) 2021 PHYTEC Messtechnik GmbH
4 * Author: Teresa Remmet <t.remmet@phytec.de>
14 compatible = "linaro,optee-tz";
21 #ifdef CONFIG_FSL_CAAM
35 /delete-property/ assigned-clocks;
36 /delete-property/ assigned-clock-parents;
37 /delete-property/ assigned-clock-rates;
70 #ifdef CONFIG_FSL_CAAM
85 filename = "flash.bin";
91 filename = "u-boot-spl-mkimage.signed.bin";
92 nxp,loader-address = <CONFIG_SPL_TEXT_BASE>;
94 args; /* Needed by mkimage etype superclass */
97 binman_imx_spl: nxp-imx8mimage {
98 filename = "u-boot-spl-mkimage.bin";
100 nxp,rom-version = <2>;
101 nxp,loader-address = <CONFIG_SPL_TEXT_BASE>;
102 args; /* Needed by mkimage etype superclass */
105 filename = "u-boot-spl-ddr.bin";
115 filename = "lpddr4_pmu_train_1d_imem_202006.bin";
121 filename = "lpddr4_pmu_train_1d_dmem_202006.bin";
127 filename = "lpddr4_pmu_train_2d_imem_202006.bin";
133 filename = "lpddr4_pmu_train_2d_dmem_202006.bin";
139 #ifdef CONFIG_IMX_HAB
143 filename = "u-boot-fit.signed.bin";
144 nxp,loader-address = <CONFIG_SPL_LOAD_FIT_ADDRESS>;
146 args; /* Needed by mkimage etype superclass */
149 binman_imx_fit: fit {
150 description = "Configuration to load ATF before U-Boot";
151 #ifndef CONFIG_IMX_HAB
152 fit,external-offset = <CONFIG_FIT_EXTERNAL_OFFSET>;
154 fit,fdt-list = "of-list";
155 #address-cells = <1>;
160 description = "U-Boot (64-bit)";
163 compression = "none";
164 load = <CONFIG_TEXT_BASE>;
166 uboot_blob: blob-ext {
167 filename = "u-boot-nodtb.bin";
171 #ifndef CONFIG_ARMV8_PSCI
173 description = "ARM Trusted Firmware";
176 compression = "none";
181 filename = "bl31.bin";
188 description = "NAME";
190 compression = "none";
193 filename = "u-boot.dtb";
199 default = "@config-DEFAULT-SEQ";
202 description = "NAME";
205 #ifndef CONFIG_ARMV8_PSCI
211 #ifdef CONFIG_IMX_HAB