summaryrefslogtreecommitdiff
path: root/tools/binman/test/05_simple.dts
blob: 3771aa2261ce0f44d9d368be92a908dfaef50aeb (plain)
1
2
3
4
5
6
7
8
9
10
11
/dts-v1/;

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

	binman {
		u-boot {
		};
	};
};