Skip to content

Commit b6c84a9

Browse files
frantonygalak
authored andcommitted
boards/arm/olimexino_stm32: fix compatible dt property
The olimexino_stm32 board is developed by Olimex not by STMicroelectronics. Signed-off-by: Antony Pavlov <[email protected]>
1 parent 3f9a792 commit b6c84a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

boards/arm/olimexino_stm32/olimexino_stm32.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
/ {
1111
model = "Olimex OLIMEXINO-STM32 board";
12-
compatible = "st,olimexino_stm32", "st,stm32f103rb";
12+
compatible = "olimex,olimexino_stm32", "st,stm32f103rb";
1313

1414
chosen {
1515
zephyr,console = &usart1;

0 commit comments

Comments
 (0)