boards: ronoth_lodev: Select HSI48 clock for RNG

HSI48 clock is required for entropy subystem.
Since it is not enabled by entropy driver anymore, enable it in
boards's device tree.

Signed-off-by: Erwan Gouriou <erwan.gouriou@linaro.org>
This commit is contained in:
Erwan Gouriou 2023-01-06 12:06:50 +01:00 committed by Carles Cufí
commit 011cda371f

View file

@ -177,6 +177,8 @@
};
&rng {
clocks = <&rcc STM32_CLOCK_BUS_AHB1 0x00100000>,
<&rcc STM32_SRC_HSI48 HSI48_SEL(1)>;
status = "okay";
};