boards: nucleo_h753zi: fix board model string
Correct "STM32H743ZI" to "STM32H753ZI" in devicetree. Signed-off-by: Mirai SHINJO <oss@mshinjo.com>
This commit is contained in:
committed by
Benjamin Cabé
parent
4ea2f81d99
commit
0858399ffa
@@ -11,7 +11,7 @@
|
||||
#include <zephyr/dt-bindings/input/input-event-codes.h>
|
||||
|
||||
/ {
|
||||
model = "STMicroelectronics STM32H743ZI-NUCLEO board";
|
||||
model = "STMicroelectronics STM32H753ZI-NUCLEO board";
|
||||
compatible = "st,stm32h753zi-nucleo";
|
||||
|
||||
chosen {
|
||||
|
||||
Reference in New Issue
Block a user