Skip to content

Commit 2cdde10

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 ed33438 commit 2cdde10

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
@@ -484,6 +484,13 @@
484484
frame-timeout-supported;
485485
};
486486

487+
ppib121: ppib@8ef000 {
488+
compatible = "nordic,nrf-ppib";
489+
reg = <0x8ef000 0x1000>;
490+
status = "disabled";
491+
channels = <8>;
492+
};
493+
487494
cpuppr_vpr: vpr@908000 {
488495
compatible = "nordic,nrf-vpr-coprocessor";
489496
reg = <0x908000 0x1000>;
@@ -518,6 +525,20 @@
518525
status = "disabled";
519526
};
520527

528+
ppib130: ppib@925000 {
529+
compatible = "nordic,nrf-ppib";
530+
reg = <0x925000 0x1000>;
531+
status = "disabled";
532+
channels = <32>;
533+
};
534+
535+
ppib131: ppib@926000 {
536+
compatible = "nordic,nrf-ppib";
537+
reg = <0x926000 0x1000>;
538+
status = "disabled";
539+
channels = <24>;
540+
};
541+
521542
rtc130: rtc@928000 {
522543
compatible = "nordic,nrf-rtc";
523544
reg = <0x928000 0x1000>;
@@ -652,6 +673,13 @@
652673
interrupts = <389 NRF_DEFAULT_IRQ_PRIORITY>;
653674
};
654675

676+
ppib132: ppib@98d000 {
677+
compatible = "nordic,nrf-ppib";
678+
reg = <0x98d000 0x1000>;
679+
status = "disabled";
680+
channels = <8>;
681+
};
682+
655683
dppic132: dppic@991000 {
656684
compatible = "nordic,nrf-dppic-global";
657685
reg = <0x991000 0x1000>;
@@ -677,6 +705,14 @@
677705
clock-names = "lfclock", "hfclock";
678706
};
679707

708+
ppib133: ppib@99d000 {
709+
compatible = "nordic,nrf-ppib";
710+
reg = <0x99d000 0x1000>;
711+
status = "disabled";
712+
channels = <8>;
713+
offset = <8>;
714+
};
715+
680716
dppic133: dppic@9a1000 {
681717
compatible = "nordic,nrf-dppic-global";
682718
reg = <0x9a1000 0x1000>;
@@ -801,6 +837,14 @@
801837
frame-timeout-supported;
802838
};
803839

840+
ppib134: ppib@9ad000 {
841+
compatible = "nordic,nrf-ppib";
842+
reg = <0x9ad000 0x1000>;
843+
status = "disabled";
844+
channels = <8>;
845+
offset = <16>;
846+
};
847+
804848
dppic134: dppic@9b1000 {
805849
compatible = "nordic,nrf-dppic-global";
806850
reg = <0x9b1000 0x1000>;
@@ -924,6 +968,14 @@
924968
endtx-stoptx-supported;
925969
frame-timeout-supported;
926970
};
971+
972+
ppib135: ppib@9bd000 {
973+
compatible = "nordic,nrf-ppib";
974+
reg = <0x9bd000 0x1000>;
975+
status = "disabled";
976+
channels = <8>;
977+
offset = <24>;
978+
};
927979
};
928980
};
929981

0 commit comments

Comments
 (0)