Skip to content

Commit 7610d21

Browse files
Alain Volmatcfriedt
authored andcommitted
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 <[email protected]>
1 parent 3226cf5 commit 7610d21

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
@@ -897,6 +897,17 @@
897897
STM32_DMA_16BITS)>;
898898
status = "disabled";
899899
};
900+
901+
ltdc: ltdc@50001000 {
902+
compatible = "st,stm32-ltdc";
903+
reg = <0x50001000 0x400>;
904+
interrupts = <96 0>, <97 0>;
905+
interrupt-names = "ltdc", "ltdc_er";
906+
clocks = <&rcc STM32_CLOCK(APB5, 1)>,
907+
<&rcc STM32_SRC_PLL3_R NO_SEL>;
908+
resets = <&rctl STM32_RESET(APB5, 1)>;
909+
status = "disabled";
910+
};
900911
};
901912

902913
otgfs_phy: otgfs_phy {

0 commit comments

Comments
 (0)