Skip to content

Commit d864ca2

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

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

dts/arm/st/h7/stm32h750.dtsi

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,16 @@
1111
dmamux1: dmamux@40020800 {
1212
dma-requests= <107>;
1313
};
14+
15+
ltdc: display-controller@50001000 {
16+
compatible = "st,stm32-ltdc";
17+
reg = <0x50001000 0x200>;
18+
interrupts = <88 0>, <89 0>;
19+
interrupt-names = "ltdc", "ltdc_er";
20+
clocks = <&rcc STM32_CLOCK_BUS_APB3 0x000000008>;
21+
label = "LTDC";
22+
status = "disabled";
23+
};
1424
};
1525

1626
/* System data RAM accessible over AXI bus: AXI SRAM in D1 domain */

0 commit comments

Comments
 (0)