1# Copyright (c) 2019, Mohamed ElShahawi <ExtremeGTX@hotmail.com>
2# SPDX-License-Identifier: Apache-2.0
3
4description: |
5    Espressif ESP32 TRNG (True Random Number Generator).
6
7    The TRNG uses the noise in the Wi-Fi/BT RF system. When Wi-Fi and BT are
8    disabled, the random number generator will give out pseudo-random numbers.
9
10compatible: "espressif,esp32-trng"
11
12include: base.yaml
13
14properties:
15  reg:
16    required: true
17