1/dts-v1/;
2
3/ {
4	#address-cells = <1>;
5	#size-cells = <1>;
6
7	binman {
8		section {
9			pad-byte = <0xff>;
10			u-boot-spl {
11			};
12
13			u-boot {
14				offset = <24>;
15			};
16		};
17
18		u-boot-spl2 {
19			type = "u-boot-spl";
20		};
21	};
22};
23