aboutsummaryrefslogtreecommitdiffstats
path: root/dtc/tests/bad-phandle-cells.dts
diff options
context:
space:
mode:
Diffstat (limited to 'dtc/tests/bad-phandle-cells.dts')
-rw-r--r--dtc/tests/bad-phandle-cells.dts11
1 files changed, 11 insertions, 0 deletions
diff --git a/dtc/tests/bad-phandle-cells.dts b/dtc/tests/bad-phandle-cells.dts
new file mode 100644
index 000000000..7f7c6a25f
--- /dev/null
+++ b/dtc/tests/bad-phandle-cells.dts
@@ -0,0 +1,11 @@
+/dts-v1/;
+
+/ {
+ intc: interrupt-controller {
+ #interrupt-cells = <3>;
+ };
+
+ node {
+ interrupts-extended = <&intc>;
+ };
+};