doc: migration-guide: add notes on CONFIG_NFCT_PINS_AS_GPIOS changes

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

Signed-off-by: Gerard Marull-Paretas <gerard@teslabs.com>
This commit is contained in:
Gerard Marull-Paretas 2023-09-14 14:45:33 +02:00 committed by Carles Cufí
commit c0bf310ac8

View file

@ -56,6 +56,17 @@ Recommended Changes
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;
};
Picolibc-related Changes
************************