1/dts-v1/;
2
3/ {
4	ports {
5		#address-cells = <1>;
6		#size-cells = <0>;
7
8		bad_endpoint: port-a@0 {
9			reg = <0>;
10			#address-cells = <1>;
11			#size-cells = <0>;
12
13			endpoint@d0 {
14				reg = <0>;
15				remote-endpoint = <0xdeadbeef>;
16			};
17
18		};
19
20		port@1 {
21			reg = <0>;
22		};
23	};
24};
25