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>
This commit is contained in:
Tomáš Juřena 2025-07-11 09:22:13 +02:00 committed by Fabio Baltieri
parent 0f760ed64c
commit e219417677

View File

@ -78,6 +78,11 @@
status = "okay";
};
&clk_hsi48 {
status = "okay";
crs-usb-sof;
};
&rcc {
clocks = <&clk_hse>;
clock-frequency = <DT_FREQ_M(48)>;