blob: 4e649c45978d49c0629c2cf5a6f76561488b7891 [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 {
Alper Nebi Yasak9634dc92022-06-18 15:13:11 +030014 offset = <0x20>;
Simon Glass3eb5b202019-08-24 07:23:00 -060015 type = "u-boot-spl";
16 };
17
18 u-boot {
Alper Nebi Yasak9634dc92022-06-18 15:13:11 +030019 offset = <0x3c>;
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};