blob: dc63d99dcb06438d0986c3cba7631f96f45d9b09 [file] [log] [blame]
Simon Glass4f443042016-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 };
10
11 u-boot-align {
12 type = "u-boot";
13 align = <16>;
14 };
15
16 u-boot-size {
17 type = "u-boot";
18 size = <23>;
19 };
20
21 u-boot-next {
22 type = "u-boot";
23 };
24
25 u-boot-fixed {
26 type = "u-boot";
27 pos = <61>;
28 };
29 };
30};