Skip to content

Commit fb60cb6

Browse files
committed
boards: adi: Add TRNG in MAX32657 boards file
Add TRNG node in MAX32657 boards Signed-off-by: Sadik Ozer <[email protected]>
1 parent 14a8e8a commit fb60cb6

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

boards/adi/max32657evkit/max32657evkit_max32657.yaml

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

boards/adi/max32657evkit/max32657evkit_max32657_common.dtsi

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,3 +60,7 @@
6060
&gpio0 {
6161
status = "okay";
6262
};
63+
64+
&trng {
65+
status = "okay";
66+
};

0 commit comments

Comments
 (0)