Commit 2d4ec5f1 authored by Brett Witherspoon's avatar Brett Witherspoon Committed by Kumar Gala
Browse files

boards: cc1352r1_launchxl: enable TRNG entropy source support



Enable support for the TRNG entropy source on the CC1352R LaunchPad.

Signed-off-by: default avatarBrett Witherspoon <spoonb@cdspooner.com>
parent a016feb4
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -53,6 +53,10 @@
	};
};

&trng {
	status = "ok";
};

&gpio0 {
	status = "ok";
};