blob: c913c8e4745cb7f5e05e697df1677d25b65c61c3 [file] [log] [blame]
Simon Glassf3598922024-07-20 11:49:45 +01001// SPDX-License-Identifier: GPL-2.0+
2// Copyright 2024 Google LLC
3// Written by Simon Glass <sjg@chromium.org>
4
5/dts-v1/;
6
7/ {
8 #address-cells = <1>;
9 #size-cells = <1>;
10
11 compatible = "model-not-set";
12
13 binman {
14 alternates-fdt {
15 fdt-list-dir = "dtb";
16 filename-pattern = "NAME.bin";
17
18 section {
19 u-boot-tpl {
20 };
21 };
22 };
23
24 blob {
25 filename = "blobfile";
26 };
27 };
28};