summaryrefslogtreecommitdiff
path: root/tools/binman/test/024_sorted.dts
blob: b79d9adf68271db3ee7d50e79af675adab09c283 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/dts-v1/;

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

	binman {
		sort-by-offset;
		u-boot {
			offset = <26>;
		};

		u-boot-spl {
			offset = <1>;
		};
	};
};