Skip to content

Commit 2655b34

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

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

dts/arm/st/h7/stm32h7a3.dtsi

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,15 @@
1919
dma-requests= <111>;
2020
};
2121

22+
ltdc: display-controller@50001000 {
23+
compatible = "st,stm32-ltdc";
24+
reg = <0x50001000 0x200>;
25+
interrupts = <88 0>, <89 0>;
26+
interrupt-names = "ltdc", "ltdc_er";
27+
clocks = <&rcc STM32_CLOCK_BUS_APB3 0x000000008>;
28+
label = "LTDC";
29+
status = "disabled";
30+
};
2231
};
2332

2433
/* System data RAM accessible over AXI bus: AXI SRAM1 in CD domain */

0 commit comments

Comments
 (0)