We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d78d6e commit b8b1eb4Copy full SHA for b8b1eb4
dts/arm/st/h7/stm32h723.dtsi
@@ -40,6 +40,16 @@
40
health-test-magic = <0x17590abc>;
41
health-test-config = <0xaa74>;
42
};
43
+
44
+ ltdc: display-controller@50001000 {
45
+ compatible = "st,stm32-ltdc";
46
+ reg = <0x50001000 0x200>;
47
+ interrupts = <88 0>, <89 0>;
48
+ interrupt-names = "ltdc", "ltdc_er";
49
+ clocks = <&rcc STM32_CLOCK_BUS_APB3 0x000000008>;
50
+ label = "LTDC";
51
+ status = "disabled";
52
+ };
53
54
55
/* DTCM memory directly coupled to CPU */
0 commit comments