xref
: /
external
/
dtc
/
tests
/
nonexist-label-ref.dts
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
/dts-v1/;
2
3
/ {
4
ref = <&label>;
5
badref = <&nosuchlabel>;
6
label: node {
7
};
8
};
9