summaryrefslogtreecommitdiff
path: root/tools/binman/test/fip/no_type.dts
blob: 23c8c3bc37e05b68e63868f6415008154cd20d1a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// SPDX-License-Identifier: GPL-2.0+
/dts-v1/;

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

	binman {
		atf-fip {
			fip-hdr-flags = /bits/ 64 <0x123>;
			u-boot {
			};
		};
	};
};