From a211999141833bba7dfd3336f8e3b9b135bb4627 Mon Sep 17 00:00:00 2001 From: Alberto Escolar Piedras Date: Thu, 23 Jan 2025 10:16:10 +0100 Subject: [PATCH] doc boards nrfbsim: Update list of supported HW The models include enough of the CRACEN to run the same nrfx drivers as in Zephyr. So let's add it to the list. Also let's remove the RTC from the list as the hal does not expose it anymore for this platform as the GRTC is to be used instead. Signed-off-by: Alberto Escolar Piedras --- boards/native/nrf_bsim/doc/nrf54l15bsim.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boards/native/nrf_bsim/doc/nrf54l15bsim.rst b/boards/native/nrf_bsim/doc/nrf54l15bsim.rst index ae8b29d2aec..3b527545503 100644 --- a/boards/native/nrf_bsim/doc/nrf54l15bsim.rst +++ b/boards/native/nrf_bsim/doc/nrf54l15bsim.rst @@ -40,6 +40,7 @@ This boards include models of some of the nRF54L15 SOC peripherals: * AAR (Accelerated Address Resolver) * CCM (AES CCM mode encryption) * CLOCK (Clock control) +* CRACEN (Crypto Accelerator Engine) * DPPI (Distributed Programmable Peripheral Interconnect) * ECB (AES electronic codebook mode encryption) * EGU (Event Generator Unit) @@ -49,7 +50,6 @@ This boards include models of some of the nRF54L15 SOC peripherals: * PPIB (PPI Bridge) * RADIO * RRAMC (Resistive RAM Controller) -* RTC (Real Time Counter) * TEMP (Temperature sensor) * TIMER * UARTE (UART with Easy DMA)