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:
parent
f3f2f214b2
commit
66c41de782
3 changed files with 7 additions and 0 deletions
|
@ -113,6 +113,8 @@ Below interfaces are supported by Zephyr on MAX32690EVKIT.
|
|||
+--------------------------------------------------------------+
|
||||
| I2C | on-chip | i2c |
|
||||
+-----------+------------+-------------------------------------+
|
||||
| TRNG | on-chip | entropy |
|
||||
+-----------+------------+-------------------------------------+
|
||||
|
||||
|
||||
Connections and IOs
|
||||
|
|
|
@ -87,3 +87,7 @@
|
|||
parity = "none";
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&trng {
|
||||
status = "okay";
|
||||
};
|
||||
|
|
|
@ -12,5 +12,6 @@ supported:
|
|||
- serial
|
||||
- spi
|
||||
- i2c
|
||||
- trng
|
||||
ram: 1024
|
||||
flash: 3072
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue