Skip to content

Commit 1d78d6e

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

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

dts/arm/st/f7/stm32f767.dtsi

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,5 +91,15 @@
9191
status = "disabled";
9292
label = "SDMMC_2";
9393
};
94+
95+
ltdc: display-controller@40016800 {
96+
compatible = "st,stm32-ltdc";
97+
reg = <0x40016800 0x200>;
98+
interrupts = <88 0>, <89 0>;
99+
interrupt-names = "ltdc", "ltdc_err";
100+
clocks = <&rcc STM32_CLOCK_BUS_APB2 0x04000000>;
101+
status = "disabled";
102+
label = "LTDC";
103+
};
94104
};
95105
};

0 commit comments

Comments
 (0)