Skip to content

dts: arm: st: u3: Add USB #94302

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

wymcg
Copy link

@wymcg wymcg commented Aug 10, 2025

Added a USB node for STM32U3 SoCs, and configured USB for the Nucleo U385RG-Q, enabling the USB samples.

Copy link

Hello @wymcg, and thank you very much for your first pull request to the Zephyr project!
Our Continuous Integration pipeline will execute a series of checks on your Pull Request commit messages and code, and you are expected to address any failures by updating the PR. Please take a look at our commit message guidelines to find out how to format your commit messages, and at our contribution workflow to understand how to update your Pull Request. If you haven't already, please make sure to review the project's Contributor Expectations and update (by amending and force-pushing the commits) your pull request if necessary.
If you are stuck or need help please join us on Discord and ask your question there. Additionally, you can escalate the review when applicable. 😊

@wymcg wymcg force-pushed the nucleou385rgq-usb branch from f94ca28 to e67605b Compare August 11, 2025 22:57
wymcg added 2 commits August 11, 2025 18:36
Add USB DTS node for STM32U3 series SoCs.

Signed-off-by: Will McGloughlin <[email protected]>
Enable USB for the Nucleo U385RG-Q. Samples in samples/subsys/usb compile
and operate as expected.

Signed-off-by: Will McGloughlin <[email protected]>
@wymcg wymcg force-pushed the nucleou385rgq-usb branch from e67605b to c8b8ddc Compare August 11, 2025 23:39
Copy link

Comment on lines +413 to +414
clocks = <&rcc STM32_CLOCK(APB2, 24)>,
<&rcc STM32_SRC_HSI48 ICLK_SEL(0)>;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
clocks = <&rcc STM32_CLOCK(APB2, 24)>,
<&rcc STM32_SRC_HSI48 ICLK_SEL(0)>;
clocks = <&rcc STM32_CLOCK(APB2, 24)>,
<&rcc STM32_SRC_HSI48 ICLK_SEL(0)>;

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
platform: STM32 ST Micro STM32
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants