Skip to content

Commit

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

Signed-off-by: Charles Dias <[email protected]>
  • Loading branch information
CharlesDias committed Apr 16, 2024
1 parent bec4fae commit 4a37fc6
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions dts/arm/st/h7/stm32h743.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,15 @@
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";
};

rtc@58004000 {
bbram: backup_regs {
compatible = "st,stm32-bbram";
Expand Down

0 comments on commit 4a37fc6

Please sign in to comment.