Skip to content

Commit a54d4ac

Browse files
soburikartben
authored andcommitted
docs: migration-guide-4.2: Add note about Renesas RA4M1 migration
The Renesas RA4M1 has moved to an FSP-based implementation. Signed-off-by: TOKITA Hiroshi <tokita.hiroshi@gmail.com>
1 parent cbcf36e commit a54d4ac

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

doc/releases/migration-guide-4.2.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,18 @@ Boards
4646

4747
* Zephyr now supports version 1.11.1 of the :zephyr:board:`neorv32`.
4848

49+
* ``arduino_uno_r4_minima``, ``arduino_uno_r4_wifi``, and ``mikroe_clicker_ra4m1`` have migrated to
50+
new FSP-based configurations.
51+
While there are no major functional changes, the device tree structure has been significantly revised.
52+
The following device tree bindings are now removed:
53+
``renesas,ra-gpio``, ``renesas,ra-uart-sci``, ``renesas,ra-pinctrl``,
54+
``renesas,ra-clock-generation-circuit``, and ``renesas,ra-interrupt-controller-unit``.
55+
Instead, use the following replacements:
56+
- :dtcompatible:`renesas,ra-gpio-ioport`
57+
- :dtcompatible:`renesas,ra-sci-uart`
58+
- :dtcompatible:`renesas,ra-pinctrl-pfs`
59+
- :dtcompatible:`renesas,ra-cgc-pclk-block`
60+
4961
Device Drivers and Devicetree
5062
*****************************
5163

0 commit comments

Comments
 (0)