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