diff options
| author | Tom Rini <[email protected]> | 2025-05-04 08:51:43 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2025-05-04 08:51:43 -0600 |
| commit | dcea465e5e299903b889f5f426eac6d6523cbf84 (patch) | |
| tree | 9ead94204004efef6be0c1b1942a6d194426db7c /tools/binman/test | |
| parent | 0c8a89d252c3db3401ffa572ee2e4dfcb94e2c3b (diff) | |
| parent | fbe176c39c896e3dcec356bd3153074d411d487e (diff) | |
Merge tag 'u-boot-imx-master-20250503' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx
CI: https://source.denx.de/u-boot/custodians/u-boot-imx/-/pipelines/26064
- Add i.MX95 support.
- Enable BOOTAUX on the i.MX8M Beacon boards.
Diffstat (limited to 'tools/binman/test')
| -rw-r--r-- | tools/binman/test/346_nxp_ddrfw_imx95.dts | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/tools/binman/test/346_nxp_ddrfw_imx95.dts b/tools/binman/test/346_nxp_ddrfw_imx95.dts new file mode 100644 index 00000000000..889f6f29860 --- /dev/null +++ b/tools/binman/test/346_nxp_ddrfw_imx95.dts @@ -0,0 +1,24 @@ +// 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"; + }; + }; + }; +}; |
