blob: 0a4ab3f1fabdd321b5fa49cc4071686678efe153 [file] [log] [blame]
Simon Glass3eb5b202019-08-24 07:23:00 -06001/dts-v1/;
2
3/ {
4 #address-cells = <1>;
5 #size-cells = <1>;
6
7 binman {
8 pad-byte = <0xff>;
9 u-boot-spl {
10 offset = <4>;
11 };
12
13 u-boot-spl2 {
Simon Glass4e353e22019-08-24 07:23:04 -060014 offset = <0x1c>;
Simon Glass3eb5b202019-08-24 07:23:00 -060015 type = "u-boot-spl";
16 };
17
18 u-boot {
Simon Glass4e353e22019-08-24 07:23:04 -060019 offset = <0x34>;
Simon Glass3eb5b202019-08-24 07:23:00 -060020 };
21
22 section {
23 u-boot-tpl {
Simon Glass3eb5b202019-08-24 07:23:00 -060024 };
25 };
26 };
27};