/dts-v1/;

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

	binman {
		sort-by-pos;
		u-boot {
			pos = <22>;
		};

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