AIGC doc for everyone#52
Open
TroyMitchell911 wants to merge 30 commits into
Open
Conversation
7497db9 to
e6ca8a5
Compare
rzbdz
reviewed
Mar 18, 2026
|
|
||
| ## 模块介绍 | ||
|
|
||
| K3 的 USB 子系统比 K1 明显更复杂,不能只按 K1 的“三个控制器”来理解。根据 `k3.dtsi`、各板级 DTS 和实际驱动,可以确认 K3 当前至少包含: |
Collaborator
There was a problem hiding this comment.
此处请勿提到K1. 使用确定性陈述语句单独介绍K3,不使用“不能只按 K1 的“三个控制器”来理解”,“可以确认K3至少包含”这种造句。
rzbdz
reviewed
Mar 18, 2026
|
|
||
| K3 的 USB 子系统比 K1 明显更复杂,不能只按 K1 的“三个控制器”来理解。根据 `k3.dtsi`、各板级 DTS 和实际驱动,可以确认 K3 当前至少包含: | ||
|
|
||
| - **1 路 USB2.0 Host**:`usb2_host` |
Collaborator
There was a problem hiding this comment.
参照User manual使用专用命名表达。而不是dts节点名称。
Collaborator
Author
There was a problem hiding this comment.
put uer manual link here
rzbdz
reviewed
Mar 18, 2026
| - `onsemi,fusb301` | ||
| - `spacemit,k3-typec-switch` | ||
|
|
||
| 也就是说,K3 上的 USB 不是简单“一个 USB3 控制器”,而是一个由 **DWC3 控制器 + USB2 PHY + USB3 PHY + Type-C 检测/切换 + 板级 GPIO/pinctrl** 组成的完整系统。 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR was entirely generated, committed, and pushed by AI.
Due to the nature of AIGC and a prompt instructing the AI to be as exhaustive as possible, some parts of the documentation may feel redundant.
If you find the generated driver documentation useful, feel free to modify and use it—just please remember to retain my SN. However, if you feel the driver is poorly written, please contact me, and I will remove your specific driver commit from this PR.
I sincerely hope this PR will reduce your workload.
Have a nice day :)