About usb port of jetson orin nano on jetpack 5.1.3

Hello,

Through the article below, I was able to activate USB3.0 in jetpack 5.1.1.
However, dts has changed a lot in jetpack 5.1.3, so I don’t know how to fix it. Can you guide me?

Thank you.

Dts does not change a lot between jp5.1.1 and jp5.1.3… don’t know what you are talking about…

1 Like

Hello,

When I changed dtb to dts in jetpack5.1.3, it became as below. What value should I set for phandle when activating usb3-2?

usb3 {

                            lanes {

                                    usb3-0 {
                                            status = "okay";
                                            #phy-cells = <0x00>;
                                            nvidia,function = "xusb";
                                            phandle = <0x2bf>;
                                    };

                                    usb3-1 {
                                            status = "okay";
                                            #phy-cells = <0x00>;
                                            nvidia,function = "xusb";
                                            phandle = <0x2bc>;
                                    };

                                    usb3-2 {
                                            status = "disabled";
                                            #phy-cells = <0x00>;
                                    };

                                    usb3-3 {
                                            status = "disabled";
                                            #phy-cells = <0x00>;
                                    };
                            };
                    };

Attach dts
a.zip (54.6 KB)

Thank you.

Hello,

I’m attaching dmesg from jetpack5.1.3.
dmesg_orin_nano_jp315_for_usb_check.txt (77.4 KB)

Thank you.

There is no update from you for a period, assuming this is not an issue any more.
Hence we are closing this topic. If need further support, please open a new one.
Thanks

Is this still an issue to support? Any result can be shared?