boards: adi: Enable TRNG driver for MAX326662EVKIT

TRNG enabled for MAX32662EVKIT board

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

View file

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

View file

@ -63,3 +63,7 @@
&gpio0 { &gpio0 {
status = "okay"; status = "okay";
}; };
&trng {
status = "okay";
};

View file

@ -10,5 +10,6 @@ toolchain:
supported: supported:
- gpio - gpio
- serial - serial
- trng
ram: 80 ram: 80
flash: 256 flash: 256