blob: 530638c56b698a357f78a35a9df4a34961f935c3 [file] [log] [blame]
Philippe Reynesebe96cb2022-03-28 22:57:04 +02001// SPDX-License-Identifier: GPL-2.0+
2
3/dts-v1/;
4
5/ {
6 #address-cells = <1>;
7 #size-cells = <1>;
8
9 binman {
10 pre-load {
11 content = <&image>;
12 algo-name = "sha256,rsa2048";
13 padding-name = "pkcs-1.5";
Stefan Herbrechtsmeier3074bdd2022-08-23 12:46:09 +020014 key-name = "tools/binman/test/230_dev.key";
Philippe Reynesebe96cb2022-03-28 22:57:04 +020015 header-size = <4096>;
16 version = <0x11223344>;
17 };
18
19 image: blob-ext {
20 filename = "refcode.bin";
21 };
22 };
23};