aboutsummaryrefslogtreecommitdiff
path: root/tests/bad-chosen.dts
blob: d6f53c68ddd96eb99e0eafeb6234c18847cd8bcd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
/dts-v1/;

/ {
	node2 {
		chosen {
			bootargs = <0xdeadbeef>;
			stdout-path = <1>;
		};
	};
};