Skip to content

Commit 299a7e2

Browse files
committed
docs(linux): J721S2: Update the USB documentation
All the J7 family SoCs share same USB documentation. This documentation is incorrect in the case of J721S2 EVM. Update the documentation for J721S2 EVM. Signed-off-by: Hrushikesh Salunke <[email protected]>
1 parent a45a09e commit 299a7e2

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

source/images/usb_j721s2_evm.png

167 KB
Loading

source/linux/Foundational_Components/Kernel/Kernel_Drivers/USB/CDNS3.rst

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,24 @@ EVM
5858
the user must configure for either the USB3.1 Type C interface or the USB2.0 Type A
5959
interface. Both cannot be operated simultaneously.
6060

61+
.. ifconfig:: CONFIG_part_variant in ('J721S2')
62+
63+
The following diagram depicts USB integration in |__PART_FAMILY_DEVICE_NAMES__| EVM.
64+
65+
.. image:: /images/usb_j721s2_evm.png
66+
67+
The EVM supports one USB3.1 Gen1 Type C interface, which can function as DFP, UFP, or
68+
DRP. The EVM supports two USB2.0 Type A interfaces via an on-board USB hub. These
69+
ports can only function as Host.
70+
71+
.. note::
72+
The Type-C config DIP switch (SW3) must be set for DRP (Dual-role-Port)
73+
operation. SW3.3 = OFF, SW3.4 = ON.
74+
75+
The processor supports a single USB interface. Therefore, the user must configure
76+
for either the USB3.1 Type C interface or the USB2.0 Type A interface. Both cannot
77+
be operated simultaneously.
78+
6179
.. ifconfig:: CONFIG_part_family in ('AM64X_family')
6280

6381
**AM64X_EVM**

0 commit comments

Comments
 (0)