Skip to content

Commit 401f784

Browse files
e-rkkartben
authored andcommitted
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 <[email protected]>
1 parent df7fbe6 commit 401f784

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

dts/arm/nordic/nrf5340_cpuapp_peripherals.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@ rtc1: rtc@15000 {
339339
prescaler = <1>;
340340
};
341341

342-
dppic: dppic@17000 {
342+
dppic0: dppic: dppic@17000 {
343343
compatible = "nordic,nrf-dppic";
344344
reg = <0x17000 0x1000>;
345345
status = "okay";

dts/arm/nordic/nrf5340_cpunet.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@
159159
status = "okay";
160160
};
161161

162-
dppic: dppic@4100f000 {
162+
dppic0: dppic: dppic@4100f000 {
163163
compatible = "nordic,nrf-dppic";
164164
reg = <0x4100f000 0x1000>;
165165
status = "okay";

dts/arm/nordic/nrf91_peripherals.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ adc: adc@e000 {
2828
#io-channel-cells = <1>;
2929
};
3030

31-
dppic: dppic@17000 {
31+
dppic0: dppic: dppic@17000 {
3232
compatible = "nordic,nrf-dppic";
3333
reg = <0x17000 0x1000>;
3434
status = "okay";

modules/hal_nordic/nrfx/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ config NRFX_DPPI
3131
config NRFX_DPPI0
3232
bool "DPPI0 driver instance"
3333
default y if NRFX_GPPI
34-
depends on $(dt_nodelabel_has_compat,dppic,$(DT_COMPAT_NORDIC_NRF_DPPIC))
34+
depends on $(dt_nodelabel_has_compat,dppic0,$(DT_COMPAT_NORDIC_NRF_DPPIC))
3535
select NRFX_DPPI
3636

3737
config NRFX_DPPI00

0 commit comments

Comments
 (0)