We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 185432c commit 1119e56Copy full SHA for 1119e56
dts/arm/st/l4/stm32l496.dtsi
@@ -69,6 +69,15 @@
69
clocks = <&rcc STM32_CLOCK_BUS_APB2 0x00000400>,
70
<&rcc STM32_SRC_HSI48 CLK48_SEL(0)>;
71
};
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
+ };
81
82
83
die_temp: dietemp {
dts/arm/st/l4/stm32l4p5.dtsi
@@ -383,6 +383,15 @@
383
#size-cells = <0>;
384
status = "disabled";
385
386
387
388
389
390
391
392
393
394
395
396
397
otgfs_phy: otgfs_phy {
0 commit comments