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 c07f8ba commit 3240b03Copy full SHA for 3240b03
boards/adi/max32675evkit/doc/index.rst
@@ -90,6 +90,8 @@ Below interfaces are supported by Zephyr on MAX32675EVKIT.
90
+-----------+------------+-------------------------------------+
91
| UART | on-chip | serial |
92
93
+| TRNG | on-chip | entropy |
94
++-----------+------------+-------------------------------------+
95
96
Connections and IOs
97
===================
boards/adi/max32675evkit/max32675evkit.dts
@@ -79,3 +79,7 @@
79
&gpio1 {
80
status = "okay";
81
};
82
+
83
+&trng {
84
+ status = "okay";
85
+};
boards/adi/max32675evkit/max32675evkit.yaml
@@ -10,5 +10,6 @@ toolchain:
10
supported:
11
- gpio
12
- serial
13
+ - trng
14
ram: 160
15
flash: 384
0 commit comments