freebsd-nq/tests/nonexist-node-ref.dts
Rafal Jaworowski cb591ed209 Initial import of the Device Tree Compiler (DTC) package v1.2.0.
Obtained from:	git://git.jdl.com/software/dtc.git
2010-02-27 20:19:06 +00:00

9 lines
88 B
Plaintext

/dts-v1/;
/ {
ref = < &{/node} >;
badref = < &{/nosuchnode} >;
label: node {
};
};