ARM: dts: stm32: Add dma config for spi5 on stm32f429
[linux-2.6-microblaze.git] / arch / arm / boot / dts / stm32f429.dtsi
index 393f43c..e38b64f 100644 (file)
                        reg = <0x40015000 0x400>;
                        interrupts = <85>;
                        clocks = <&rcc 0 STM32F4_APB2_CLOCK(SPI5)>;
+                       dmas = <&dma2 3 2 0x400 0x0>,
+                               <&dma2 4 2 0x400 0x0>;
+                       dma-names = "rx", "tx";
                        status = "disabled";
                };