We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42a3330 commit 55106a6Copy full SHA for 55106a6
boards/adi/max32662evkit/doc/index.rst
@@ -97,6 +97,8 @@ Below interfaces are supported by Zephyr on MAX32662EVKIT.
97
+-----------+------------+-------------------------------------+
98
| UART | on-chip | serial |
99
100
+| TRNG | on-chip | entropy |
101
++-----------+------------+-------------------------------------+
102
103
104
Connections and IOs
boards/adi/max32662evkit/max32662evkit.dts
@@ -63,3 +63,7 @@
63
&gpio0 {
64
status = "okay";
65
};
66
+
67
+&trng {
68
+ status = "okay";
69
+};
boards/adi/max32662evkit/max32662evkit.yaml
@@ -10,5 +10,6 @@ toolchain:
10
supported:
11
- gpio
12
- serial
13
+ - trng
14
ram: 80
15
flash: 256
0 commit comments