Skip to content

Commit 1afc044

Browse files
Mathieu Choplainkartben
authored andcommitted
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 <[email protected]>
1 parent 7f08b54 commit 1afc044

File tree

1 file changed

+17
-0
lines changed

1 file changed

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

0 commit comments

Comments
 (0)