boards: use lowercase in the `renesas,r7fa4m1ab3cfm` compatible string

This commit unifies the `renesas,r7fa4m1ab3cfm` compatible string used in
various platforms by making it lowercase for the `arduino_uno_r4` target.

Signed-off-by: Filip Kokosinski <fkokosinski@antmicro.com>
This commit is contained in:
Filip Kokosinski 2024-06-17 10:07:08 +02:00 committed by Anas Nashif
parent 0c5d5f796f
commit 6138a11acc
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@
/ { / {
model = "Arduino Uno R4 Board"; model = "Arduino Uno R4 Board";
compatible = "renesas,r7fa4m1aB3cfm"; compatible = "renesas,r7fa4m1ab3cfm";
chosen { chosen {
zephyr,console = &uart2; zephyr,console = &uart2;