Skip to content

Commit 55106a6

Browse files
committed
boards: adi: Enable TRNG driver for MAX326662EVKIT
TRNG enabled for MAX32662EVKIT board Signed-off-by: Sadik Ozer <[email protected]>
1 parent 42a3330 commit 55106a6

File tree

3 files changed

+7
-0
lines changed

3 files changed

+7
-0
lines changed

boards/adi/max32662evkit/doc/index.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,8 @@ Below interfaces are supported by Zephyr on MAX32662EVKIT.
9797
+-----------+------------+-------------------------------------+
9898
| UART | on-chip | serial |
9999
+-----------+------------+-------------------------------------+
100+
| TRNG | on-chip | entropy |
101+
+-----------+------------+-------------------------------------+
100102

101103

102104
Connections and IOs

boards/adi/max32662evkit/max32662evkit.dts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,3 +63,7 @@
6363
&gpio0 {
6464
status = "okay";
6565
};
66+
67+
&trng {
68+
status = "okay";
69+
};

boards/adi/max32662evkit/max32662evkit.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: 80
1415
flash: 256

0 commit comments

Comments
 (0)