boards: arm: Enable TRNG driver for MAX32666 boards

TRNG enabled for MAX32666EVKIT and MAX32666FTHR boards

Signed-off-by: Sadik Ozer <sadik.ozer@analog.com>
This commit is contained in:
Sadik Ozer 2024-07-29 11:54:58 +03:00 committed by Carles Cufí
commit 88c18cb1dc
6 changed files with 14 additions and 0 deletions

View file

@ -110,6 +110,8 @@ Below interfaces are supported by Zephyr on MAX32666EVKIT.
+-----------+------------+-------------------------------------+ +-----------+------------+-------------------------------------+
| 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: 560 ram: 560
flash: 1024 flash: 1024

View file

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

View file

@ -105,3 +105,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: 560 ram: 560
flash: 1024 flash: 1024