blob: 0a62ef81dd2fac6b17739f8816da5d4639c4eca1 [file] [log] [blame]
Sughosh Ganub6176112023-08-22 23:09:59 +05301// SPDX-License-Identifier: GPL-2.0+
2
3/dts-v1/;
4
5/ {
Sughosh Ganub6176112023-08-22 23:09:59 +05306 binman {
7 efi-capsule {
8 image-index = <0x1>;
9 /* Image GUID for testing capsule update */
10 image-guid = "binman-test";
11 hardware-instance = <0x0>;
12
13 blob {
14 filename = "capsule_input.bin";
15 };
16 };
17 };
18};