boards: arm: Enable TRNG driver for MAX32680EVKIT
TRNG enabled for MAX32680EVKIT Signed-off-by: Sadik Ozer <sadik.ozer@analog.com>
This commit is contained in:
parent
434825cdfd
commit
4dbde44fc2
3 changed files with 7 additions and 0 deletions
|
@ -110,6 +110,8 @@ Below interfaces are supported by Zephyr on MAX32680EVKIT.
|
||||||
+-----------+------------+-------------------------------------+
|
+-----------+------------+-------------------------------------+
|
||||||
| UART | on-chip | serial |
|
| UART | on-chip | serial |
|
||||||
+-----------+------------+-------------------------------------+
|
+-----------+------------+-------------------------------------+
|
||||||
|
| TRNG | on-chip | entropy |
|
||||||
|
+-----------+------------+-------------------------------------+
|
||||||
|
|
||||||
Connections and IOs
|
Connections and IOs
|
||||||
===================
|
===================
|
||||||
|
|
|
@ -81,3 +81,7 @@
|
||||||
&gpio2 {
|
&gpio2 {
|
||||||
status = "okay";
|
status = "okay";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
&trng {
|
||||||
|
status = "okay";
|
||||||
|
};
|
||||||
|
|
|
@ -10,5 +10,6 @@ toolchain:
|
||||||
supported:
|
supported:
|
||||||
- gpio
|
- gpio
|
||||||
- serial
|
- serial
|
||||||
|
- trng
|
||||||
ram: 128
|
ram: 128
|
||||||
flash: 512
|
flash: 512
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue