aboutsummaryrefslogtreecommitdiff
path: root/tools/binman/test/068_blob_named_by_arg.dts
blob: e129f843cd5d388a17dddb5f1b226e6695afb371 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
// SPDX-License-Identifier: GPL-2.0+
/dts-v1/;

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

	binman {
		cros-ec-rw {
		};
	};
};