dts: bindings: rng: add STM32 binding for IRQ-less RNG

Add a new binding for STM32 RNG instances without interrupt lines,
such as the one present in the STM32WB05/06/07 SoCs.

Signed-off-by: Mathieu Choplain <mathieu.choplain@st.com>
This commit is contained in:
Mathieu Choplain 2024-12-17 18:02:37 +01:00 committed by Benjamin Cabé
parent 7f08b54d8b
commit 1afc04441a

View file

@ -0,0 +1,17 @@
# Copyright (c) 2025 STMicroelectronics
# SPDX-License-Identifier: Apache-2.0
description: STM32 Random Number Generator without interrupt line
compatible: "st,stm32-rng-noirq"
include:
- name: st,stm32-rng.yaml
property-blocklist:
- interrupts
properties:
generation-delay-ns:
type: int
description: |
Delay between the generation of two random samples, in nanoseconds.