Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: stm32: Add DMA2D support for STM32F429 series soc

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>

authored by

Dillon Min and committed by
Alexandre Torgue
b8b34b31 2f715efc

+10
+10
arch/arm/boot/dts/stm32f429.dtsi
··· 712 712 status = "disabled"; 713 713 }; 714 714 715 + dma2d: dma2d@4002b000 { 716 + compatible = "st,stm32-dma2d"; 717 + reg = <0x4002b000 0xc00>; 718 + interrupts = <90>; 719 + resets = <&rcc STM32F4_AHB1_RESET(DMA2D)>; 720 + clocks = <&rcc 0 STM32F4_AHB1_CLOCK(DMA2D)>; 721 + clock-names = "dma2d"; 722 + status = "disabled"; 723 + }; 724 + 715 725 usbotg_hs: usb@40040000 { 716 726 compatible = "snps,dwc2"; 717 727 reg = <0x40040000 0x40000>;