Skip to content

Commit 8c9a2b2

Browse files
carlescufikartben
authored andcommitted
boards: nrf54l15dk: Add documentation about the emulated SoCs
The nRF54L15 DK can now be used to emulate its lesser siblings, the L05 and the L10. Document this in the board reference so that user are aware of this fact. Signed-off-by: Carles Cufi <[email protected]>
1 parent 345f7f1 commit 8c9a2b2

File tree

1 file changed

+38
-0
lines changed

1 file changed

+38
-0
lines changed

boards/nordic/nrf54l15dk/doc/index.rst

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,3 +150,41 @@ Test the nRF54L15 DK with a :zephyr:code-sample:`blinky` sample.
150150

151151
.. _nRF54L15 website: https://www.nordicsemi.com/Products/nRF54L15
152152
.. _nRF54L15 documentation: https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/app_dev/device_guides/nrf54l/index.html
153+
154+
.. _nrf54l15dk_nrf54l05:
155+
156+
nRF54L05 emulation on nRF54L15 DK
157+
#################################
158+
159+
Overview
160+
********
161+
162+
The ``nrf54l15dk/nrf54l05`` board is a modified version of the :ref:`nrf54l15dk_nrf54l15`
163+
that enforces the limitations imposed by the nRF54L05 IC, which is a
164+
cost-reduced variant of the original nRF54L15. Since Nordic does not offer a
165+
development kit for the nRF54L05, you can use this board to develop for this
166+
IC while using the nRF54L15 Development Kit (PCA10156).
167+
168+
See :ref:`nrf54l15dk_nrf54l15` for more information about the development board and
169+
`nRF54L05 website`_ for the official reference on the IC itself.
170+
171+
.. _nRF54L05 website: https://www.nordicsemi.com/Products/nRF54L05
172+
173+
.. _nrf54l15dk_nrf54l10:
174+
175+
nRF54L10 emulation on nRF54L15 DK
176+
#################################
177+
178+
Overview
179+
********
180+
181+
The ``nrf54l15dk/nrf54l10`` board is a modified version of the :ref:`nrf54l15dk_nrf54l15`
182+
that enforces the limitations imposed by the nRF54L10 IC, which is a
183+
cost-reduced variant of the original nRF54L15. Since Nordic does not offer a
184+
development kit for the nRF54L10 you can use this board to develop for this
185+
IC while using the nRF54L15 Development Kit (PCA10156).
186+
187+
See :ref:`nrf54l15dk_nrf54l15` for more information about the development board and
188+
`nRF54L10 website`_ for the official reference on the IC itself.
189+
190+
.. _nRF54L10 website: https://www.nordicsemi.com/Products/nRF54L10

0 commit comments

Comments
 (0)