dts: clock_control: add mp2 rcc binding

Introduce DeviceTree binding for the STM32MP2 RCC clock controller,
enabling support for STM32MP2-specific clock configuration in Zephyr.
Update Kconfig.stm32 to add a dependency on STM32MP2 configuration,
allowing the use of STM32 LL RCC features when targeting STM32MP2
devices.
Add header for STM32MP2 per peripheral clock definitions.

Signed-off-by: Youssef Zini <youssef.zini@savoirfairelinux.com>
This commit is contained in:
Youssef Zini 2025-04-22 13:42:07 +02:00 committed by Benjamin Cabé
commit 7f23ce2967
4 changed files with 82 additions and 4 deletions

View file

@ -4,7 +4,5 @@
# Enable MPU
CONFIG_ARM_MPU=y
CONFIG_CLOCK_CONTROL=n
# Enable HW stack protection
CONFIG_HW_STACK_PROTECTION=y