blob: 02acf8652a5b3dc5494ca9745d69996d4278bed3 [file] [log] [blame]
Lukas Funke712e1062023-08-03 17:22:14 +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 xilinx-bootgen {
11 auth-params = "ppk_select=0", "spk_id=0x00000000";
12 pmufw-filename = "pmu-firmware.elf";
13 psk-key-name-hint = "psk";
14 ssk-key-name-hint = "ssk";
15
16 u-boot-spl-nodtb {
17 };
18 u-boot-spl-dtb {
19 };
20 };
21 };
22};