1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
4 $id: http://devicetree.org/schemas/rng/st,stm32-rng.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: STMicroelectronics STM32 RNG bindings
10 The STM32 hardware random number generator is a simple fixed purpose
11 IP and is fully separated from other crypto functions.
14 - Lionel Debieve <lionel.debieve@st.com>
30 description: If set enable the clock detection management
37 additionalProperties: false
41 #include <dt-bindings/clock/stm32mp1-clks.h>
43 compatible = "st,stm32-rng";
44 reg = <0x54003000 0x400>;
45 clocks = <&rcc RNG1_K>;