Commit 9fc37291 authored by Tobias Schramm's avatar Tobias Schramm Committed by Alexandre Torgue
Browse files

ARM: dts: stm32: add display controller node to stm32h743



Declare LTDC (display controller) on stm32h743.

Signed-off-by: default avatarTobias Schramm <t.schramm@manjaro.org>
Signed-off-by: default avatarAlexandre Torgue <alexandre.torgue@st.com>
parent d0ce6f1b
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -329,6 +329,16 @@
			status = "disabled";
		};

		ltdc: display-controller@50001000 {
			compatible = "st,stm32-ltdc";
			reg = <0x50001000 0x200>;
			interrupts = <88>, <89>;
			resets = <&rcc STM32H7_APB3_RESET(LTDC)>;
			clocks = <&rcc LTDC_CK>;
			clock-names = "lcd";
			status = "disabled";
		};

		mdma1: dma-controller@52000000 {
			compatible = "st,stm32h7-mdma";
			reg = <0x52000000 0x1000>;