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 | / { | ||||
6 | #address-cells = <1>; | ||||
7 | #size-cells = <1>; | ||||
8 | |||||
9 | binman { | ||||
10 | efi-capsule { | ||||
11 | /* Image GUID for testing capsule update */ | ||||
12 | image-guid = "binman-test"; | ||||
13 | hardware-instance = <0x0>; | ||||
14 | |||||
15 | blob { | ||||
16 | filename = "capsule_input.bin"; | ||||
17 | }; | ||||
18 | }; | ||||
19 | }; | ||||
20 | }; |