Skip to content

Commit 5d19219

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

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

dts/arm/st/h7/stm32h743.dtsi

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,16 @@
3232
status = "disabled";
3333
label= "OTG_FS";
3434
};
35+
36+
ltdc: display-controller@50001000 {
37+
compatible = "st,stm32-ltdc";
38+
reg = <0x50001000 0x200>;
39+
interrupts = <88 0>, <89 0>;
40+
interrupt-names = "ltdc", "ltdc_er";
41+
clocks = <&rcc STM32_CLOCK_BUS_APB3 0x000000008>;
42+
status = "disabled";
43+
label = "LTDC";
44+
};
3545
};
3646

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

0 commit comments

Comments
 (0)