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

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

	binman {
		u-boot-nodtb {
		};

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