Sughosh Ganu | 269ee6d | 2023-08-22 23:09:59 +0530 | [diff] [blame] | 1 | // SPDX-License-Identifier: GPL-2.0+ |
2 | |||||
3 | /dts-v1/; | ||||
4 | |||||
5 | / { | ||||
Sughosh Ganu | 269ee6d | 2023-08-22 23:09:59 +0530 | [diff] [blame] | 6 | 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 | private-key = "key.key"; | ||||
14 | public-key-cert = "key.crt"; | ||||
15 | |||||
16 | blob { | ||||
17 | filename = "capsule_input.bin"; | ||||
18 | }; | ||||
19 | }; | ||||
20 | }; | ||||
21 | }; |