Commit fddef3b9 authored by Jon Hunter's avatar Jon Hunter Committed by Thierry Reding

arm64: tegra: Add USB device support for Jetson AGX Xavier

Enable the USB device support for the Jetson AGX Xavier platform.
Signed-off-by: default avatarJon Hunter <jonathanh@nvidia.com>
Signed-off-by: default avatarThierry Reding <treding@nvidia.com>
parent 32ecead6
...@@ -2094,6 +2094,14 @@ usb3-3 { ...@@ -2094,6 +2094,14 @@ usb3-3 {
}; };
}; };
usb@3550000 {
status = "okay";
phys = <&{/bus@0/padctl@3520000/pads/usb2/lanes/usb2-0}>,
<&{/bus@0/padctl@3520000/pads/usb3/lanes/usb3-2}>;
phy-names = "usb2-0", "usb3-0";
};
usb@3610000 { usb@3610000 {
status = "okay"; status = "okay";
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment