Skip to content

Commit 935fb99

Browse files
[nrf fromlist] dts: nordic: Add channels property for local DPPI
Add number of channels implemented by the local DPPIC instances. Upstream PR #: 85853 Signed-off-by: Adam Kondraciuk <[email protected]>
1 parent 6dc8dcd commit 935fb99

File tree

3 files changed

+8
-0
lines changed

3 files changed

+8
-0
lines changed

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,9 @@ description: |
1111
compatible: "nordic,nrf-dppic-local"
1212

1313
include: ["nordic,nrf-dppic.yaml", "nordic,nrf-dppic-links.yaml"]
14+
15+
properties:
16+
channels:
17+
type: int
18+
required: true
19+
description: Number of channels implemented by the DPPIC instance.

dts/common/nordic/nrf54h20.dtsi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -359,6 +359,7 @@
359359
dppic020: dppic@22000 {
360360
compatible = "nordic,nrf-dppic-local";
361361
reg = <0x22000 0x1000>;
362+
channels = <32>;
362363
status = "disabled";
363364
};
364365

dts/common/nordic/nrf9280.dtsi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -467,6 +467,7 @@
467467
dppic120: dppic@8e1000 {
468468
compatible = "nordic,nrf-dppic-global";
469469
reg = <0x8e1000 0x1000>;
470+
channels = <32>;
470471
status = "disabled";
471472
};
472473

0 commit comments

Comments
 (0)