summaryrefslogtreecommitdiff
path: root/tools/binman/test/057_unknown_contents.dts
blob: 6ea98d7cab6f0345e8b69bcacb3f97267aed4b16 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// SPDX-License-Identifier: GPL-2.0+

/dts-v1/;

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

	binman {
		_testing {
			return-unknown-contents;
		};
	};
};