aboutsummaryrefslogtreecommitdiffstats
path: root/dtc/tests/bad-name-property.dts
diff options
context:
space:
mode:
Diffstat (limited to 'dtc/tests/bad-name-property.dts')
-rw-r--r--dtc/tests/bad-name-property.dts7
1 files changed, 7 insertions, 0 deletions
diff --git a/dtc/tests/bad-name-property.dts b/dtc/tests/bad-name-property.dts
new file mode 100644
index 00000000..4fde4bef
--- /dev/null
+++ b/dtc/tests/bad-name-property.dts
@@ -0,0 +1,7 @@
+/dts-v1/;
+
+/ {
+ node@0 {
+ name = "badthing";
+ };
+};