summaryrefslogtreecommitdiff
path: root/tests/bad-string-props.dts
blob: 6694704a5fc249e737bb5811bfccd87fcde3ef77 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/dts-v1/;

/ {
	device_type = <0xdeadbeef>;
	model = <0xdeadbeef>;
	status = <0xdeadbeef>;
	label = <0xdeadbeef>;

	foobar-names = "foo", <1>;

	node {
		compatible = "good", <0xdeadbeef>;
	};
};