dts: stm32g4: Add ITM support

The STM32 G4 series has a built-in Arm Instrumentation Trace
Macrocell. Set CONFIG_HAS_SWO to enable this.

Signed-off-by: Andreas Sandberg <andreas@sandberg.uk>
This commit is contained in:
Andreas Sandberg 2023-12-04 21:08:31 +00:00 committed by Carles Cufí
parent 69e28939dd
commit 5767c8d78c

View file

@ -14,5 +14,6 @@ config SOC_SERIES_STM32G4X
select CPU_HAS_ARM_MPU
select CLOCK_CONTROL_STM32_CUBE if CLOCK_CONTROL
select HAS_PM
select HAS_SWO
help
Enable support for STM32G4 MCU series