2019-10-22 16:04:13 +08:00
|
|
|
# Copyright (c) 2019, Mohamed ElShahawi <ExtremeGTX@hotmail.com>
|
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
|
2019-10-29 00:34:12 +08:00
|
|
|
description: |
|
2019-11-19 15:39:11 +08:00
|
|
|
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.
|
2019-10-22 16:04:13 +08:00
|
|
|
|
|
|
|
compatible: "espressif,esp32-trng"
|
|
|
|
|
|
|
|
include: base.yaml
|
|
|
|
|
|
|
|
properties:
|
|
|
|
reg:
|
|
|
|
required: true
|
|
|
|
|
|
|
|
interrupts:
|
|
|
|
required: false
|
|
|
|
|
|
|
|
label:
|
|
|
|
required: true
|