Sign in
qemu
/
dtc
/
e8364666d5acc985c434fb574e92c5206d9a8d6b
/
.
/
tests
/
bad-graph-root4.dts
blob: 5b1a1ea8a877d2d68ba98294a9c16d415b6e4370 [
file
] [
log
] [
blame
]
/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
{
};
};
};
};