boards: cc1352r1_launchxl: enable TRNG entropy source support

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

Signed-off-by: Brett Witherspoon <spoonb@cdspooner.com>
This commit is contained in:
Brett Witherspoon 2019-04-25 18:07:31 -05:00 committed by Kumar Gala
commit 2d4ec5f119

View file

@ -53,6 +53,10 @@
};
};
&trng {
status = "ok";
};
&gpio0 {
status = "ok";
};