blob: 2dfd286ad44fcae5bb4e73c4ef4881d3b6f28ef7 [file] [log] [blame]
Simon Glassf53a7bc2023-07-18 07:24:08 -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 u-boot-dtb {
11 };
12
13 mkimage {
14 args = "-n test -T script";
15
16 u-boot-spl {
17 };
18
19 u-boot-spl2 {
20 type = "u-boot-spl";
21 };
22 };
23
24 u-boot {
25 };
26 };
27};