ARM: dts: stm32: Add QSPI support on STM32MP13x SoC family
authorPatrice Chotard <patrice.chotard@foss.st.com>
Fri, 31 Mar 2023 07:19:07 +0000 (09:19 +0200)
committerAlexandre Torgue <alexandre.torgue@foss.st.com>
Mon, 3 Apr 2023 09:19:03 +0000 (11:19 +0200)
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>
arch/arm/boot/dts/stm32mp131.dtsi

index 7ea1fe0cd0702607b39b11acad873a03e8439d4d..d163c267e34c6292d3e122ce3457be5b8fc8d137 100644 (file)
                        };
                };
 
+               qspi: spi@58003000 {
+                       compatible = "st,stm32f469-qspi";
+                       reg = <0x58003000 0x1000>, <0x70000000 0x10000000>;
+                       reg-names = "qspi", "qspi_mm";
+                       #address-cells = <1>;
+                       #size-cells = <0>;
+                       interrupts = <GIC_SPI 91 IRQ_TYPE_LEVEL_HIGH>;
+                       dmas = <&mdma 26 0x2 0x10100002 0x0 0x0>,
+                              <&mdma 26 0x2 0x10100008 0x0 0x0>;
+                       dma-names = "tx", "rx";
+                       clocks = <&rcc QSPI_K>;
+                       resets = <&rcc QSPI_R>;
+                       status = "disabled";
+               };
+
                sdmmc1: mmc@58005000 {
                        compatible = "st,stm32-sdmmc2", "arm,pl18x", "arm,primecell";
                        arm,primecell-periphid = <0x20253180>;