dts: nordic: Add dppic0 label to nRF53 and nRF91 devices

Added dppic0 node label, alongside the dppic to maintain backward
compatibility. The use of dppic0 is preferred.

Signed-off-by: Rafał Kuźnia <rafal.kuznia@nordicsemi.no>
This commit is contained in:
Rafał Kuźnia 2024-11-19 16:16:23 +01:00 committed by Benjamin Cabé
commit 401f784337
4 changed files with 4 additions and 4 deletions

View file

@ -31,7 +31,7 @@ config NRFX_DPPI
config NRFX_DPPI0
bool "DPPI0 driver instance"
default y if NRFX_GPPI
depends on $(dt_nodelabel_has_compat,dppic,$(DT_COMPAT_NORDIC_NRF_DPPIC))
depends on $(dt_nodelabel_has_compat,dppic0,$(DT_COMPAT_NORDIC_NRF_DPPIC))
select NRFX_DPPI
config NRFX_DPPI00