boards: arm: b_l072z_lrwan1: Enable RNG
Enable the hardware random number generator. Signed-off-by: Andreas Sandberg <andreas@sandberg.pp.se>
This commit is contained in:
parent
d4d39f0a43
commit
8a0d25632b
|
@ -86,3 +86,7 @@ arduino_i2c: &i2c1 {};
|
|||
&rtc {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&rng {
|
||||
status = "okay";
|
||||
};
|
||||
|
|
|
@ -135,6 +135,8 @@ The Zephyr B-L072Z-LRWAN1 Discovery board configuration supports the following h
|
|||
+-----------+------------+-------------------------------------+
|
||||
| RTC | on-chip | counter |
|
||||
+-----------+------------+-------------------------------------+
|
||||
| TRNG | on-chip | true random number generator |
|
||||
+-----------+------------+-------------------------------------+
|
||||
|
||||
Other hardware features are not yet supported on this Zephyr port.
|
||||
|
||||
|
|
Loading…
Reference in a new issue