Skip to content

Commit 011cda3

Browse files
erwangocarlescufi
authored andcommitted
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 <[email protected]>
1 parent b9da848 commit 011cda3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

boards/arm/ronoth_lodev/ronoth_lodev.dts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,8 @@
177177
};
178178

179179
&rng {
180+
clocks = <&rcc STM32_CLOCK_BUS_AHB1 0x00100000>,
181+
<&rcc STM32_SRC_HSI48 HSI48_SEL(1)>;
180182
status = "okay";
181183
};
182184

0 commit comments

Comments
 (0)