Skip to content

Commit 88c18cb

Browse files
ozersacarlescufi
authored andcommitted
boards: arm: Enable TRNG driver for MAX32666 boards
TRNG enabled for MAX32666EVKIT and MAX32666FTHR boards Signed-off-by: Sadik Ozer <[email protected]>
1 parent 0b27b84 commit 88c18cb

File tree

6 files changed

+14
-0
lines changed

6 files changed

+14
-0
lines changed

boards/adi/max32666evkit/doc/index.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,8 @@ Below interfaces are supported by Zephyr on MAX32666EVKIT.
110110
+-----------+------------+-------------------------------------+
111111
| UART | on-chip | serial |
112112
+-----------+------------+-------------------------------------+
113+
| TRNG | on-chip | entropy |
114+
+-----------+------------+-------------------------------------+
113115

114116

115117
Connections and IOs

boards/adi/max32666evkit/max32666evkit_max32666_cpu0.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/max32666evkit/max32666evkit_max32666_cpu0.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: 560
1415
flash: 1024

boards/adi/max32666fthr/doc/index.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,8 @@ Below interfaces are supported by Zephyr on MAX32666FTHR.
109109
+-----------+------------+-------------------------------------+
110110
| UART | on-chip | serial |
111111
+-----------+------------+-------------------------------------+
112+
| TRNG | on-chip | entropy |
113+
+-----------+------------+-------------------------------------+
112114

113115
Connections and IOs
114116
===================

boards/adi/max32666fthr/max32666fthr_max32666_cpu0.dts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,3 +105,7 @@
105105
&gpio1 {
106106
status = "okay";
107107
};
108+
109+
&trng {
110+
status = "okay";
111+
};

boards/adi/max32666fthr/max32666fthr_max32666_cpu0.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: 560
1415
flash: 1024

0 commit comments

Comments
 (0)