Skip to content

Commit 8768487

Browse files
Patrice ChotardAlexandre Torgue
authored andcommitted
ARM: dts: stm32: Add QSPI support on STM32MP13x SoC family
Add QSPI support on STM32MP13x SoC family Signed-off-by: Patrice Chotard <patrice.chotard@foss.st.com> Signed-off-by: Alexandre Torgue <alexandre.torgue@foss.st.com>
1 parent 645a603 commit 8768487

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

arch/arm/boot/dts/stm32mp131.dtsi

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1265,6 +1265,21 @@
12651265
};
12661266
};
12671267

1268+
qspi: spi@58003000 {
1269+
compatible = "st,stm32f469-qspi";
1270+
reg = <0x58003000 0x1000>, <0x70000000 0x10000000>;
1271+
reg-names = "qspi", "qspi_mm";
1272+
#address-cells = <1>;
1273+
#size-cells = <0>;
1274+
interrupts = <GIC_SPI 91 IRQ_TYPE_LEVEL_HIGH>;
1275+
dmas = <&mdma 26 0x2 0x10100002 0x0 0x0>,
1276+
<&mdma 26 0x2 0x10100008 0x0 0x0>;
1277+
dma-names = "tx", "rx";
1278+
clocks = <&rcc QSPI_K>;
1279+
resets = <&rcc QSPI_R>;
1280+
status = "disabled";
1281+
};
1282+
12681283
sdmmc1: mmc@58005000 {
12691284
compatible = "st,stm32-sdmmc2", "arm,pl18x", "arm,primecell";
12701285
arm,primecell-periphid = <0x20253180>;

0 commit comments

Comments
 (0)