samples: mspi_flash: add clock-frequency in STM32 DTS files

Add clock-frequency property under some overlay files.

Signed-off-by: Sara Touqan <zephyr@exalt.ps>
This commit is contained in:
Sara Touqan
2026-01-08 10:40:30 +02:00
committed by Fabio Baltieri
parent 9217ce54c6
commit a0918b6ed2
3 changed files with 3 additions and 1 deletions

View File

@@ -22,6 +22,7 @@
clocks = <&rcc STM32_CLOCK(AHB2_2, 8)>,
<&rcc STM32_SRC_SYSCLK OCTOSPI_SEL(0)>,
<&rcc STM32_CLOCK(AHB2, 21)>;
clock-frequency = <DT_FREQ_M(50)>;
#address-cells = <1>;
#size-cells = <0>;
op-mode = "MSPI_OP_MODE_CONTROLLER";

View File

@@ -21,9 +21,9 @@
clock-names = "xspix", "xspi-ker";
clocks = <&rcc STM32_CLOCK(AHB4, 20U)>,
<&rcc STM32_SRC_PLL1_Q OCTOSPI1_SEL(1)>;
clock-frequency = <DT_FREQ_M(50)>;
#address-cells = <1>;
#size-cells = <0>;
clock-frequency = <0x17d7840>;
op-mode = "MSPI_OP_MODE_CONTROLLER";
status = "okay";
pinctrl-0 = <&octospi1_io0_pb1 &octospi1_io1_pd12

View File

@@ -20,6 +20,7 @@
clock-names = "ospix", "ospi-ker";
clocks = <&rcc STM32_CLOCK(AHB3, 14)>,
<&rcc STM32_SRC_PLL1_Q OSPI_SEL(1)>;
clock-frequency = <DT_FREQ_M(50)>;
#address-cells = <1>;
#size-cells = <0>;
op-mode = "MSPI_OP_MODE_CONTROLLER";