Files
u-boot/tools/binman/test/346_nxp_ddrfw_imx95.dts
Alice Guo 0318c26c2f binman: add a new entry type for packing DDR PHY firmware images
i.MX95 needs to combine DDR PHY firmware images and their byte counts
together, so add a new entry type nxp-header-ddrfw for this requirement.

Signed-off-by: Alice Guo <alice.guo@nxp.com>
2025-05-03 16:55:32 -03:00

25 lines
331 B
Plaintext

// SPDX-License-Identifier: GPL-2.0+
/dts-v1/;
/ {
#address-cells = <1>;
#size-cells = <1>;
binman {
imx-lpddr {
type = "nxp-header-ddrfw";
imx-lpddr-imem {
filename = "lpddr5_imem.bin";
type = "blob-ext";
};
imx-lpddr-dmem {
filename = "lpddr5_dmem.bin";
type = "blob-ext";
};
};
};
};