xref: /netbsd-src/external/gpl2/dtc/dist/tests/dup-phandle.dts (revision b8ae3907463a83f8718c95e2089b3999b4985c28)
1/dts-v1/;
2
3/ {
4	node1 {
5		linux,phandle = <1>;
6	};
7	node2 {
8		linux,phandle = <1>;
9	};
10};
11