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:
parent
0b27b8437a
commit
88c18cb1dc
6 changed files with 14 additions and 0 deletions
|
@ -110,6 +110,8 @@ Below interfaces are supported by Zephyr on MAX32666EVKIT.
|
|||
+-----------+------------+-------------------------------------+
|
||||
| UART | on-chip | serial |
|
||||
+-----------+------------+-------------------------------------+
|
||||
| TRNG | on-chip | entropy |
|
||||
+-----------+------------+-------------------------------------+
|
||||
|
||||
|
||||
Connections and IOs
|
||||
|
|
|
@ -79,3 +79,7 @@
|
|||
&gpio1 {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&trng {
|
||||
status = "okay";
|
||||
};
|
||||
|
|
|
@ -10,5 +10,6 @@ toolchain:
|
|||
supported:
|
||||
- gpio
|
||||
- serial
|
||||
- trng
|
||||
ram: 560
|
||||
flash: 1024
|
||||
|
|
|
@ -109,6 +109,8 @@ Below interfaces are supported by Zephyr on MAX32666FTHR.
|
|||
+-----------+------------+-------------------------------------+
|
||||
| UART | on-chip | serial |
|
||||
+-----------+------------+-------------------------------------+
|
||||
| TRNG | on-chip | entropy |
|
||||
+-----------+------------+-------------------------------------+
|
||||
|
||||
Connections and IOs
|
||||
===================
|
||||
|
|
|
@ -105,3 +105,7 @@
|
|||
&gpio1 {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&trng {
|
||||
status = "okay";
|
||||
};
|
||||
|
|
|
@ -10,5 +10,6 @@ toolchain:
|
|||
supported:
|
||||
- gpio
|
||||
- serial
|
||||
- trng
|
||||
ram: 560
|
||||
flash: 1024
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue