xref: /openbmc/u-boot/tools/binman/test/009_pack_extra.dts (revision 9ab403d0dd3c88370612c97f8c4cb88199302833)
1/dts-v1/;
2
3/ {
4	#address-cells = <1>;
5	#size-cells = <1>;
6
7	binman {
8		u-boot {
9			pad-before = <3>;
10			pad-after = <5>;
11		};
12
13		u-boot-align-size-nop {
14			type = "u-boot";
15			align-size = <4>;
16		};
17
18		u-boot-align-size {
19			type = "u-boot";
20			align = <16>;
21			align-size = <32>;
22		};
23
24		u-boot-align-end {
25			type = "u-boot";
26			align-end = <64>;
27		};
28
29		u-boot-align-both {
30			type = "u-boot";
31			align= <64>;
32			align-end = <128>;
33		};
34	};
35};
36