blob: 54511a737112eb903a1a6acc88e9e4c280ba1e87 [file] [log] [blame]
Simon Glassecbe4732021-01-06 21:35:15 -07001/dts-v1/;
2
3/ {
4 #address-cells = <1>;
5 #size-cells = <1>;
6
7 binman {
8 section {
9 pad-byte = <0xff>;
10 u-boot-spl {
11 };
12
13 u-boot {
14 offset = <24>;
15 };
16 };
17
18 u-boot-spl2 {
19 type = "u-boot-spl";
20 };
21 };
22};