blob: 8d6f4910c933bcf266fd146aa683b1343b410c08 [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 {
Samuel Hollande2574022023-01-21 17:25:16 -06009 min-size = <12>;
Simon Glass57454f42016-11-25 20:15:52 -070010 pad-before = <3>;
11 pad-after = <5>;
12 };
13
14 u-boot-align-size-nop {
15 type = "u-boot";
16 align-size = <4>;
17 };
18
19 u-boot-align-size {
20 type = "u-boot";
21 align = <16>;
22 align-size = <32>;
23 };
24
25 u-boot-align-end {
26 type = "u-boot";
27 align-end = <64>;
28 };
29
30 u-boot-align-both {
31 type = "u-boot";
Simon Glass187202f2020-10-26 17:40:08 -060032 align = <64>;
Simon Glass57454f42016-11-25 20:15:52 -070033 align-end = <128>;
34 };
Samuel Hollande2574022023-01-21 17:25:16 -060035
36 u-boot-min-size {
37 type = "u-boot";
38 min-size = <24>;
39 align-size = <16>;
40 };
Simon Glass57454f42016-11-25 20:15:52 -070041 };
42};