Skip to content
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

boards: st: introduce new stm32f413 disco kit #82275

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

FRASTM
Copy link
Collaborator

@FRASTM FRASTM commented Nov 28, 2024

Add the stm32f413h_disco target to the boards/st

Add the PLL I2S if the clock 48MHz is required as a source clock by the SDMMC or USB or RNG
this PLLI2S is of compatible = "st,stm32f412-plli2s-clock"; introduced by the #82259

/* Enable PLL I2S to Deliver 48MHz clock from HS Clock */
&plli2s {
	div-m = <4>;
	mul-n = <96>;
	div-q = <4>;
	div-r = <2>;
	clocks = <&clk_hse>;
	status = "okay";
};

https://www.st.com/en/evaluation-tools/32f413hdiscovery.html

@FRASTM FRASTM force-pushed the stm32f413h_disco branch 3 times, most recently from 81aa2a0 to f8872c4 Compare November 28, 2024 17:07
boards/st/stm32f413h_disco/board.cmake Outdated Show resolved Hide resolved
boards/st/stm32f413h_disco/stm32f413h_disco_defconfig Outdated Show resolved Hide resolved
Supported Features
==================

The Zephyr stm32f413h_disco board configuration supports the following hardware features:
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

boards/st/stm32f413h_disco/doc/index.rst Outdated Show resolved Hide resolved
@FRASTM FRASTM added DNM This PR should not be merged (Do Not Merge) platform: STM32 ST Micro STM32 labels Nov 29, 2024
Add the stm32f413h_disco target to the boards/st
Add the PLLi2S when needed by the USB or SDMMC or RNG.

Signed-off-by: Francois Ramu <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
DNM This PR should not be merged (Do Not Merge) platform: STM32 ST Micro STM32
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants