1// SPDX-License-Identifier: GPL-2.0+
2
3/dts-v1/;
4
5/ {
6 binman {
7 efi-capsule {
8 /* Image GUID for testing capsule update */
9 image-guid = "binman-test";
10 hardware-instance = <0x0>;
11
12 blob {
13 filename = "capsule_input.bin";
14 };
15 };
16 };
17};
18