dts: wba: configure HSI16 as RNG clk source
We might have to do this differently: Configure rng default clock in .dtsi Set board specific config in .dts Signed-off-by: Erwan Gouriou <erwan.gouriou@linaro.org>
This commit is contained in:
parent
2c88daab3b
commit
79e55c2a04
|
@ -443,7 +443,7 @@
|
|||
reg = <0x520c0800 0x400>;
|
||||
interrupts = <59 0>;
|
||||
clocks = <&rcc STM32_CLOCK_BUS_AHB2 0x00040000>,
|
||||
<&rcc STM32_SRC_PLL1_Q RNG_SEL(3)>;
|
||||
<&rcc STM32_SRC_HSI16 RNG_SEL(2)>;
|
||||
nist-config = <0xf00d>;
|
||||
health-test-config = <0xaac7>;
|
||||
status = "disabled";
|
||||
|
|
Loading…
Reference in a new issue