Skip to content

Commit

Permalink
dts: arm: st: h7: add DCMI node into DTSI file
Browse files Browse the repository at this point in the history
Add the DCMI node into stm32h7.dtsi.

Signed-off-by: Charles Dias <charlesdias.cd@outlook.com>
  • Loading branch information
CharlesDias committed May 3, 2024
1 parent 2765d23 commit 5db2b0c
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions dts/arm/st/h7/stm32h7.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -1048,6 +1048,15 @@
clocks = <&rcc STM32_CLOCK_BUS_AHB3 0x00004000>;
status = "disabled";
};

dcmi: dcmi@48020000 {
compatible = "st,stm32-dcmi";
reg = <0x48020000 0x400>;
interrupts = <78 0>;
interrupt-names = "dcmi";
clocks = <&rcc STM32_CLOCK_BUS_AHB2 0x00000001>;
status = "disabled";
};
};

die_temp: dietemp {
Expand Down

0 comments on commit 5db2b0c

Please sign in to comment.