Skip to content

Commit 4a77d70

Browse files
ankunsrlubos
authored andcommitted
doc: mpsl: fem: align ensure DPPIC and PPIB instances enabled
The doc for nrf2220, nrf21540_gpio, nrf21540_gpio_spi is aligned for nrf54l. Signed-off-by: Andrzej Kuros <[email protected]>
1 parent cf431dc commit 4a77d70

File tree

3 files changed

+27
-33
lines changed

3 files changed

+27
-33
lines changed

doc/nrf/app_dev/device_guides/fem/fem_nrf21540_gpio.rst

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,4 +89,12 @@ To use nRF21540 in GPIO mode, complete the following steps:
8989
* ``tx-en-settle-time-us`` to the value ``27``.
9090
* ``rx-en-settle-time-us`` to the value ``12``.
9191

92-
Ensure the instances ``dppic10``, ``dppic20``, ``dppic30``, ``ppib11``, ``ppib21``, ``ppib22``, ``ppib30`` are enabled (have ``status = "okay";``) in the devicetree.
92+
Ensure that the following devicetree instances are enabled (have ``status = "okay"``):
93+
94+
* ``dppic10``
95+
* ``dppic20``
96+
* ``dppic30``
97+
* ``ppib11``
98+
* ``ppib21``
99+
* ``ppib22``
100+
* ``ppib30``

doc/nrf/app_dev/device_guides/fem/fem_nrf21540_gpio_spi.rst

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,15 @@ To use nRF21540 in GPIO+SPI mode, complete the following steps:
132132
* ``tx-en-settle-time-us`` to the value ``27``.
133133
* ``rx-en-settle-time-us`` to the value ``12``.
134134

135-
Ensure the instances ``dppic10``, ``dppic20``, ``dppic30``, ``ppib11``, ``ppib21``, ``ppib22``, ``ppib30`` are enabled (have ``status = "okay";``) in the devicetree.
135+
Ensure that the following devicetree instances are enabled (have ``status = "okay"``):
136+
137+
* ``dppic10``
138+
* ``dppic20``
139+
* ``dppic30``
140+
* ``ppib11``
141+
* ``ppib21``
142+
* ``ppib22``
143+
* ``ppib30``
136144

137145
.. note::
138146
The nRF21540 GPIO-only mode of operation is selected by default in Kconfig when an nRF21540 node is provided in devicetree, as mentioned in the :ref:`ug_radio_fem_sw_support` section.

doc/nrf/app_dev/device_guides/fem/fem_nrf2220.rst

Lines changed: 9 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -125,34 +125,12 @@ To use nRF2220, complete the following steps:
125125
It is recommended to use the GPIO pins that belong to the PERI Power Domain of the nRF54L device.
126126
For example, on the nRF54L15, these are pins belonging to GPIO P1.
127127
Using pins belonging to Low Power Domain (GPIO P0 on nRF54L15) is supported but requires more DPPI and PPIB channels of the SoC.
128-
Enable appropriate instances of the ``DPPIC`` and ``PPIB`` peripherals in the devicetree file:
129-
130-
.. code-block:: devicetree
131-
132-
&dppic10 {
133-
status = "okay";
134-
};
135-
136-
&ppib11 {
137-
status = "okay";
138-
};
139-
140-
&ppib21 {
141-
status = "okay";
142-
};
143-
144-
&dppic20 {
145-
status = "okay";
146-
};
147-
148-
&ppib22 {
149-
status = "okay";
150-
};
151-
152-
&ppib30 {
153-
status = "okay";
154-
};
155-
156-
&dppic30 {
157-
status = "okay";
158-
};
128+
Ensure that the following devicetree instances are enabled (have ``status = "okay"``):
129+
130+
* ``dppic10``
131+
* ``dppic20``
132+
* ``dppic30``
133+
* ``ppib11``
134+
* ``ppib21``
135+
* ``ppib22``
136+
* ``ppib30``

0 commit comments

Comments
 (0)