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

@ -339,7 +339,7 @@ rtc1: rtc@15000 {
prescaler = <1>;
};
dppic: dppic@17000 {
dppic0: dppic: dppic@17000 {
compatible = "nordic,nrf-dppic";
reg = <0x17000 0x1000>;
status = "okay";

View file

@ -159,7 +159,7 @@
status = "okay";
};
dppic: dppic@4100f000 {
dppic0: dppic: dppic@4100f000 {
compatible = "nordic,nrf-dppic";
reg = <0x4100f000 0x1000>;
status = "okay";

View file

@ -28,7 +28,7 @@ adc: adc@e000 {
#io-channel-cells = <1>;
};
dppic: dppic@17000 {
dppic0: dppic: dppic@17000 {
compatible = "nordic,nrf-dppic";
reg = <0x17000 0x1000>;
status = "okay";

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