17 lines
428 B
YAML
17 lines
428 B
YAML
# Copyright (c) 2019, Mohamed ElShahawi <ExtremeGTX@hotmail.com>
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
description: |
|
|
Espressif ESP32 TRNG (True Random Number Generator).
|
|
|
|
The TRNG uses the noise in the Wi-Fi/BT RF system. When Wi-Fi and BT are
|
|
disabled, the random number generator will give out pseudo-random numbers.
|
|
|
|
compatible: "espressif,esp32-trng"
|
|
|
|
include: base.yaml
|
|
|
|
properties:
|
|
reg:
|
|
required: true
|