Skip to content

Commit 2ae4be3

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

File tree

5 files changed

+45
-0
lines changed

5 files changed

+45
-0
lines changed

dts/arm/st/h7/stm32h723.dtsi

+9
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,15 @@
9191
status = "disabled";
9292
};
9393

94+
dcmi: dcmi@48020000 {
95+
compatible = "st,stm32-dcmi";
96+
reg = <0x48020000 0x400>;
97+
interrupts = <78 0>;
98+
interrupt-names = "dcmi";
99+
clocks = <&rcc STM32_CLOCK_BUS_AHB2 0x00000001>;
100+
status = "disabled";
101+
};
102+
94103
octospi1: octospi@52005000 {
95104
compatible = "st,stm32-ospi";
96105
reg = <0x52005000 0x1000>;

dts/arm/st/h7/stm32h743.dtsi

+9
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,15 @@
5252
status = "disabled";
5353
};
5454

55+
dcmi: dcmi@48020000 {
56+
compatible = "st,stm32-dcmi";
57+
reg = <0x48020000 0x400>;
58+
interrupts = <78 0>;
59+
interrupt-names = "dcmi";
60+
clocks = <&rcc STM32_CLOCK_BUS_AHB2 0x00000001>;
61+
status = "disabled";
62+
};
63+
5564
rtc@58004000 {
5665
bbram: backup_regs {
5766
compatible = "st,stm32-bbram";

dts/arm/st/h7/stm32h745.dtsi

+9
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,15 @@
4545
status = "disabled";
4646
};
4747

48+
dcmi: dcmi@48020000 {
49+
compatible = "st,stm32-dcmi";
50+
reg = <0x48020000 0x400>;
51+
interrupts = <78 0>;
52+
interrupt-names = "dcmi";
53+
clocks = <&rcc STM32_CLOCK_BUS_AHB2 0x00000001>;
54+
status = "disabled";
55+
};
56+
4857
usbotg_hs: usb@40040000 {
4958
compatible = "st,stm32-otghs";
5059
reg = <0x40040000 0x40000>;

dts/arm/st/h7/stm32h750.dtsi

+9
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,15 @@
5252
status = "disabled";
5353
};
5454

55+
dcmi: dcmi@48020000 {
56+
compatible = "st,stm32-dcmi";
57+
reg = <0x48020000 0x400>;
58+
interrupts = <78 0>;
59+
interrupt-names = "dcmi";
60+
clocks = <&rcc STM32_CLOCK_BUS_AHB2 0x00000001>;
61+
status = "disabled";
62+
};
63+
5564
rtc@58004000 {
5665
bbram: backup_regs {
5766
compatible = "st,stm32-bbram";

dts/arm/st/h7/stm32h7a3.dtsi

+9
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,15 @@
5555
status = "disabled";
5656
};
5757

58+
dcmi: dcmi@48020000 {
59+
compatible = "st,stm32-dcmi";
60+
reg = <0x48020000 0x400>;
61+
interrupts = <78 0>;
62+
interrupt-names = "dcmi";
63+
clocks = <&rcc STM32_CLOCK_BUS_AHB2 0x00000001>;
64+
status = "disabled";
65+
};
66+
5867
octospi1: octospi@52005000 {
5968
compatible = "st,stm32-ospi";
6069
reg = <0x52005000 0x1000>;

0 commit comments

Comments
 (0)