Skip to content

Commit 0d5c066

Browse files
facchinmpillo79
authored andcommitted
stm32u5: enable dcmi peripheral
1 parent 424ac45 commit 0d5c066

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

dts/arm/st/u5/stm32u5.dtsi

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -817,6 +817,15 @@
817817
status = "disabled";
818818
};
819819

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+
820829
pwr: power@46020800 {
821830
compatible = "st,stm32-pwr";
822831
reg = <0x46020800 0x400>; /* PWR register bank */

0 commit comments

Comments
 (0)