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 <patrykd@google.com>
This commit is contained in:
Patryk Duda 2024-03-27 18:22:47 +01:00 committed by Fabio Baltieri
parent 85a7b27f97
commit dab93222da
2 changed files with 2 additions and 2 deletions

View file

@ -2,4 +2,4 @@ board:
name: google_dragonclaw
vendor: google
socs:
- name: stm32f412zx
- name: stm32f412cx

View file

@ -7,7 +7,7 @@
/dts-v1/;
#include <st/f4/stm32f412Xg.dtsi>
#include <st/f4/stm32f412z(e-g)tx-pinctrl.dtsi>
#include <st/f4/stm32f412c(e-g)ux-pinctrl.dtsi>
/ {
model = "Google Dragonclaw development board";