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

/dts-v1/;

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

	binman {
		cbfs {
		};
	};
};