Skip to content

Commit 62a8e49

Browse files
frantonygalak
authored andcommitted
boards/arm/mikroe_mini_m4_for_stm32: fix model&compatible dt properties
The mikroe_mini_m4_for_stm32 board is developed by Mikroelektronika not by STMicroelectronics. Also use more appropriate "mini-m4-for-stm32" board name for compatible dt property. Signed-off-by: Antony Pavlov <[email protected]>
1 parent b6c84a9 commit 62a8e49

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

boards/arm/mikroe_mini_m4_for_stm32/mikroe_mini_m4_for_stm32.dts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
#include <st/f4/stm32f415Rg.dtsi>
99

1010
/ {
11-
model = "STMicroelectronics Mikroe MINI-M4 for STM32 board";
12-
compatible = "st,stm32f415-mikroe-f415rg", "st,stm32f415";
11+
model = "Mikroe MINI-M4 for STM32 board";
12+
compatible = "mikroe,mini-m4-for-stm32", "st,stm32f415rg";
1313

1414
chosen {
1515
zephyr,console = &usart2;

0 commit comments

Comments
 (0)