Skip to content

Commit 0858399

Browse files
mshinjokartben
authored andcommitted
boards: nucleo_h753zi: fix board model string
Correct "STM32H743ZI" to "STM32H753ZI" in devicetree. Signed-off-by: Mirai SHINJO <[email protected]>
1 parent 4ea2f81 commit 0858399

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

boards/st/nucleo_h753zi/nucleo_h753zi.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
#include <zephyr/dt-bindings/input/input-event-codes.h>
1212

1313
/ {
14-
model = "STMicroelectronics STM32H743ZI-NUCLEO board";
14+
model = "STMicroelectronics STM32H753ZI-NUCLEO board";
1515
compatible = "st,stm32h753zi-nucleo";
1616

1717
chosen {

0 commit comments

Comments
 (0)