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:
parent
df7fbe6086
commit
401f784337
4 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue