boards: adi: Enable TRNG driver for MAX326675EVKIT

TRNG enabled for MAX32675EVKIT board

Signed-off-by: Sadik Ozer <sadik.ozer@analog.com>
This commit is contained in:
Sadik Ozer 2024-07-29 11:19:24 +03:00 committed by Anas Nashif
commit 3240b034fe
3 changed files with 7 additions and 0 deletions

View file

@ -90,6 +90,8 @@ Below interfaces are supported by Zephyr on MAX32675EVKIT.
+-----------+------------+-------------------------------------+ +-----------+------------+-------------------------------------+
| UART | on-chip | serial | | UART | on-chip | serial |
+-----------+------------+-------------------------------------+ +-----------+------------+-------------------------------------+
| TRNG | on-chip | entropy |
+-----------+------------+-------------------------------------+
Connections and IOs Connections and IOs
=================== ===================

View file

@ -79,3 +79,7 @@
&gpio1 { &gpio1 {
status = "okay"; status = "okay";
}; };
&trng {
status = "okay";
};

View file

@ -10,5 +10,6 @@ toolchain:
supported: supported:
- gpio - gpio
- serial - serial
- trng
ram: 160 ram: 160
flash: 384 flash: 384