blob: a88785d8352f9c2fbf10263681d6873a6b55444f [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";
Simon Glass3ab95982018-08-01 15:22:37 -060027 offset = <61>;
Simon Glass4f443042016-11-25 20:15:52 -070028 };
29 };
30};