Skip to content

Commit ba579ad

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

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

dts/arm/st/f7/stm32f746.dtsi

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,17 @@
55
*/
66

77
#include <st/f7/stm32f745.dtsi>
8+
9+
/ {
10+
soc {
11+
ltdc: display-controller@40016800 {
12+
compatible = "st,stm32-ltdc";
13+
reg = <0x40016800 0x200>;
14+
interrupts = <88 0>, <89 0>;
15+
interrupt-names = "ltdc", "ltdc_err";
16+
clocks = <&rcc STM32_CLOCK_BUS_APB2 0x04000000>;
17+
status = "disabled";
18+
label = "LTDC";
19+
};
20+
};
21+
};

0 commit comments

Comments
 (0)