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