boards: arm: Enable TRNG driver for MAX32690EVKIT

TRNG enabled for MAX32690EVKIT

Signed-off-by: Sadik Ozer <sadik.ozer@analog.com>
This commit is contained in:
Sadik Ozer 2024-06-25 13:16:35 +03:00 committed by Anas Nashif
commit 66c41de782
3 changed files with 7 additions and 0 deletions

View file

@ -113,6 +113,8 @@ Below interfaces are supported by Zephyr on MAX32690EVKIT.
+--------------------------------------------------------------+
| I2C | on-chip | i2c |
+-----------+------------+-------------------------------------+
| TRNG | on-chip | entropy |
+-----------+------------+-------------------------------------+
Connections and IOs

View file

@ -87,3 +87,7 @@
parity = "none";
status = "okay";
};
&trng {
status = "okay";
};

View file

@ -12,5 +12,6 @@ supported:
- serial
- spi
- i2c
- trng
ram: 1024
flash: 3072