blob: 0fae118fc12d33c9afe2dad89a9886a54ca13f5a [file] [log] [blame]
Simon Glass37f85de2022-10-20 18:22:47 -06001// SPDX-License-Identifier: GPL-2.0+
2
3/dts-v1/;
4
5/ {
6 #address-cells = <1>;
7 #size-cells = <1>;
8
9 binman {
10 pad-byte = <0xff>;
11 u-boot-spl-elf {
12 };
13
14 u-boot {
15 };
16
17 u-boot-spl2 {
18 type = "u-boot-spl-elf";
19 };
20
21 u-boot-tpl-elf {
22 };
23
24 u-boot-vpl-elf {
25 };
26 };
27};