From 2d4ec5f119ec94eb128d3af2be292dc50c15cc2e Mon Sep 17 00:00:00 2001 From: Brett Witherspoon Date: Thu, 25 Apr 2019 18:07:31 -0500 Subject: [PATCH] boards: cc1352r1_launchxl: enable TRNG entropy source support Enable support for the TRNG entropy source on the CC1352R LaunchPad. Signed-off-by: Brett Witherspoon --- boards/arm/cc1352r1_launchxl/cc1352r1_launchxl.dts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/boards/arm/cc1352r1_launchxl/cc1352r1_launchxl.dts b/boards/arm/cc1352r1_launchxl/cc1352r1_launchxl.dts index 86962cbf80a..49affed6b54 100644 --- a/boards/arm/cc1352r1_launchxl/cc1352r1_launchxl.dts +++ b/boards/arm/cc1352r1_launchxl/cc1352r1_launchxl.dts @@ -53,6 +53,10 @@ }; }; +&trng { + status = "ok"; +}; + &gpio0 { status = "ok"; };