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

soc: arm: st_stm32: add support for STM32H7B0 SoC #65092

Merged

Commits on Nov 13, 2023

  1. soc: arm: st_stm32: add support for stm32h7b0xx and stm32h7b0xxQ

    Add Kconfig SoC configurations.
    
    Signed-off-by: Charles Dias <charlesdias.cd@outlook.com>
    CharlesDias committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    a2f166b View commit details
    Browse the repository at this point in the history
  2. drivers: clock_control: define clock freq for STM32H7B0

    Define max SYSCLK and AHB clock frequencies as 280 MHz, max APB
    frequency as 140 MHz, and enable semaphore clock.
    
    Signed-off-by: Charles Dias <charlesdias.cd@outlook.com>
    CharlesDias committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    c8190da View commit details
    Browse the repository at this point in the history
  3. dts: arm: st: h7: add support for stm32h7b0

    Add device tree support for STM32H7B0 line.
    
    Signed-off-by: Charles Dias <charlesdias.cd@outlook.com>
    CharlesDias committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    b4a8a0b View commit details
    Browse the repository at this point in the history