esp32: drivers: Add Entropy Device tree support

- Add TRNG module to esp32.dtsi
- Updated the note about TRNG register address

Signed-off-by: Mohamed ElShahawi <ExtremeGTX@hotmail.com>
This commit is contained in:
Mohamed ElShahawi 2019-10-22 10:04:13 +02:00 committed by Kumar Gala
commit 55471982f6
6 changed files with 46 additions and 9 deletions

View file

@ -8,6 +8,7 @@ config ENTROPY_ESP32_RNG
bool "ESP32 entropy number generator driver"
depends on SOC_ESP32
select ENTROPY_HAS_DRIVER
select HAS_DTS_ENTROPY
help
This option enables the entropy number generator for ESP32 SoCs.