Skip to content

Commit d92f640

Browse files
committed
boards: adi: Enable TRNG driver for MAX326675EVKIT
TRNG enabled for MAX32675EVKIT board Signed-off-by: Sadik Ozer <[email protected]>
1 parent 6e2faad commit d92f640

File tree

3 files changed

+7
-0
lines changed

3 files changed

+7
-0
lines changed

boards/adi/max32675evkit/doc/index.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,8 @@ Below interfaces are supported by Zephyr on MAX32675EVKIT.
9090
+-----------+------------+-------------------------------------+
9191
| UART | on-chip | serial |
9292
+-----------+------------+-------------------------------------+
93+
| TRNG | on-chip | entropy |
94+
+-----------+------------+-------------------------------------+
9395

9496
Connections and IOs
9597
===================

boards/adi/max32675evkit/max32675evkit.dts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,3 +79,7 @@
7979
&gpio1 {
8080
status = "okay";
8181
};
82+
83+
&trng {
84+
status = "okay";
85+
};

boards/adi/max32675evkit/max32675evkit.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,6 @@ toolchain:
1010
supported:
1111
- gpio
1212
- serial
13+
- trng
1314
ram: 160
1415
flash: 384

0 commit comments

Comments
 (0)