blob: 09de20e5bcae71490d93b058a65a1e3fbf5e6506 [file] [log] [blame]
Simon Glassbd5cd882022-08-13 11:40:50 -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 collection {
11 content = <&u_boot_nodtb &dtb>;
12 };
13 section {
14 fill {
15 size = <2>;
16 fill-byte = [ff];
17 };
18 u_boot_nodtb: u-boot-nodtb {
19 };
20 fill2 {
21 type = "fill";
22 size = <3>;
23 fill-byte = [fe];
24 };
25 };
26 dtb: u-boot-dtb {
27 };
28 };
29};