Skip to content

Commit 0ba3bfc

Browse files
ankunsrlubos
authored andcommitted
doc: mpsl: fem: add simple_gpio support for the nRF54L Series devices
The Simple GPIO Front-End Module is supported on the nRF54L Series devices. This commit updates doc to mention it. Signed-off-by: Andrzej Kuros <[email protected]>
1 parent 4a77d70 commit 0ba3bfc

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-2
lines changed

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

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Enabling support for front-end modules using Simple GPIO interface
77
:local:
88
:depth: 2
99

10-
You can use the Skyworks range extenders with nRF52 and nRF53 Series devices.
10+
You can use the Skyworks range extenders with nRF52, nRF53 and nRF54L Series devices.
1111
SKY66112-11 is one of many FEM devices that support the 2-pin PA/LNA interface.
1212
You can use SKY66112-11 as an example on how to create bindings for different devices that support the 2-pin PA/LNA interface.
1313

@@ -67,6 +67,22 @@ To use the Simple GPIO implementation of FEM with SKY66112-11, complete the foll
6767
.. note::
6868
This step is not needed when testing with the :ref:`direct_test_mode` or :ref:`radio_test` samples on nRF53 Series devices.
6969

70+
#. On nRF54L Series devices, make sure the GPIO pins of the SoC selected to control ``ctx-gpios`` and ``crx-gpios`` support GPIOTE.
71+
For example, on the nRF54L15 device, use pins belonging to GPIO P1 or GPIO P0 only.
72+
You cannot use the GPIO P2 pins, because there is no related GPIOTE peripheral.
73+
It is recommended to use the GPIO pins that belong to the PERI Power Domain of the nRF54L device.
74+
For example, on the nRF54L15, these are pins belonging to GPIO P1.
75+
Using pins belonging to Low Power Domain (GPIO P0 on nRF54L15) is supported but requires more DPPI and PPIB channels of the SoC.
76+
Ensure that the following devicetree instances are enabled (have ``status = "okay"``):
77+
78+
* ``dppic10``
79+
* ``dppic20``
80+
* ``dppic30``
81+
* ``ppib11``
82+
* ``ppib21``
83+
* ``ppib22``
84+
* ``ppib30``
85+
7086
Optional FEM properties for simple GPIO
7187
***************************************
7288

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Zephyr and the |NCS| provides support for developing applications with the follo
2626
- nRF52, nRF53, nRF54L
2727
* - SKY66112-11
2828
- Simple GPIO
29-
- nRF52, nRF53
29+
- nRF52, nRF53, nF54L
3030

3131
The following hardware platforms with :term:`Front-End Module (FEM)` are supported by the |NCS|:
3232

doc/nrf/releases_and_maturity/releases/release-notes-changelog.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@ Developing with Front-End Modules
118118

119119
* The temperature compensation feature for the nRF2220 Front-End Module.
120120
* Support for the nRF21540 Front-End Module in GPIO/SPI mode for nRF54L Series devices.
121+
* Support for the Simple GPIO Front-End Module for nRF54L Series devices.
121122

122123
Developing with custom boards
123124
=============================

0 commit comments

Comments
 (0)