aboutsummaryrefslogtreecommitdiffstats
path: root/dtc/tests/bad-interrupt-controller.dts
diff options
context:
space:
mode:
Diffstat (limited to 'dtc/tests/bad-interrupt-controller.dts')
-rw-r--r--dtc/tests/bad-interrupt-controller.dts7
1 files changed, 7 insertions, 0 deletions
diff --git a/dtc/tests/bad-interrupt-controller.dts b/dtc/tests/bad-interrupt-controller.dts
new file mode 100644
index 000000000..62fa11889
--- /dev/null
+++ b/dtc/tests/bad-interrupt-controller.dts
@@ -0,0 +1,7 @@
+/dts-v1/;
+
+/ {
+ intc: interrupt-controller {
+ interrupt-controller;
+ };
+};