Prepare v2023.10
[platform/kernel/u-boot.git] / tools / binman / test / 230_pre_load.dts
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                 pre-load {
11                         content = <&image>;
12                          algo-name = "sha256,rsa2048";
13                          key-name = "dev.key";
14                          header-size = <4096>;
15                          version = <0x11223344>;
16                 };
17
18                 image: blob-ext {
19                         filename = "refcode.bin";
20                 };
21         };
22 };