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:
parent
1dcd599982
commit
f2ec240b20
5 changed files with 37 additions and 0 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue