aboutsummaryrefslogtreecommitdiffstats
path: root/dtc/tests/dup-phandle.dts
diff options
context:
space:
mode:
Diffstat (limited to 'dtc/tests/dup-phandle.dts')
-rw-r--r--dtc/tests/dup-phandle.dts10
1 files changed, 10 insertions, 0 deletions
diff --git a/dtc/tests/dup-phandle.dts b/dtc/tests/dup-phandle.dts
new file mode 100644
index 00000000..c266c612
--- /dev/null
+++ b/dtc/tests/dup-phandle.dts
@@ -0,0 +1,10 @@
+/dts-v1/;
+
+/ {
+ node1 {
+ linux,phandle = <1>;
+ };
+ node2 {
+ linux,phandle = <1>;
+ };
+};