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

boards: cc26x2r1_launchxl: enable TRNG entropy source support



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

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

&trng {
	status = "ok";
};

&gpio0 {
	status = "ok";
};