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 424ac45 commit 0d5c066Copy full SHA for 0d5c066
dts/arm/st/u5/stm32u5.dtsi
@@ -817,6 +817,15 @@
817
status = "disabled";
818
};
819
820
+ dcmi: dcmi@4202c000 {
821
+ compatible = "st,stm32-dcmi";
822
+ reg = <0x4202C000 0x400>;
823
+ interrupts = <119 0>;
824
+ interrupt-names = "dcmi";
825
+ clocks = <&rcc STM32_CLOCK(AHB2, 12U)>;
826
+ status = "disabled";
827
+ };
828
+
829
pwr: power@46020800 {
830
compatible = "st,stm32-pwr";
831
reg = <0x46020800 0x400>; /* PWR register bank */
0 commit comments