-
Notifications
You must be signed in to change notification settings - Fork 7.8k
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
base: main
Are you sure you want to change the base?
dts: arm: st: u3: Add USB #94302
Conversation
Hello @wymcg, and thank you very much for your first pull request to the Zephyr project! |
f94ca28
to
e67605b
Compare
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]>
e67605b
to
c8b8ddc
Compare
|
clocks = <&rcc STM32_CLOCK(APB2, 24)>, | ||
<&rcc STM32_SRC_HSI48 ICLK_SEL(0)>; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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)>; |
Added a USB node for STM32U3 SoCs, and configured USB for the Nucleo U385RG-Q, enabling the USB samples.