summaryrefslogtreecommitdiffstats
path: root/src/dtc/tests/dup-phandle.dts
blob: c266c6127bcce8292b92853181135f3d4b0ec278 (plain)
1
2
3
4
5
6
7
8
9
10
/dts-v1/;

/ {
	node1 {
		linux,phandle = <1>;
	};
	node2 {
		linux,phandle = <1>;
	};
};
OpenPOWER on IntegriCloud