1# Copyright (c) 2025 STMicroelectronics
2# SPDX-License-Identifier: Apache-2.0
3
4description: STM32 Random Number Generator without interrupt line
5
6compatible: "st,stm32-rng-noirq"
7
8include:
9  - name: st,stm32-rng.yaml
10    property-blocklist:
11      - interrupts
12
13properties:
14  generation-delay-ns:
15    type: int
16    description: |
17      Delay between the generation of two random samples, in nanoseconds.
18