Skip to content

Commit 5db2b0c

Browse files
committed
dts: arm: st: h7: add DCMI node into DTSI file
Add the DCMI node into stm32h7.dtsi. Signed-off-by: Charles Dias <[email protected]>
1 parent 2765d23 commit 5db2b0c

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

dts/arm/st/h7/stm32h7.dtsi

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1048,6 +1048,15 @@
10481048
clocks = <&rcc STM32_CLOCK_BUS_AHB3 0x00004000>;
10491049
status = "disabled";
10501050
};
1051+
1052+
dcmi: dcmi@48020000 {
1053+
compatible = "st,stm32-dcmi";
1054+
reg = <0x48020000 0x400>;
1055+
interrupts = <78 0>;
1056+
interrupt-names = "dcmi";
1057+
clocks = <&rcc STM32_CLOCK_BUS_AHB2 0x00000001>;
1058+
status = "disabled";
1059+
};
10511060
};
10521061

10531062
die_temp: dietemp {

0 commit comments

Comments
 (0)