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:
parent
7f08b54d8b
commit
1afc04441a
1 changed files with 17 additions and 0 deletions
17
dts/bindings/rng/st,stm32-rng-noirq.yaml
Normal file
17
dts/bindings/rng/st,stm32-rng-noirq.yaml
Normal 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.
|
||||
Loading…
Reference in a new issue