boards: arm: nucleo_l552ze_q: add support for hardware RNG
Added support for RNG for nucleo_l552ze_q board, and updated the document. Tested with sample entropy project. Signed-off-by: Yestin Sun <sunyi0804@gmail.com>
This commit is contained in:
parent
c3fdab9ec8
commit
d2403d07f3
2 changed files with 6 additions and 0 deletions
|
@ -154,6 +154,8 @@ The Zephyr nucleo_l552ze_q board configuration supports the following hardware f
|
|||
+-----------+------------+-------------------------------------+
|
||||
| TrustZone | on-chip | Trusted Firmware-M |
|
||||
+-----------+------------+-------------------------------------+
|
||||
| RNG | on-chip | True Random Number Generator |
|
||||
+-----------+------------+-------------------------------------+
|
||||
|
||||
Other hardware features are not yet supported on this Zephyr port.
|
||||
|
||||
|
|
|
@ -33,3 +33,7 @@
|
|||
};
|
||||
};
|
||||
};
|
||||
|
||||
&rng {
|
||||
status = "okay";
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue