boards: adi: Enable TRNG driver for MAX326662EVKIT
TRNG enabled for MAX32662EVKIT board Signed-off-by: Sadik Ozer <sadik.ozer@analog.com>
This commit is contained in:
parent
2c703e7547
commit
c44abdf5b7
3 changed files with 7 additions and 0 deletions
|
@ -97,6 +97,8 @@ Below interfaces are supported by Zephyr on MAX32662EVKIT.
|
||||||
+-----------+------------+-------------------------------------+
|
+-----------+------------+-------------------------------------+
|
||||||
| UART | on-chip | serial |
|
| UART | on-chip | serial |
|
||||||
+-----------+------------+-------------------------------------+
|
+-----------+------------+-------------------------------------+
|
||||||
|
| TRNG | on-chip | entropy |
|
||||||
|
+-----------+------------+-------------------------------------+
|
||||||
|
|
||||||
|
|
||||||
Connections and IOs
|
Connections and IOs
|
||||||
|
|
|
@ -63,3 +63,7 @@
|
||||||
&gpio0 {
|
&gpio0 {
|
||||||
status = "okay";
|
status = "okay";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
&trng {
|
||||||
|
status = "okay";
|
||||||
|
};
|
||||||
|
|
|
@ -10,5 +10,6 @@ toolchain:
|
||||||
supported:
|
supported:
|
||||||
- gpio
|
- gpio
|
||||||
- serial
|
- serial
|
||||||
|
- trng
|
||||||
ram: 80
|
ram: 80
|
||||||
flash: 256
|
flash: 256
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue