Skip to content

Commit 08eafba

Browse files
committed
boards: st: nucleo_c071rb: enables HSIUSB48 clock for USB
Enables the HSIUSB48 clock (node clk_hsi48 in the SoC DTSI) on the nucleo_c071rb platform. Signed-off-by: Tomáš Juřena <jurenatomas@gmail.com>
1 parent 0a038f4 commit 08eafba

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

boards/st/nucleo_c071rb/nucleo_c071rb.dts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,11 @@
7878
status = "okay";
7979
};
8080

81+
&clk_hsi48 {
82+
status = "okay";
83+
crs-usb-sof;
84+
};
85+
8186
&rcc {
8287
clocks = <&clk_hse>;
8388
clock-frequency = <DT_FREQ_M(48)>;

0 commit comments

Comments
 (0)