Skip to content

Commit 5d5639f

Browse files
committed
dts: arm: st: wba: Add MCO1 peripheral to STM32WLdevice tree
Added MCO1 peripheral definition to the STM32WL device tree to enable MCO functionality. Signed-off-by: Martdur <martin.durietz@gmail.com>
1 parent 2330727 commit 5d5639f

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

dts/arm/st/wl/stm32wl.dtsi

+7
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,13 @@
105105
status = "disabled";
106106
};
107107
};
108+
109+
mcos {
110+
mco1: mco1 {
111+
compatible = "st,stm32-clock-mco";
112+
status = "disabled";
113+
};
114+
};
108115

109116
soc {
110117
flash: flash-controller@58004000 {

0 commit comments

Comments
 (0)