Skip to content

Commit ca1d457

Browse files
titouanckartben
authored andcommitted
boards: st: stm32h7s78_dk: include correct SoC pinctrl dtsi
The STM32H7S78-DK board is equipped with an STM32H7S7L8H6H. According to the datasheet DS14359 (*), section 8, the trailing `H` in this SoC model name indicates that it supports hexadeca SPI, in addition to quad and octa modes that are supported on all variants in this family. This fixes the issue where some pinctrl nodes are missing, when enabling support for memories using 16 bit wide SPI transfer interfaces, like the PSRAM chip on this board. (*) https://www.st.com/resource/en/datasheet/stm32h7s7l8.pdf Signed-off-by: Titouan Christophe <[email protected]>
1 parent 216476c commit ca1d457

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

boards/st/stm32h7s78_dk/stm32h7s78_dk.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
/dts-v1/;
88
#include <st/h7rs/stm32h7s7X8.dtsi>
9-
#include <st/h7/stm32h7s7l8hx-pinctrl.dtsi>
9+
#include <st/h7/stm32h7s7l8hxh-pinctrl.dtsi>
1010
#include "arduino_r3_connector.dtsi"
1111
#include <zephyr/dt-bindings/input/input-event-codes.h>
1212

0 commit comments

Comments
 (0)