Commit b6c84a94 authored by Antony Pavlov's avatar Antony Pavlov Committed by Kumar Gala
Browse files

boards/arm/olimexino_stm32: fix compatible dt property



The olimexino_stm32 board is developed by Olimex
not by STMicroelectronics.

Signed-off-by: default avatarAntony Pavlov <antonynpavlov@gmail.com>
parent 3f9a7920
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@

/ {
	model = "Olimex OLIMEXINO-STM32 board";
	compatible = "st,olimexino_stm32", "st,stm32f103rb";
	compatible = "olimex,olimexino_stm32", "st,stm32f103rb";

	chosen {
		zephyr,console = &usart1;