dts: nordic: Add channels property for local DPPI

Add number of channels implemented by the local DPPIC instances.

Signed-off-by: Adam Kondraciuk <adam.kondraciuk@nordicsemi.no>
This commit is contained in:
Adam Kondraciuk 2025-02-25 11:18:58 +01:00 committed by Benjamin Cabé
commit 8cc7c2992a
3 changed files with 8 additions and 0 deletions

View file

@ -11,3 +11,9 @@ description: |
compatible: "nordic,nrf-dppic-local"
include: ["nordic,nrf-dppic.yaml", "nordic,nrf-dppic-links.yaml"]
properties:
channels:
type: int
required: true
description: Number of channels implemented by the DPPIC instance.

View file

@ -369,6 +369,7 @@
dppic020: dppic@22000 {
compatible = "nordic,nrf-dppic-local";
reg = <0x22000 0x1000>;
channels = <32>;
status = "disabled";
};

View file

@ -250,6 +250,7 @@
dppic020: dppic@22000 {
compatible = "nordic,nrf-dppic-local";
reg = <0x22000 0x1000>;
channels = <32>;
status = "disabled";
};