blob: 484a1b0050d6b5193d890b3bdcca96716f9e2c27 [file] [log] [blame]
Simon Glass189f2912021-03-21 18:24:31 +13001// SPDX-License-Identifier: GPL-2.0+
2
3/dts-v1/;
4
5/ {
6 #address-cells = <1>;
7 #size-cells = <1>;
8
9 binman {
10 collection {
11 content = <&u_boot_nodtb &dtb>;
12 };
13 fill {
14 size = <2>;
15 fill-byte = [ff];
16 };
17 u_boot_nodtb: u-boot-nodtb {
18 };
19 fill2 {
20 type = "fill";
21 size = <3>;
22 fill-byte = [fe];
23 };
24 dtb: u-boot-dtb {
25 };
26 };
27};