1// 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			fdt-phase = "spl";
18
19			section {
20				u-boot-spl {
21				};
22			};
23		};
24
25		blob {
26			filename = "blobfile";
27		};
28	};
29};
30