diff options
| author | Tom Rini <[email protected]> | 2025-09-17 07:54:06 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2025-09-17 07:54:06 -0600 |
| commit | eea731b50c6155b9ec0ccd039590b9cefdafd024 (patch) | |
| tree | 90f29da457d11f34b6174ae840a23941d08d80e6 /tools/binman/test | |
| parent | a3ec093512af5577d381792269b81eca04c2fe26 (diff) | |
| parent | b3bbbf5fee21c7e4535cf24676609cfe64ff17fc (diff) | |
Merge tag 'u-boot-imx-master-20250917' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx
CI: https://source.denx.de/u-boot/custodians/u-boot-imx/-/pipelines/27660
- Restore the support for the i.MX95 A0 silicon.
Diffstat (limited to 'tools/binman/test')
| -rw-r--r-- | tools/binman/test/350_nxp_imx95.dts | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/tools/binman/test/350_nxp_imx95.dts b/tools/binman/test/350_nxp_imx95.dts new file mode 100644 index 00000000000..3fc2de44b4a --- /dev/null +++ b/tools/binman/test/350_nxp_imx95.dts @@ -0,0 +1,25 @@ +// SPDX-License-Identifier: GPL-2.0+ + +/dts-v1/; + +/ { + #address-cells = <1>; + #size-cells = <1>; + + binman { + u-boot { + type = "nxp-imx9image"; + cfg-path = "u-boot-container.cfgout"; + args; + + cntr-version = <2>; + boot-from = "sd"; + soc-type = "IMX9"; + append0 = "mx95b0-ahab-container.img"; + append1 = "container.img"; + container; + image0 = "a55", "bl31.bin", "0x8a200000"; + image1 = "a55", "image.bin", "0x90200000"; + }; + }; +}; |
