drivers: entropy: gecko: add entropy driver based on GECKO TRNG

Add entropy driver based on GECKO TRNG module along with device
tree support for EFM32PG and EFR32MG SOCs.

Signed-off-by: Pooja Karanjekar <pooja.karanjekar@lemonbeat.com>
This commit is contained in:
Pooja Karanjekar 2020-02-21 15:22:05 +01:00 committed by Maureen Helm
commit b49501e3c9
19 changed files with 148 additions and 0 deletions

View file

@ -31,5 +31,6 @@
#define DT_WDT_0_NAME DT_INST_0_SILABS_GECKO_WDOG_LABEL
#define DT_WDT_1_NAME DT_INST_1_SILABS_GECKO_WDOG_LABEL
#define CONFIG_ENTROPY_NAME DT_SILABS_GECKO_TRNG_4001D000_LABEL
/* End of SoC Level DTS fixup file */