dts: nordic: Add nrf-tbm (trace buffer monitor) node

Add new binding and a node to nrf54h20. Update Kconfig and nrfx_config
to include nrfx_tbm driver when node with that compatible is enabled.

Signed-off-by: Krzysztof Chruściński <krzysztof.chruscinski@nordicsemi.no>
This commit is contained in:
Krzysztof Chruściński 2024-04-26 09:24:14 +02:00 committed by Anas Nashif
commit f2ec240b20
5 changed files with 37 additions and 0 deletions

View file

@ -534,6 +534,10 @@ config NRFX_SYSTICK
bool "SYSTICK driver"
depends on CPU_CORTEX_M_HAS_SYSTICK
config NRFX_TBM
bool "TBM driver"
depends on $(dt_has_compat,$(DT_COMPAT_NORDIC_NRF_TBM))
config NRFX_TEMP
bool "TEMP driver"
depends on $(dt_has_compat,$(DT_COMPAT_NORDIC_NRF_TEMP))