From dab93222dac6e4c7344dbfc44e0abe21f34d0eba Mon Sep 17 00:00:00 2001 From: Patryk Duda Date: Wed, 27 Mar 2024 18:22:47 +0100 Subject: [PATCH] boards: google: dragonclaw: Fix SoC model Google Dragonclaw board uses STM32F412CGU6 MCU, so fix include in DTS and board.yml Signed-off-by: Patryk Duda --- boards/google/dragonclaw/board.yml | 2 +- boards/google/dragonclaw/google_dragonclaw.dts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/boards/google/dragonclaw/board.yml b/boards/google/dragonclaw/board.yml index 28e8b84ab4..18e233f99b 100644 --- a/boards/google/dragonclaw/board.yml +++ b/boards/google/dragonclaw/board.yml @@ -2,4 +2,4 @@ board: name: google_dragonclaw vendor: google socs: - - name: stm32f412zx + - name: stm32f412cx diff --git a/boards/google/dragonclaw/google_dragonclaw.dts b/boards/google/dragonclaw/google_dragonclaw.dts index 579adf4026..a0f7932d8a 100644 --- a/boards/google/dragonclaw/google_dragonclaw.dts +++ b/boards/google/dragonclaw/google_dragonclaw.dts @@ -7,7 +7,7 @@ /dts-v1/; #include -#include +#include / { model = "Google Dragonclaw development board";