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