summaryrefslogtreecommitdiffstats
path: root/qemu/dtc/tests/zero-phandle.dts
diff options
context:
space:
mode:
Diffstat (limited to 'qemu/dtc/tests/zero-phandle.dts')
-rw-r--r--qemu/dtc/tests/zero-phandle.dts7
1 files changed, 7 insertions, 0 deletions
diff --git a/qemu/dtc/tests/zero-phandle.dts b/qemu/dtc/tests/zero-phandle.dts
new file mode 100644
index 000000000..7997d980d
--- /dev/null
+++ b/qemu/dtc/tests/zero-phandle.dts
@@ -0,0 +1,7 @@
+/dts-v1/;
+
+/ {
+ node {
+ linux,phandle = <0>;
+ };
+};