blob: 61a9f2b25e9fe47a48b0920ac53e20d07d576a16 [file] [log] [blame]
Sughosh Ganuc7d4dfc2023-08-22 23:10:05 +05301// SPDX-License-Identifier: GPL-2.0+
2/**
3 * Devicetree file with the public key EFI Signature List(ESL)
4 * node. This file is used to generate the dtsi file to be
5 * included into the DTB.
6*/
7/ {
8 signature {
9 capsule-key = /incbin/("ESL_BIN_FILE");
10 };
11};