Commit a8d28928 authored by Alberto Escolar Piedras's avatar Alberto Escolar Piedras Committed by Mahesh Mahadevan
Browse files

boards: nrf54l15bsim doc: Clarify around entropy and crypto



Let's explicitly mention we are enabling the native_posix entropy
driver for this board (the real nrf54l15dk does not have an entropy
driver in Zephyr yet).
And correct a bit the wording around mbedtls as for the real target we
don't have mbedtls with HW acceleration.

Signed-off-by: default avatarAlberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
parent 3bf54a9e
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -89,5 +89,6 @@ ARM's TrustZone is not modeled in this board. This means that:
  can be labeled as restricted for secure or non secure access.
* TF-M cannot be used.

Note that the CRACEN peripheral is not modeled. The mbedTLS library can still be used
but with a SW crypto backend.
Note that the CRACEN peripheral is not modeled.
As crypto library, Mbed TLS can be used with its SW crypto backend.
As entropy driver, the :dtcompatible:`zephyr,native-posix-rng` is enabled by default.