Browse Source

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>
pull/90838/merge
Adam Kondraciuk 4 months ago committed by Benjamin Cabé
parent
commit
8cc7c2992a
  1. 6
      dts/bindings/misc/nordic,nrf-dppic-local.yaml
  2. 1
      dts/vendor/nordic/nrf54h20.dtsi
  3. 1
      dts/vendor/nordic/nrf9280.dtsi

6
dts/bindings/misc/nordic,nrf-dppic-local.yaml

@ -11,3 +11,9 @@ description: | @@ -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.

1
dts/vendor/nordic/nrf54h20.dtsi vendored

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

1
dts/vendor/nordic/nrf9280.dtsi vendored

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

Loading…
Cancel
Save