ARM: dts: stm32: Add DMA2D support for STM32F429 series soc
authorDillon Min <dillon.minfei@gmail.com>
Tue, 26 Oct 2021 07:11:15 +0000 (15:11 +0800)
committerAlexandre Torgue <alexandre.torgue@foss.st.com>
Mon, 7 Feb 2022 10:45:59 +0000 (11:45 +0100)
Add DMA2D for STM32F429 series soc.

Signed-off-by: Dillon Min <dillon.minfei@gmail.com>
Signed-off-by: Alexandre Torgue <alexandre.torgue@foss.st.com>
arch/arm/boot/dts/stm32f429.dtsi

index 172334601faf2c3d5d4e0dc55e9caa73ceecc343..c31ceb8212319d620d4eecc38c1abf821a0f419c 100644 (file)
                        status = "disabled";
                };
 
+               dma2d: dma2d@4002b000 {
+                       compatible = "st,stm32-dma2d";
+                       reg = <0x4002b000 0xc00>;
+                       interrupts = <90>;
+                       resets = <&rcc STM32F4_AHB1_RESET(DMA2D)>;
+                       clocks = <&rcc 0 STM32F4_AHB1_CLOCK(DMA2D)>;
+                       clock-names = "dma2d";
+                       status = "disabled";
+               };
+
                usbotg_hs: usb@40040000 {
                        compatible = "snps,dwc2";
                        reg = <0x40040000 0x40000>;