1// SPDX-License-Identifier: GPL-2.0+
2
3/dts-v1/;
4
5/ {
6	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			private-key = "tools/binman/test/key.key";
13
14			blob {
15				filename = "capsule_input.bin";
16			};
17		};
18	};
19};
20