Sign in
qemu
/
dtc
/
99031e3a4a6e479466ae795790b44727434ca27d
/
.
/
tests
/
bad-graph.dts
blob: 522da0edbbc8def9dc31a257e998352f331d9a94 [
file
] [
log
] [
blame
]
/dts-v1/
;
/
{
ports
{
#address-cells = <1>;
#size-cells = <0>;
bad_endpoint
:
port
-
a@0
{
reg
=
<
0
>;
#address-cells = <1>;
#size-cells = <0>;
endpoint@d0
{
reg
=
<
0
>;
remote
-
endpoint
=
<
0xdeadbeef
>;
};
};
port@1
{
reg
=
<
0
>;
};
};
};