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.61k stars 6.5k forks source link

Update stm32f4 RCC driver to support MIPI DSI host/display on stm32f469i_disco #68938

Open devin-hale opened 7 months ago

devin-hale commented 7 months ago

Hey! I am attempting to add soc support for the mipi dsi driver, and ultimately display of the stm32f469i_disco. I've gotten as far as trying to define and map clock registers to the dts/soc, and consulting on the discord before being told that the RCC driver will need to be updated.

If at all possible, it would be great to update this driver so that I can continue adding support for the mipi host and display of this board. The following are some resources I've used so far so that hopefully nobody has to retread any ground:

stm32f469i_disco user manual: https://www.st.com/resource/en/user_manual/um1932-discovery-kit-with-stm32f469ni-mcu-stmicroelectronics.pdf

stm32f469xx reference manual: https://www.st.com/resource/en/reference_manual/rm0386-stm32f469xx-and-stm32f479xx-advanced-armbased-32bit-mcus-stmicroelectronics.pdf

default stm32f469i_disco clock config from stm32cubemx: clock_config

github-actions[bot] commented 7 months ago

Hi @devin-hale! We appreciate you submitting your first issue for our open-source project. 🌟

Even though I'm a bot, I can assure you that the whole community is genuinely grateful for your time and effort. 🤖💙

ajarmouni-st commented 7 months ago

Hi @devin-hale, thank you for working on this.

before being told that the RCC driver will need to be updated.

Can you provide more details about this?

erwango commented 7 months ago

Can you provide more details about this?

I'll give you the inputs

jancotipsarevic commented 3 months ago

Hi, is there any progress on that?, I am very interested! Thanks to all of you.