From 3240b034feee69b53d033b01a06a442514c5767d Mon Sep 17 00:00:00 2001 From: Sadik Ozer Date: Mon, 29 Jul 2024 11:19:24 +0300 Subject: [PATCH] boards: adi: Enable TRNG driver for MAX326675EVKIT TRNG enabled for MAX32675EVKIT board Signed-off-by: Sadik Ozer --- boards/adi/max32675evkit/doc/index.rst | 2 ++ boards/adi/max32675evkit/max32675evkit.dts | 4 ++++ boards/adi/max32675evkit/max32675evkit.yaml | 1 + 3 files changed, 7 insertions(+) diff --git a/boards/adi/max32675evkit/doc/index.rst b/boards/adi/max32675evkit/doc/index.rst index 9f94ab0c7c6..1ed63d4994d 100644 --- a/boards/adi/max32675evkit/doc/index.rst +++ b/boards/adi/max32675evkit/doc/index.rst @@ -90,6 +90,8 @@ Below interfaces are supported by Zephyr on MAX32675EVKIT. +-----------+------------+-------------------------------------+ | UART | on-chip | serial | +-----------+------------+-------------------------------------+ +| TRNG | on-chip | entropy | ++-----------+------------+-------------------------------------+ Connections and IOs =================== diff --git a/boards/adi/max32675evkit/max32675evkit.dts b/boards/adi/max32675evkit/max32675evkit.dts index 7786339b4ab..b3b5b9d49f7 100644 --- a/boards/adi/max32675evkit/max32675evkit.dts +++ b/boards/adi/max32675evkit/max32675evkit.dts @@ -79,3 +79,7 @@ &gpio1 { status = "okay"; }; + +&trng { + status = "okay"; +}; diff --git a/boards/adi/max32675evkit/max32675evkit.yaml b/boards/adi/max32675evkit/max32675evkit.yaml index 17e58234d13..3ec16411c83 100644 --- a/boards/adi/max32675evkit/max32675evkit.yaml +++ b/boards/adi/max32675evkit/max32675evkit.yaml @@ -10,5 +10,6 @@ toolchain: supported: - gpio - serial + - trng ram: 160 flash: 384