zephyrproject-rtos / zephyr

Primary Git Repository for the Zephyr Project. Zephyr is a new generation, scalable, optimized, secure RTOS for multiple hardware architectures.
https://docs.zephyrproject.org
Apache License 2.0
10.84k stars 6.6k forks source link

drivers: usb: stm32: Add explicit dts clocks property for otg hsp ulpi #71248

Open erwango opened 7 months ago

erwango commented 7 months ago

Is your enhancement proposal related to a problem? Please describe. See https://github.com/zephyrproject-rtos/zephyr/pull/68431/ Configuring clocks for usb phy on STM32 is confusing due to:

Describe the solution you'd like Add clear dts properties to explicit the possible clocks configuration which are expected from the IP. Update both legacy and experimental drivers

00thirdeye00 commented 4 months ago

hej @erwango, I am new to zephyr and would like to work on this issue. Could you please guide me and give me some references/information for my understanding? :)