dts: bindings: entropy: stm32: Add description to clock property

This addition should help users to better understand potential issues
with domain clock configuration.

Signed-off-by: Erwan Gouriou <erwan.gouriou@linaro.org>
This commit is contained in:
Erwan Gouriou 2023-04-05 10:10:55 +02:00 committed by Carles Cufí
commit f48dfbf0c6

View file

@ -13,6 +13,13 @@ properties:
clocks:
required: true
description: |
Specifies the clock line to be enabled in clock controller as well as
the clock domain used, for instance:
<&rcc STM32_SRC_MSI CLK48_SEL(3)> /* RNG clock domain set to MSI */
A correctly configured domain clock is required to allow the integrated low
sampling clock detection mecanism to behave properly.
In provided example, MSI should be configured to provide 48Mhz clock.
nist-config:
type: int