Skip to content

Commit 3a19a92

Browse files
committed
dts: common: nordic: nrf9251: Add dppi and ppib nodes
Add missing nodes (ppib) and properties (dppic). Signed-off-by: Krzysztof Chruściński <krzysztof.chruscinski@nordicsemi.no>
1 parent a47d6d8 commit 3a19a92

1 file changed

Lines changed: 52 additions & 0 deletions

File tree

dts/common/nordic/nrf9251.dtsi

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -486,6 +486,13 @@
486486
frame-timeout-supported;
487487
};
488488

489+
ppib121: ppib@8ef000 {
490+
compatible = "nordic,nrf-ppib";
491+
reg = <0x8ef000 0x1000>;
492+
status = "disabled";
493+
channels = <8>;
494+
};
495+
489496
cpuppr_vpr: vpr@908000 {
490497
compatible = "nordic,nrf-vpr-coprocessor";
491498
reg = <0x908000 0x1000>;
@@ -522,6 +529,20 @@
522529
groups = <2>;
523530
};
524531

532+
ppib130: ppib@925000 {
533+
compatible = "nordic,nrf-ppib";
534+
reg = <0x925000 0x1000>;
535+
status = "disabled";
536+
channels = <32>;
537+
};
538+
539+
ppib131: ppib@926000 {
540+
compatible = "nordic,nrf-ppib";
541+
reg = <0x926000 0x1000>;
542+
status = "disabled";
543+
channels = <24>;
544+
};
545+
525546
rtc130: rtc@928000 {
526547
compatible = "nordic,nrf-rtc";
527548
reg = <0x928000 0x1000>;
@@ -659,6 +680,13 @@
659680
interrupts = <389 NRF_DEFAULT_IRQ_PRIORITY>;
660681
};
661682

683+
ppib132: ppib@98d000 {
684+
compatible = "nordic,nrf-ppib";
685+
reg = <0x98d000 0x1000>;
686+
status = "disabled";
687+
channels = <8>;
688+
};
689+
662690
dppic132: dppic@991000 {
663691
compatible = "nordic,nrf-dppic-global";
664692
reg = <0x991000 0x1000>;
@@ -686,6 +714,14 @@
686714
clock-names = "lfclock", "hfclock";
687715
};
688716

717+
ppib133: ppib@99d000 {
718+
compatible = "nordic,nrf-ppib";
719+
reg = <0x99d000 0x1000>;
720+
status = "disabled";
721+
channels = <8>;
722+
offset = <8>;
723+
};
724+
689725
dppic133: dppic@9a1000 {
690726
compatible = "nordic,nrf-dppic-global";
691727
reg = <0x9a1000 0x1000>;
@@ -812,6 +848,14 @@
812848
frame-timeout-supported;
813849
};
814850

851+
ppib134: ppib@9ad000 {
852+
compatible = "nordic,nrf-ppib";
853+
reg = <0x9ad000 0x1000>;
854+
status = "disabled";
855+
channels = <8>;
856+
offset = <16>;
857+
};
858+
815859
dppic134: dppic@9b1000 {
816860
compatible = "nordic,nrf-dppic-global";
817861
reg = <0x9b1000 0x1000>;
@@ -937,6 +981,14 @@
937981
endtx-stoptx-supported;
938982
frame-timeout-supported;
939983
};
984+
985+
ppib135: ppib@9bd000 {
986+
compatible = "nordic,nrf-ppib";
987+
reg = <0x9bd000 0x1000>;
988+
status = "disabled";
989+
channels = <8>;
990+
offset = <24>;
991+
};
940992
};
941993
};
942994

0 commit comments

Comments
 (0)