summaryrefslogtreecommitdiff
path: root/tools/binman/test/24_sorted.dts
blob: 43a7831341ca79e44d15ca040c0d3dccc49e0ee5 (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 = <22>;
		};

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