Skip to content

Commit

Permalink
boards: google: dragonclaw: Fix SoC model
Browse files Browse the repository at this point in the history
Google Dragonclaw board uses STM32F412CGU6 MCU, so fix include in DTS
and board.yml

Signed-off-by: Patryk Duda <[email protected]>
  • Loading branch information
duda-patryk authored and fabiobaltieri committed Mar 28, 2024
1 parent 85a7b27 commit dab9322
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion boards/google/dragonclaw/board.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ board:
name: google_dragonclaw
vendor: google
socs:
- name: stm32f412zx
- name: stm32f412cx
2 changes: 1 addition & 1 deletion boards/google/dragonclaw/google_dragonclaw.dts
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down

0 comments on commit dab9322

Please sign in to comment.