summaryrefslogtreecommitdiff
path: root/tools/binman/test/043_intel_cmc.dts
blob: 5a56c7d881ae499c22cf445185c8e831049af794 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/dts-v1/;

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

	binman {
		size = <16>;

		intel-cmc {
			filename = "cmc.bin";
		};
	};
};