dts: arm: stm32l5 as a octospi node
Add the octospi node to the stm32l5 family
Signed-off-by: Francois Ramu <francois.ramu@st.com>
diff --git a/dts/arm/st/l5/stm32l5.dtsi b/dts/arm/st/l5/stm32l5.dtsi
index 655e8f3..9a56d08 100644
--- a/dts/arm/st/l5/stm32l5.dtsi
+++ b/dts/arm/st/l5/stm32l5.dtsi
@@ -12,6 +12,7 @@
#include <zephyr/dt-bindings/i2c/i2c.h>
#include <zephyr/dt-bindings/pwm/pwm.h>
#include <zephyr/dt-bindings/pwm/stm32_pwm.h>
+#include <zephyr/dt-bindings/flash_controller/ospi.h>
#include <freq.h>
/ {
@@ -369,6 +370,7 @@
label = "DAC_1";
#io-channel-cells = <1>;
};
+
spi2: spi@40003800 {
compatible = "st,stm32-spi-fifo", "st,stm32-spi";
#address-cells = <1>;
@@ -391,6 +393,17 @@
label = "SPI_3";
};
+ octospi1: octospi@44021000 {
+ compatible = "st,stm32-ospi";
+ reg = <0x44021000 0x400>;
+ interrupts = <76 0>;
+ clocks = <&rcc STM32_CLOCK_BUS_AHB3 0x00000100>;
+ #address-cells = <1>;
+ #size-cells = <0>;
+ status = "disabled";
+ label= "OCTOSPI1";
+ };
+
rng: rng@420c0800 {
compatible = "st,stm32-rng";
reg = <0x420c0800 0x400>;