Skip to content

Commit fb857bf

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

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

dts/arm/st/mp1/stm32mp157.dtsi

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -303,6 +303,16 @@
303303
status = "disabled";
304304
label = "MAILBOX_0";
305305
};
306+
307+
ltdc: display-controller@5A001000 {
308+
compatible = "st,stm32-ltdc";
309+
reg = <0x5A001000 0x200>;
310+
interrupts = <88 0>, <89 0>;
311+
interrupt-names = "ltdc", "ltdc_er";
312+
clocks = <&rcc STM32_CLOCK_BUS_APB4 0x000000001>;
313+
label = "LTDC";
314+
status = "disabled";
315+
};
306316
};
307317
};
308318

0 commit comments

Comments
 (0)