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

ARM: dts: stm32: add ltdc support on stm32f746 MCU

Add LTDC (Lcd-tft Display Controller) support.

Signed-off-by: Dario Binacchi <dario.binacchi@amarulasolutions.com>
Reviewed-by: Raphaël Gallais-Pou <raphael.gallais-pou@foss.st.com>
Signed-off-by: Alexandre Torgue <alexandre.torgue@foss.st.com>

authored by

Dario Binacchi and committed by
Alexandre Torgue
008ef8b3 06113b7a

+10
+10
arch/arm/boot/dts/st/stm32f746.dtsi
··· 554 554 }; 555 555 }; 556 556 557 + ltdc: display-controller@40016800 { 558 + compatible = "st,stm32-ltdc"; 559 + reg = <0x40016800 0x200>; 560 + interrupts = <88>, <89>; 561 + resets = <&rcc STM32F7_APB2_RESET(LTDC)>; 562 + clocks = <&rcc 1 CLK_LCD>; 563 + clock-names = "lcd"; 564 + status = "disabled"; 565 + }; 566 + 557 567 pwrcfg: power-config@40007000 { 558 568 compatible = "st,stm32-power-config", "syscon"; 559 569 reg = <0x40007000 0x400>;