boards: ronoth_lodev: Enable HSI48 clock

Since the commit 2ed292e1be, the HSI48
clock must be explicitly enabled in the devicetree when a peripheral
that depends on the HSI48 clock is enabled.

This commit enables the HSI48 clock for the `ronoth_lodev` board
because it enables the RNG, which requires the it.

Signed-off-by: Stephanos Ioannidis <stephanos.ioannidis@nordicsemi.no>
This commit is contained in:
Stephanos Ioannidis 2023-01-11 22:43:51 +09:00 committed by Stephanos Ioannidis
commit 9c2c227504

View file

@ -111,6 +111,10 @@
status = "okay";
};
&clk_hsi48 {
status = "okay";
};
&clk_hsi {
status = "okay";
};