aboutsummaryrefslogtreecommitdiffstats
path: root/dtc/tests/nonexist-node-ref.dts
diff options
context:
space:
mode:
Diffstat (limited to 'dtc/tests/nonexist-node-ref.dts')
-rw-r--r--dtc/tests/nonexist-node-ref.dts8
1 files changed, 8 insertions, 0 deletions
diff --git a/dtc/tests/nonexist-node-ref.dts b/dtc/tests/nonexist-node-ref.dts
new file mode 100644
index 00000000..efd41404
--- /dev/null
+++ b/dtc/tests/nonexist-node-ref.dts
@@ -0,0 +1,8 @@
+/dts-v1/;
+
+/ {
+ ref = < &{/node} >;
+ badref = < &{/nosuchnode} >;
+ label: node {
+ };
+};