blob: d48e59f859b5f3f3a0bd93b24f18a821f0e07cae [file] [log] [blame]
Sughosh Ganu6b2d18a2023-10-10 14:40:59 +05301// SPDX-License-Identifier: GPL-2.0+
2
3/dts-v1/;
4
5/ {
6 binman {
7 efi-empty-capsule {
8 /* Image GUID for testing capsule update */
9 image-guid = "binman-test";
10 capsule-type = "accept";
11 };
12 };
13};