Skip to content

Commit 6928d5e

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

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

dts/arm/st/l4/stm32l4r9.dtsi

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,16 @@
77
#include <mem.h>
88
#include <st/l4/stm32l4r5.dtsi>
99

10+
/ {
11+
soc {
12+
ltdc: display-controller@40016800 {
13+
compatible = "st,stm32-ltdc";
14+
reg = <0x40016800 0x200>;
15+
interrupts = <91 0>, <92 0>;
16+
interrupt-names = "ltdc", "ltdc_er";
17+
clocks = <&rcc STM32_CLOCK_BUS_APB2 0x040000000>;
18+
label = "LTDC";
19+
status = "disabled";
20+
};
21+
};
22+
};

0 commit comments

Comments
 (0)