summaryrefslogtreecommitdiff
path: root/tools/binman/test/51_u_boot_spl_dtb.dts
blob: 3912f86b4cd7f962e477201ec81dbbe0ea9047df (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/dts-v1/;

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

	binman {
		size = <16>;

		u-boot-spl-dtb {
		};
	};
};