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

@ -7,5 +7,5 @@
/* SoC level DTS fixup file */
#define DT_CPU_CLOCK_FREQUENCY DT_CADENCE_TENSILICA_XTENSA_LX6_0_CLOCK_FREQUENCY
#define CONFIG_ENTROPY_NAME DT_INST_0_ESPRESSIF_ESP32_TRNG_LABEL
/* End of SoC Level DTS fixup file */