blob: c0c24729f827d37d8856a3aa1f4e3ffe80d08535 [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";
Stefan Herbrechtsmeier3074bdd2022-08-23 12:46:09 +020013 key-name = "tools/binman/test/230_dev.key";
Philippe Reynesebe96cb2022-03-28 22:57:04 +020014 header-size = <4096>;
15 version = <0x11223344>;
16 };
17
18 image: blob-ext {
19 filename = "refcode.bin";
20 };
21 };
22};