Skip to content

Commit c36e0e1

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 5319cfc commit c36e0e1

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
@@ -250,6 +250,7 @@
250250
dppic020: dppic@22000 {
251251
compatible = "nordic,nrf-dppic-local";
252252
reg = <0x22000 0x1000>;
253+
channels = <32>;
253254
status = "disabled";
254255
};
255256

0 commit comments

Comments
 (0)