summaryrefslogtreecommitdiff
path: root/tools/binman/test/307_xilinx_bootgen_sign.dts
blob: 02acf8652a5b3dc5494ca9745d69996d4278bed3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
// SPDX-License-Identifier: GPL-2.0+

/dts-v1/;

/ {
	#address-cells = <1>;
	#size-cells = <1>;

	binman {
		xilinx-bootgen {
			auth-params = "ppk_select=0", "spk_id=0x00000000";
			pmufw-filename = "pmu-firmware.elf";
			psk-key-name-hint = "psk";
			ssk-key-name-hint = "ssk";

			u-boot-spl-nodtb {
			};
			u-boot-spl-dtb {
			};
		};
	};
};