what does the usb2-companion in the dts reflect?

Hi,

In the dts snippet for tx2, does the usb2-companion=<1> usb3-0 mean that this SS port uses usb2-1 as a companion, in the ports description below ?

thanks!

ports {
			usb2-0 {
				status = "okay";
				mode = "host";
				vbus-supply = <&vdd_usb0_5v>;
				nvidia,oc-pin = <1>;
			};
			usb2-1 {
				status = "okay";
				mode = "host";
				vbus-supply = <&vdd_usb1_5v>;
				nvidia,oc-pin = <1>;
			};
			usb2-2 {
				status = "okay";
				mode = "host";
				vbus-supply = <&battery_reg>;
				nvidia,oc-pin = <0>;
			};
			usb3-0 {
				nvidia,usb2-companion = <1>;
				status = "okay";
			};

		};

Hi,
Please refer to Figure 21 in
https://developer.nvidia.com/embedded/dlc/jetson-tx2-series-oem-product-design-guide

The type A port is usb3-0[C43 C44 F43 F44] with usb2-1[A38 A39]

1 Like