Skip to content

Commit 61a149e

Browse files
author
Alain Volmat
committed
dts: arm: st: add ltdc node into stm32h7rs.dtsi
The stm32h7rs embeds a LTDC display controller. Add the node describing it in stm32h7rs.dtsi. Signed-off-by: Alain Volmat <alain.volmat@foss.st.com>
1 parent 3da3959 commit 61a149e

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

dts/arm/st/h7rs/stm32h7rs.dtsi

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -815,6 +815,17 @@
815815
<&rcc STM32_SRC_HSI48 OTGFS_SEL(0)>;
816816
status = "disabled";
817817
};
818+
819+
ltdc: ltdc@50001000 {
820+
compatible = "st,stm32-ltdc";
821+
reg = <0x50001000 0x400>;
822+
interrupts = <96 0>, <97 0>;
823+
interrupt-names = "ltdc", "ltdc_er";
824+
clocks = <&rcc STM32_CLOCK(APB5, 1)>,
825+
<&rcc STM32_SRC_PLL3_R NO_SEL>;
826+
resets = <&rctl STM32_RESET(APB5, 1)>;
827+
status = "disabled";
828+
};
818829
};
819830

820831
otgfs_phy: otgfs_phy {

0 commit comments

Comments
 (0)