We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d5639f commit b50ec4fCopy full SHA for b50ec4f
samples/boards/st/mco/boards/nucleo_wl55jc.overlay
@@ -0,0 +1,20 @@
1
+/*
2
+ * SPDX-License-Identifier: Apache-2.0
3
+ *
4
+ * Copyright (c) 2025 STMicroelectronics
5
+ */
6
+
7
+/* Enable the clock we are going to output */
8
+&clk_lse
9
+{
10
+ status = "okay";
11
+};
12
13
+&mco1
14
15
16
+ clocks = <&rcc STM32_SRC_LSE MCO1_SEL(MCO_SEL_LSE)>;
17
+ prescaler = <MCO1_PRE(MCO_PRE_DIV_1)>;
18
+ pinctrl-0 = <&rcc_mco_pa8>;
19
+ pinctrl-names = "default";
20
samples/boards/st/mco/sample.yaml
@@ -9,6 +9,7 @@ tests:
- stm32f746g_disco
- nucleo_u5a5zj_q
- nucleo_wba55cg
+ - nucleo_wl55jc
integration_platforms:
tags: board
0 commit comments