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:
parent
85a7b27f97
commit
dab93222da
|
@ -2,4 +2,4 @@ board:
|
||||||
name: google_dragonclaw
|
name: google_dragonclaw
|
||||||
vendor: google
|
vendor: google
|
||||||
socs:
|
socs:
|
||||||
- name: stm32f412zx
|
- name: stm32f412cx
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
/dts-v1/;
|
/dts-v1/;
|
||||||
|
|
||||||
#include <st/f4/stm32f412Xg.dtsi>
|
#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";
|
model = "Google Dragonclaw development board";
|
||||||
|
|
Loading…
Reference in a new issue