Skip to content

Commit 4de9f27

Browse files
erwangonashif
authored andcommitted
dts: Add stm32 quadspi support on L4 series
Add device tree description for qspi node on STM32L4 and signals on whole family. Signed-off-by: Erwan Gouriou <[email protected]> Signed-off-by: Piotr Mienkowski <[email protected]>
1 parent 9bfb889 commit 4de9f27

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

dts/arm/st/l4/stm32l4.dtsi

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,17 @@
171171
label= "I2C_3";
172172
};
173173

174+
quadspi: quadspi@a0001000 {
175+
compatible = "st,stm32-qspi";
176+
#address-cells = <1>;
177+
#size-cells = <0>;
178+
reg = <0xa0001000 0x400>;
179+
interrupts = <71 0>;
180+
clocks = <&rcc STM32_CLOCK_BUS_AHB3 0x00000100>;
181+
status = "disabled";
182+
label = "QUADSPI";
183+
};
184+
174185
spi1: spi@40013000 {
175186
compatible = "st,stm32-spi-fifo", "st,stm32-spi";
176187
#address-cells = <1>;

west.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ manifest:
7575
revision: b52fdbf4b62439be9fab9bb4bae9690a42d2fb14
7676
path: modules/hal/st
7777
- name: hal_stm32
78-
revision: 5a10f27be1b21c597ec5dc0bd8b90d2abe9fca69
78+
revision: cc8731dba4fd9c57d7fe8ea6149828b89c2bd635
7979
path: modules/hal/stm32
8080
- name: hal_ti
8181
revision: 277d70a65ab14d46bf1ec0935cf9bb28bbaa8ab9

0 commit comments

Comments
 (0)