]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
ARM: dts: stm32: Add QSPI support on STM32MP13x SoC family
authorPatrice Chotard <patrice.chotard@foss.st.com>
Mon, 3 Apr 2023 06:04:11 +0000 (08:04 +0200)
committerPatrice Chotard <patrice.chotard@foss.st.com>
Wed, 19 Apr 2023 07:51:49 +0000 (09:51 +0200)
Add QSPI support on STM32MP13x SoC family

Signed-off-by: Patrice Chotard <patrice.chotard@foss.st.com>
Reviewed-by: Patrick Delaunay <patrick.delaunay@foss.st.com>
arch/arm/dts/stm32mp131.dtsi

index 3cf51f09bcbfc80ec32c97542d58faf85cf5ebee..5a064d5566e479b87f5cb7a50af12e386860431e 100644 (file)
                        dma-requests = <48>;
                };
 
+               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>;