summaryrefslogtreecommitdiff
path: root/tests/bad-graph-root3.dts
blob: 736001375a8901073fe2797013953f577373285a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/dts-v1/;

 / {
	bar: bar {
		port {
			bar_con: endpoint {
				remote-endpoint = <&foo_con>;
			};
		};
	};
	foo_con: endpoint {
		remote-endpoint = <&bar_con>;
	};
};