Skip to content

Commit 3404bd0

Browse files
committed
dts: arm: st: stm32g4: add quadspi node
The STM32G4 variants g473, g474, g483, g484, g491 and g4a1 do support QuadSPI interface. All mentioned variants include the stm32g491.dtsi. Signed-off-by: Andreas Schmidt <[email protected]>
1 parent 8add921 commit 3404bd0

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

dts/arm/st/g4/stm32g491.dtsi

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,5 +77,15 @@
7777
interrupts = <53 0>;
7878
status = "disabled";
7979
};
80+
81+
quadspi: spi@a0001000 {
82+
compatible = "st,stm32-qspi";
83+
#address-cells = <1>;
84+
#size-cells = <0>;
85+
reg = <0xa0001000 0x400>;
86+
interrupts = <95 0>;
87+
clocks = <&rcc STM32_CLOCK(AHB3, 8U)>;
88+
status = "disabled";
89+
};
8090
};
8191
};

0 commit comments

Comments
 (0)