blob: 650394109868097e81aee82c27b72c07b656cee8 [file] [log] [blame]
Simon Glass3efb2972021-11-23 21:08:59 -07001// SPDX-License-Identifier: GPL-2.0+
2/dts-v1/;
3
4/ {
5 #address-cells = <1>;
6 #size-cells = <1>;
7
8 binman {
9 atf-fip {
10 fip-hdr-flags = /bits/ 64 <0x123>;
11 soc-fw {
12 fip-flags = /bits/ 64 <0x123456789abcdef>;
13 filename = "bl31.bin";
14 };
15
16 _testing {
17 fip-type = "rot-cert";
18 return-contents-later;
19 };
20 };
21 };
22};