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:
parent
c34cafd980
commit
f3f2f214b2
6 changed files with 14 additions and 0 deletions
|
@ -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
|
||||||
===================
|
===================
|
||||||
|
|
|
@ -91,3 +91,7 @@
|
||||||
&gpio3 {
|
&gpio3 {
|
||||||
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
|
||||||
|
|
|
@ -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
|
||||||
************
|
************
|
||||||
|
|
|
@ -125,3 +125,7 @@
|
||||||
&gpio3 {
|
&gpio3 {
|
||||||
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