summaryrefslogtreecommitdiff
path: root/tools/binman/test/06_dual_image.dts
blob: 78be16f164914fd74432b1c11e1d5935b1217767 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
/dts-v1/;

/ {
	#address-cells = <1>;
	#size-cells = <1>;

	binman {
		multiple-images;
		image1 {
			u-boot {
			};
		};

		image2 {
			pad-before = <3>;
			pad-after = <5>;

			u-boot {
			};
		};
	};
};