boards: arm: Enable TRNG driver for MAX32655 boards

TRNG enabled for MAX32655EVKIT and MAX32655FTHR boards

Signed-off-by: Sadik Ozer <sadik.ozer@analog.com>
This commit is contained in:
Sadik Ozer 2023-11-01 18:54:28 +03:00 committed by Anas Nashif
commit f3f2f214b2
6 changed files with 14 additions and 0 deletions

View file

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

View file

@ -91,3 +91,7 @@
&gpio3 { &gpio3 {
status = "okay"; status = "okay";
}; };
&trng {
status = "okay";
};

View file

@ -10,5 +10,6 @@ toolchain:
supported: supported:
- gpio - gpio
- serial - serial
- trng
ram: 128 ram: 128
flash: 512 flash: 512

View file

@ -100,6 +100,8 @@ Below are the interfaces supported by Zephyr on MAX32655FTHR.
+-----------+------------+-------------------------------------+ +-----------+------------+-------------------------------------+
| UART | on-chip | serial | | UART | on-chip | serial |
+-----------+------------+-------------------------------------+ +-----------+------------+-------------------------------------+
| TRNG | on-chip | entropy |
+-----------+------------+-------------------------------------+
Push Buttons Push Buttons
************ ************

View file

@ -125,3 +125,7 @@
&gpio3 { &gpio3 {
status = "okay"; status = "okay";
}; };
&trng {
status = "okay";
};

View file

@ -10,5 +10,6 @@ toolchain:
supported: supported:
- gpio - gpio
- serial - serial
- trng
ram: 128 ram: 128
flash: 512 flash: 512