Skip to content

Commit

Permalink
[nrf fromtree] doc: migration-guide: add notes on CONFIG_NFCT_PINS_AS…
Browse files Browse the repository at this point in the history
…_GPIOS changes

So that users know how to migrate to the new option.

Signed-off-by: Gerard Marull-Paretas <[email protected]>
(cherry picked from commit c0bf310)
  • Loading branch information
gmarull committed Oct 9, 2023
1 parent 9332b9b commit 008212f
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions doc/releases/migration-guide-3.5.rst
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,14 @@ Recommended Changes
:kconfig:option:`CONFIG_GIC_V3` directly in Kconfig has been deprecated.
The GIC version should now be specified by adding the appropriate compatible, for
example :dtcompatible:`arm,gic-v2`, to the GIC node in the device tree.

* Nordic nRF based boards using :kconfig:option:`CONFIG_NFCT_PINS_AS_GPIOS`
to configure NFCT pins as GPIOs, should instead set the new UICR
``nfct-pins-as-gpios`` property in devicetree. It can be set like this in the
board devicetree files:

.. code-block:: devicetree
&uicr {
nfct-pins-as-gpios;
};

0 comments on commit 008212f

Please sign in to comment.