-
Notifications
You must be signed in to change notification settings - Fork 8k
drivers: usb: microchip: Introduce G1 USB Driver #96785
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?
drivers: usb: microchip: Introduce G1 USB Driver #96785
Conversation
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]>
Hello @shijas-mayan, and thank you very much for your first pull request to the Zephyr project! |
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]>
39d6001
to
0f04417
Compare
- 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]>
Signed-off-by: Shijas Mayan <[email protected]>
Signed-off-by: Shijas Mayan <[email protected]>
Signed-off-by: Shijas Mayan <[email protected]>
Signed-off-by: Shijas Mayan <[email protected]>
Signed-off-by: Shijas Mayan <[email protected]>
Signed-off-by: Shijas Mayan <[email protected]>
Signed-off-by: Shijas Mayan <[email protected]>
Signed-off-by: Shijas Mayan <[email protected]>
Signed-off-by: Shijas Mayan <[email protected]>
Signed-off-by: Shijas Mayan <[email protected]>
Signed-off-by: Shijas Mayan <[email protected]>
Signed-off-by: Shijas Mayan <[email protected]>
Signed-off-by: Shijas Mayan <[email protected]>
0f04417
to
50403f2
Compare
|
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.