Skip to content

Commit f99084c

Browse files
tmilkovic51mbolivar-nordic
authored andcommitted
dts: arm: st: h7: stm32h745: add LTDC display controller node
Add LTDC display controller peripheral node to device tree Signed-off-by: Tomislav Milkovic <[email protected]>
1 parent 5d19219 commit f99084c

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

dts/arm/st/h7/stm32h745.dtsi

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,16 @@
2424
dmamux1: dmamux@40020800 {
2525
dma-requests= <107>;
2626
};
27+
28+
ltdc: display-controller@50001000 {
29+
compatible = "st,stm32-ltdc";
30+
reg = <0x50001000 0x200>;
31+
interrupts = <88 0>, <89 0>;
32+
interrupt-names = "ltdc", "ltdc_er";
33+
clocks = <&rcc STM32_CLOCK_BUS_APB3 0x000000008>;
34+
label = "LTDC";
35+
status = "disabled";
36+
};
2737
};
2838
/*
2939
* The RAM memories placed here can be used by both cores M4/M7

0 commit comments

Comments
 (0)