Philippe Reynes | 5d472d3 | 2022-03-28 22:57:06 +0200 | [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 | filename = "sandbox.img"; | ||||
11 | |||||
12 | pre-load { | ||||
13 | content = <&image>; | ||||
14 | algo-name = "sha256,rsa2048"; | ||||
15 | padding-name = "pss"; | ||||
16 | key-name = "dev.key"; | ||||
17 | header-size = <4096>; | ||||
18 | version = <1>; | ||||
19 | }; | ||||
20 | |||||
21 | image: blob-ext { | ||||
22 | filename = "test.fit"; | ||||
23 | }; | ||||
24 | }; | ||||
25 | }; |