07_bad_align.dts 109 Bytes
/dts-v1/;

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

	binman {
		u-boot {
			align = <23>;
		};
	};
};