summaryrefslogtreecommitdiff
path: root/t/t4018/dts-nodes-comment2
blob: 27e9718b31cfc7bd0438db588a3a2b497919dd67 (plain)
1
2
3
4
5
6
7
8
/ {
	label_1: node1@ff00 {
		RIGHT@deadf00,4000 { /* a trailing comment */ 
			#size-cells = <1>;
			ChangeMe = <0xffeedd00>;
		};
	};
};