Skip to content

Commit b1a0579

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

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

dts/arm/st/f4/stm32f429.dtsi

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,15 @@
1616
label = "DAC_1";
1717
#io-channel-cells = <1>;
1818
};
19+
20+
ltdc: display-controller@40016800 {
21+
compatible = "st,stm32-ltdc";
22+
reg = <0x40016800 0x200>;
23+
interrupts = <88 0>, <89 0>;
24+
interrupt-names = "ltdc", "ltdc_er";
25+
clocks = <&rcc STM32_CLOCK_BUS_APB2 0x040000000>;
26+
status = "disabled";
27+
label = "LTDC";
28+
};
1929
};
2030
};

0 commit comments

Comments
 (0)