Skip to content

Commit 1119e56

Browse files
committed
dts: arm: st: l4: add DCMI node into DTSI file
Add the DCMI node into stm32l4p5.dtsi and stm32l496.dtsi Signed-off-by: Yishai Jaffe <[email protected]>
1 parent 185432c commit 1119e56

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

dts/arm/st/l4/stm32l496.dtsi

+9
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,15 @@
6969
clocks = <&rcc STM32_CLOCK_BUS_APB2 0x00000400>,
7070
<&rcc STM32_SRC_HSI48 CLK48_SEL(0)>;
7171
};
72+
73+
dcmi: dcmi@50050000 {
74+
compatible = "st,stm32-dcmi";
75+
reg = <0x50050000 0x400>;
76+
interrupts = <85 0>;
77+
interrupt-names = "dcmi";
78+
clocks = <&rcc STM32_CLOCK_BUS_AHB2 0x00004000>;
79+
status = "disabled";
80+
};
7281
};
7382

7483
die_temp: dietemp {

dts/arm/st/l4/stm32l4p5.dtsi

+9
Original file line numberDiff line numberDiff line change
@@ -383,6 +383,15 @@
383383
#size-cells = <0>;
384384
status = "disabled";
385385
};
386+
387+
dcmi: dcmi@50050000 {
388+
compatible = "st,stm32-dcmi";
389+
reg = <0x50050000 0x400>;
390+
interrupts = <85 0>;
391+
interrupt-names = "dcmi";
392+
clocks = <&rcc STM32_CLOCK_BUS_AHB2 0x00004000>;
393+
status = "disabled";
394+
};
386395
};
387396

388397
otgfs_phy: otgfs_phy {

0 commit comments

Comments
 (0)