Skip to content

Commit 7481187

Browse files
Alain Volmatkartben
authored andcommitted
dts: arm: st: mp13: add ltdc node in stm32mp135.dtsi
Add the node describing the LTDC available in the stm32mp135. Signed-off-by: Alain Volmat <alain.volmat@foss.st.com>
1 parent d9b41a0 commit 7481187

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

dts/arm/st/mp13/stm32mp135.dtsi

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,16 @@
99
/ {
1010
soc {
1111
compatible = "st,stm32mp135", "st,stm32mp13", "simple-bus";
12+
13+
ltdc: display-controller@5a001000 {
14+
compatible = "st,stm32-ltdc";
15+
reg = <0x5a001000 0x1000>;
16+
interrupts = <GIC_SPI 88 IRQ_TYPE_LEVEL IRQ_DEFAULT_PRIORITY>,
17+
<GIC_SPI 89 IRQ_TYPE_LEVEL IRQ_DEFAULT_PRIORITY>;
18+
interrupt-names = "ltdc", "ltdc_er";
19+
clocks = <&rcc STM32_CLOCK(APB4_NS, 0)>;
20+
resets = <&rctl STM32_RESET(APB4, 0)>;
21+
status = "disabled";
22+
};
1223
};
1324
};

0 commit comments

Comments
 (0)