Skip to content

Commit cd48c83

Browse files
committed
dts/arm/st: wb: Add quadspi node
Add quadspi support to stm32wb series. Tested on nucleo_wb55rg + nor flash. Signed-off-by: Erwan Gouriou <[email protected]>
1 parent 8370b23 commit cd48c83

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

dts/arm/st/wb/stm32wb.dtsi

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -352,6 +352,18 @@
352352
status = "disabled";
353353
label = "USB";
354354
};
355+
356+
quadspi: quadspi@a0001000 {
357+
compatible = "st,stm32-qspi";
358+
#address-cells = <0x1>;
359+
#size-cells = <0x0>;
360+
reg = <0xa0001000 0x400>;
361+
interrupts = <0x32 0x0>;
362+
clocks = <&rcc STM32_CLOCK_BUS_AHB3 0x100>;
363+
status = "disabled";
364+
label = "QUADSPI";
365+
};
366+
355367
};
356368

357369
usb_fs_phy: usbphy {

0 commit comments

Comments
 (0)