summaryrefslogtreecommitdiff
path: root/tools/binman/test/12_pack_inv_align.dts
blob: 1d9d80a65ccc87cb0b77fdb2607ba8eeeec83cb7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/dts-v1/;

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

	binman {
		u-boot {
			pos = <5>;
			align = <4>;
		};
	};
};