summaryrefslogtreecommitdiff
path: root/tools/binman/test/079_uses_pos.dts
blob: 7638b9b5e0cabcec8c1c691b2a5f3bd5922ab729 (plain)
1
2
3
4
5
6
7
8
9
10
// SPDX-License-Identifier: GPL-2.0+
/dts-v1/;

/ {
	binman {
		u-boot {
			pos = <10>;
		};
	};
};