mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-20 06:25:22 +00:00
Add rng node when supported by stm32 entropy driver in stm32 dtsi Also add matching compatible binding. Signed-off-by: Erwan Gouriou <erwan.gouriou@linaro.org>
19 lines
277 B
YAML
19 lines
277 B
YAML
# Copyright (c) 2020, Linaro Limited
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
description: STM32 Random Number Generator
|
|
|
|
compatible: "st,stm32-rng"
|
|
|
|
include: base.yaml
|
|
|
|
properties:
|
|
reg:
|
|
required: true
|
|
|
|
label:
|
|
required: true
|
|
|
|
clocks:
|
|
required: true
|