Skip to content

Commit 008ef8b

Browse files
passgatAlexandre Torgue
authored andcommitted
ARM: dts: stm32: add ltdc support on stm32f746 MCU
Add LTDC (Lcd-tft Display Controller) support. Signed-off-by: Dario Binacchi <[email protected]> Reviewed-by: Raphaël Gallais-Pou <[email protected]> Signed-off-by: Alexandre Torgue <[email protected]>
1 parent 06113b7 commit 008ef8b

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

arch/arm/boot/dts/st/stm32f746.dtsi

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -554,6 +554,16 @@
554554
};
555555
};
556556

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+
557567
pwrcfg: power-config@40007000 {
558568
compatible = "st,stm32-power-config", "syscon";
559569
reg = <0x40007000 0x400>;

0 commit comments

Comments
 (0)