summaryrefslogtreecommitdiff
path: root/tools/binman/test/24_sorted.dts
blob: 9f4151c932b0fb1ea154386d3c6368066e5a60ce (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-pos;
		u-boot {
			pos = <10>;
		};

		u-boot-spl {
			pos = <5>;
		};
	};
};