blob: 980b066eb21d4b0b8dfdbc009ac9fdcd162ebab5 [file] [log] [blame]
Simon Glass19790632017-11-13 18:55:01 -07001/dts-v1/;
2
3/ {
4 #address-cells = <1>;
5 #size-cells = <1>;
6
7 binman {
8 pad-byte = <0xff>;
9 u-boot-spl {
10 };
11
12 u-boot {
13 pos = <20>;
14 };
15
16 u-boot-spl2 {
17 type = "u-boot-spl";
18 };
19 };
20};