summaryrefslogtreecommitdiff
path: root/tests/bad-graph-root3.dts
diff options
context:
space:
mode:
Diffstat (limited to 'tests/bad-graph-root3.dts')
-rw-r--r--tests/bad-graph-root3.dts14
1 files changed, 14 insertions, 0 deletions
diff --git a/tests/bad-graph-root3.dts b/tests/bad-graph-root3.dts
new file mode 100644
index 0000000..7360013
--- /dev/null
+++ b/tests/bad-graph-root3.dts
@@ -0,0 +1,14 @@
+/dts-v1/;
+
+ / {
+ bar: bar {
+ port {
+ bar_con: endpoint {
+ remote-endpoint = <&foo_con>;
+ };
+ };
+ };
+ foo_con: endpoint {
+ remote-endpoint = <&bar_con>;
+ };
+};