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