summaryrefslogtreecommitdiff
path: root/tools/binman/test/350_nxp_imx95.dts
blob: 3fc2de44b4a5db46deb2b907ded2a99ae9790596 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
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";
		};
	};
};