Skip to content

Conversation

shijas-mayan
Copy link

This pull request adds USB driver support for the Microchip G1 USB peripheral. It introduces the USB driver implementation and updates the devicetree for the SAM D5x/E5x series to include the required node and bindings.

Add more functionality in clock control driver.
Add bindings for dfll, fdpll, gclk generator, mclk cpu, osc32k, rtc clock
and xosc.

Signed-off-by: Sunil Abraham <[email protected]>
Copy link

Hello @shijas-mayan, 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. 😊

sunil-abraham and others added 3 commits October 6, 2025 18:50
Add more functionality in clock control driver.
Implement bootup clock initialization, async on and set_rate API.

Signed-off-by: Sunil Abraham <[email protected]>
Configure CPU clock using FDPLL, sourced from XOSC to achieve 120Mhz.
Also configure UART clock to support bootup initialization.

Signed-off-by: Sunil Abraham <[email protected]>
- Update samd5xe5x_p.dtsi to include the USB node.
- Add device tree binding file for Microchip USB G1 IP (ID: U2222).

Signed-off-by: Shijas Mayan <[email protected]>
- Add USB driver for Microchip USB G1 IP (ID: U2222).
- Add Kconfig file to support the driver.
- Update CMakeLists.txt to include the new driver.

Signed-off-by: Shijas Mayan <[email protected]>
- Update pin control, device tree and board YAML for SAM E54 XPRO.

Signed-off-by: Shijas Mayan <[email protected]>
Copy link

sonarqubecloud bot commented Oct 7, 2025

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

Successfully merging this pull request may close these issues.

2 participants