blob: 1b315557716326629228cdd71a3235c0042e0ac2 [file] [log] [blame]
Simon Glass57454f42016-11-25 20:15:52 -07001/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";
Simon Glass187202f2020-10-26 17:40:08 -060031 align = <64>;
Simon Glass57454f42016-11-25 20:15:52 -070032 align-end = <128>;
33 };
34 };
35};