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:
parent
05980f2738
commit
8cc7c2992a
3 changed files with 8 additions and 0 deletions
|
@ -11,3 +11,9 @@ description: |
|
||||||
compatible: "nordic,nrf-dppic-local"
|
compatible: "nordic,nrf-dppic-local"
|
||||||
|
|
||||||
include: ["nordic,nrf-dppic.yaml", "nordic,nrf-dppic-links.yaml"]
|
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
1
dts/vendor/nordic/nrf54h20.dtsi
vendored
|
@ -369,6 +369,7 @@
|
||||||
dppic020: dppic@22000 {
|
dppic020: dppic@22000 {
|
||||||
compatible = "nordic,nrf-dppic-local";
|
compatible = "nordic,nrf-dppic-local";
|
||||||
reg = <0x22000 0x1000>;
|
reg = <0x22000 0x1000>;
|
||||||
|
channels = <32>;
|
||||||
status = "disabled";
|
status = "disabled";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
1
dts/vendor/nordic/nrf9280.dtsi
vendored
1
dts/vendor/nordic/nrf9280.dtsi
vendored
|
@ -250,6 +250,7 @@
|
||||||
dppic020: dppic@22000 {
|
dppic020: dppic@22000 {
|
||||||
compatible = "nordic,nrf-dppic-local";
|
compatible = "nordic,nrf-dppic-local";
|
||||||
reg = <0x22000 0x1000>;
|
reg = <0x22000 0x1000>;
|
||||||
|
channels = <32>;
|
||||||
status = "disabled";
|
status = "disabled";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue