Sign in
◑
Theme
qemu
/
dtc
/
b841391bbd08e101b76cb6cddb26bf8faaee6203
/
.
/
tests
/
bad-graph-root4.dts
blob: 5b1a1ea8a877d2d68ba98294a9c16d415b6e4370 [
file
]
/dts-v1/
;
/
{
bar
:
bar
{
port
{
bar_con
:
endpoint
{
remote
-
endpoint
=
<&
foo_con
>;
};
};
};
foo
{
remote
-
endpoint
=
<&
bar_con
>;
// misplaced remote-endpoint property
port
{
foo_con
:
endpoint
{
};
};
};
};